搜索资源列表
禁忌搜索算法实现蚁群繁殖问题算法
- 采用禁忌算法实现的蚁群繁殖算法,该问题可以很好地解决蚁群问题中优化问题-taboo algorithm using the Ant Algorithm breeding, the problem can be successfully resolved ant colony optimization problems
tuba
- 禁忌搜索算法的例子程序求解Tsp问题- The taboo search algorithm example procedure solves the Tsp question
TurboSimu
- 禁忌搜索算法的源代码-taboo search algorithm source code
使用禁忌搜索法约求解瑟夫环改进算法
- 使用禁忌搜索法约求解瑟夫环改进算法,程序简单易懂。-use tabu search about solving Cerf Central improved algorithm, procedures simple and understandable.
禁忌搜索算法实现蚁群繁殖问题算法
- 采用禁忌算法实现的蚁群繁殖算法,该问题可以很好地解决蚁群问题中优化问题-taboo algorithm using the Ant Algorithm breeding, the problem can be successfully resolved ant colony optimization problems
GATSJH
- 遗传算法和禁忌搜索相结合的方法,并有应用例子-Genetic Algorithm and Tabu Search combination of methods, and application examples
Tabu_search_TSP
- 用禁忌搜索算法解决TSP的Matlab程序-taboo search algorithm used to solve the TSP Matlab procedures
TS_TSP
- 解决TSP问题的TS算法MATLAB实现,其中加入了变异算法,当然也可以去掉这个步骤,调用TS_TSP(N, inStart, IsBianYi),N是城市数目,inStart是起始城市的序号,IsBianYi就是选择变异否,如果为0则不要变异,否则就是结合变异算子的TS算法。 至于下面的参数可以自己调: T:总的循环次数; tabulength:禁忌长度; Pby:变异概率; -Solve the TSP
14153613291
- 禁忌算法的源程序和一个示例的PPT演示稿 以及几个使用的关于禁忌算法的HTML文稿-Tabu algorithm source code and an example of the PPT presentations, as well as several taboos algorithm used on the HTML document
PSOvrp
- 利用粒子群算法求解VRP问题程序,其中和禁忌搜索算法结合成混合算法求解,-The use of particle swarm optimization procedure for solving VRP problems, including tabu search algorithm and combined into a hybrid algorithm,
1
- 用禁忌算法求解tsp(旅行商问题)具有速度快,收敛性好,不易陷入局部最优解等特点-Algorithm with the taboo tsp (TSP) has fast convergence, and not easily trapped into local optimal solution, etc.
TSP
- 禁忌算法解决TSP问题,程序简单效率高,欢迎来完善-Tabu algorithm to solve TSP problem, the program simple and efficient, welcome to improve
禁忌算法
- 禁忌算法matlab编程实现,处理非线性优化问题(Dealing with nonlinear optimization problems)
yichuan
- 禁忌算法matlab实现,解决非线性优化问题(Solving nonlinear optimization problems)
禁忌算法求解tsp
- 利用禁忌搜索算法求解经典TSP问题。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路径的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。(Tabu search algorithm for solving classical TSP problems)
禁忌算法
- 用禁忌算法求解VRP问题,简单易懂,有解释语句,方便了解学习。(Using tabu algorithm to solve the VRP problem, easy to understand, there are explanatory statements, easy to understand learning.)
Tabu_search_TSP
- 禁忌算法,供人使用,还算不错111111111(Taboo algorithm, for people to use, still good)
禁忌算法 C++
- 禁忌搜索算法是一种全局性邻域搜索算法,模拟人类具有记忆功能的寻优特征。它通过局部邻域搜索机制和相应的禁忌准则来避免迂回搜索,并通过破禁水平来释放一些被禁忌的优良状态,进而保证多样化的有效探索,以最终实现全局优化(Tabu search algorithm)
vrp求解
- matlab运用禁忌算法求解运输可拆分需求车辆不定的最佳路径,最佳车数(Matlab to find the best transportation path)
tabu_search
- 运用禁忌算法求解tsp问题,源代码中有详细的中文注释,可供相关学者提供参考(Tabu algorithm is used to solve TSP problem. Detailed Chinese annotations are included in the source code, which can provide reference for relevant scholars.)