搜索资源列表
dossier
- For the incomplete methods, we kept the representation of the queens by a table and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than the representation by a matrix. heuristics
Guided_Local_Search_to_the_TSP
- 与禁忌搜索动态修改邻域结构的方法不同, GLS的基本原则是通过不断改变搜索空间的地形(landscape)来帮助搜索过程逐步移出局部极值的, 也就是说搜索过程中解结构和邻域结构将保持不变, 而目标函数将被动态修改, 以使得当前的局部极值不再具有局部最优性。-Guided Local Search sits on top of local search heuristics and has as a main aim to guide these procedures in exploring e
Cuckoo-algorithm
- 本程序介绍了一种新型的生物智能启发式算法-布谷鸟算法,用于对求解问题的优化分析。-This program introduces a new type of biological intelligence heuristics - Cuckoo algorithm used to solve the problem of optimization analysis.
MODA
- 我很高兴与你们分享我最近在这页上的工作。是的,你的猜测是正确的,这是一种新的算法,但是这次我已经开发了三种算法来解决三种不同类型的优化问题。 蜻蜓算法(DA)算法的主要灵感来源于静态和动态的变暖行为。这两种变暖行为非常类似于使用元启发式进行优化的两个主要阶段:勘探和开发。蜻蜓能在静止的蜂群中产生亚群,并飞过不同的区域,这是探索阶段的主要目标。然而,在静止的蜂群中,蜻蜓在更大的群中飞行,沿着一个方向飞行,这在开发阶段是有利的。-I am pleased to share my recent w