搜索资源列表
TSP(C++)
- 遗传算法解决TSP问题C++源码,内有详细中文注释及城市距离矩阵生成工具[VC++]-genetic algorithm to solve TSP C source code, have detailed notes and urban Chinese distance matrix generation tools [VC]
TSP
- 遗传算法解决TSP问题,在vb开发环境中,在网上找的。
TSP-gene
- 是用遗传算法解决TSP问题,测例包括10个城市和30个城市。使用PMX交叉算子。-Is to use genetic algorithms to solve TSP problems, test cases, including 10 cities and 30 cities. Using the PMX crossover.
TSP
- 用遗传算法解决TSP问题.程序中可以任意设置各种遗传算法的参数.有图形界面展示搜索的过程 .-Using genetic algorithms to solve TSP problem. Program can set various parameters of genetic algorithm. Has a graphical interface to display the search process.
TSP_GA
- 《智能优化算法》课的作业,用遗传算法解TSP问题。其间遇到了收敛速度慢的问题,也是在这个网找到了解决方案。大家下载的应该都是那个VC6的Windows程序。我这个是从零开始写的,大家看起来应该容易懂些。C++的Console程序,VC2005下编译。全部用STL,所以旧的编译器可能会有点问题。压缩包内有谢胜利的论文:《TSP遗传算法的改进》。正是用他的贪婪交配才使得10代左右解就收敛到很好。再次赞一下!-" Intelligent Optimization Algorithms"
GATSP
- 通过此程序能够利用遗传算法解决TSP问题,即图论中从某一点出发经过所有点一次的最短路径求解问题-Through this program can take advantage of genetic algorithm to solve the TSP problem, namely, graph theory starting from a point in time through all the points for solving the shortest path problem
TSP-GA
- 使用遗传算法解决TSP问题,简单,通用,鲁棒性好-The use of genetic algorithm to solve the TSP problem, simple, universal, robust and good
TSP
- 遗传算法解决tsp问题 问题规模100,杂交,变异,变比,选择方法可选-Genetic algorithm to solve the problem scale of the problem tsp 100, crossover, mutation, transformation ratio, select the method of optional
tspPGenetic-Algorithm
- 遗传算法解决tsp问题通用程序,有一个主程序和5个子程序-Genetic algorithm to solve the problem tsp general program, there is a main program and five sub-programs
SA_TSP
- 使用 matlab实现遗传算法解决tsp问题(Using MATLAB to achieve genetic algorithm to solve TSP problems)
遗传算法
- 遗传算法解决TSP,采用matlab语言编程,利用遗传算法解决TSP问题。(The genetic algorithm solves the TSP, uses the MATLAB language programming, and uses the genetic algorithm to solve the TSP problem.)
tsp
- 使用遗传算法解决tsp问题 人工智能 遗传算法示例(Using genetic algorithm to solve TSP problem)
基于遗传算法的TSP算法
- TSP问题是典型的NP难问题,运用遗传算法解决TSP问题(The TSP problem is a typical np-hard problem, using the genetic algorithm to solve TSP problem)
GeneticTSP-master(java)
- 遗传算法解决TSP问题,Java编写源码,github(Solving TSP problem by genetic algorithm)
GA4TSPProblem-master(matlab)
- 遗传算法解决TSP问题,matlab编写,github(Solving TSP problem by genetic algorithm)
[python]tsp-master
- 遗传算法解决TSP问题,python源码,github(Solving TSP problem by genetic algorithm)
ga_TSP
- 动态展示tsp问题求解过程,并给出最优解和平均解(Dynamic display of TSP problem solving process)
generic-algorithm--TSP-CPP-
- 遗传算法解决TSP问题 带有界面 C++程序 (generic algorithm TSP C++)
各种算法解决TSP问题
- 禁忌算法、遗传算法、模拟退火算法、蚁群算法等等解决TSP问题。
遗传算法解决TSP问题
- 通过遗传算法解决旅行商遍历各城市得到最短路径的问题