搜索资源列表
ann_and_ga_soft
- 用神经网络和遗传算法解决tsp问题,先使用神经网络训练出较优个体,然后再进化,可以反其道而行,-using neural networks and genetic algorithms to solve the problem tsp first use of neural network training of better individual, then evolution can be just the opposite.
liticheku1234
- classic tsp analysis method with c++ !-classic tsp analysis method with c!
tsp+vrp.rar
- 详细讲述模拟退火算法的理论原理。并TSP问题为例进行讲解,并各处多种语言的源代码,包括c,matlab以及delphi。 ,Simulated annealing algorithm described in detail the theory of principle. And TSP as an example to explain the problem and the source code of various languages, including c, matlab, as w
gatspexe
- 给出一个运行用遗传算法运算的Delphi可执行程序。可以解决TSP问题。-Give a running operations using genetic algorithms Delphi executable program. TSP problem can be solved.
TSPprogramC
- Simulated Annealing for solving TSP
ANNEALTSP
- solving the TSP problem
MATLAB
- it is a matlab program for ga sa tabu sworm opt heuristics we can also use matlab here. or there can
TSPGABetaVersion
- TSP Genetic Algorithm Beta Version
TspSA
- 在Visual C++ 编译环境下,模拟退火算法程序,并利用它们求解了48个城市的TSP问题。-TSP algorithm by C++
tsp
- 用蚁群原理编写的商旅路径的优化问题,可以自动绘制各种曲线图,以反应收敛的程度-With the ant colony principle to write business path optimization problem, can be automatically draw all kinds of graph, in order to response the degree of convergence
MATLAB-code-for-TSP
- 用GA算法和ACO算法在MATLAB上解决TSP问题,附有31个城市的坐标数据-Coordinate data with GA algorithms and ACO algorithm in MATLAB to solve the TSP with 31 cities
TSP
- 旅行商问题的matlab程序,34个城市,采取经营策略-Traveling salesman problem matlab program, 34 cities, to take the business strategy
abc
- 邮政运输网络中的邮路规划和邮车调度 针对邮政物流配送问题建立多目标网络优化模型,通过聚类分析方法化简复杂的邮路网络,并综合运用图论中Floyd、Kruskal、TSP等算法高效快捷地解决该问题。-The postal transport network the Postman planning and Vehicle Management establish a network of multi-objective optimization model for the postal logist
tsp
- tsp问题,算法简单灵巧,解决tsp问题的良法-tsp problem, the algorithm is simple and ingenious, settlement tsp good law
GA-for-course-tsp
- 用matlab编写的用遗传算法求解TSP问题的源代码,程序简单,效率高,可靠性好-Prepared using matlab genetic algorithm for TSP source code, the program is simple, high efficiency, good reliability
TSP
- this an interface for TSP (travelling salesman problem ) -this is an interface for TSP (travelling salesman problem )
TSP
- TSP FROM MATLAB WEBSITE
TSP-Traveling-Salesman-Problem
- TSP解决旅行商问题,设计出最优最便捷的方案实现最好的效果。-TSP Traveling Salesman Problem, the optimal design of the most convenient solutions to achieve the best results.
遗传算法txt
- 遗传算法解决tsp问题 遗传算法,模拟达尔文进化论的自然选择和遗传学机理的生物进化过程的计算模型,一种选择不断选择优良个体的算法。谈到遗传,想想自然界动物遗传是怎么来的,自然主要过程包括染色体的选择,交叉,变异(不明白这个的可以去看看生物学),这些操作后,保证了以后的个体基本上是最优的,那么以后再继续这样下去就可以一直最优了。(Genetic algorithm to solve TSP problem)
2-opt
- 运用2-opt算法解决TSP(旅行商问题),满足自定义五个点及自设迭代次数,包括可视化结果。(TSP (Traveling Salesman Problem) is solved by using 2-opt algorithm, which satisfies five custom points and self-designed iteration times, including visualization results.)