搜索资源列表
GAtsp
- GA(遗传算法)求解tsp(旅行商问题),并附上实验报告-GA tsp
Parallel-genetic-algorithm
- 经典遗传算法利用单一种群对种群个体进行交叉、变异和选择操作,在进化过程中的超级个体易产生过早收敛现象,粗粒度并行遗传算法利用多个子种群进行进化计算,各子群体分别独立进行遗传操作,相互交换最优个体后继续进化。该文证明了该算法的搜索过程是一个有限时齐遍历马尔柯夫链,给出粗粒度并行遗传算法全局最优收敛性证明。对于旅行商问题TSP利用粗粒度并行遗传算法进行了求解,以解决经典遗传算法的收敛到局部最优值问题。仿真结果表明,算法的收敛性能优于经典遗传算法。-Classic genetic algorithm
Cpp1
- 遗传算法 利用遗传算法求解旅行商问题。 使用C++语言编程。使用VS2008编译环境,没有使用额外的库,运 行环境为w7操作系统-Genetic Algorithm. the traveling salesman problem. C source code, suitable for beginners and genetic algorithm optimization and other kinds of knowledge.
TSP_GA
- 遗传算法是一种智能优化算法,这个算法通过基因遗传的原理,来求解经典的旅行商问题。-Genetic algorithm is an intelligent optimization algorithms, this algorithm according to the principle of inheritance, the traveling salesman problem to solve the classical.
TSP_Genetic
- 用遗传算法求解旅行商问题,每一行都有详细注释,非常适合初学者入门。-Using genetic algorithms to solve the traveling salesman problem, each line has detailed notes, very suitable for beginners.
MTSP
- sga_tsp 简单遗传算法求解经典旅行商问题实例,-to solve MTSP problems
main
- 使用著名的遗传算法来求解城市旅行商的问题-Use well-known genetic algorithm to solve the traveling salesman problem
GA-Algebrizem
- 遗传算法的matlab实现,选取了13个城市节点,针对旅行商问题进行的求解。-Genetic algorithm matlab implementation, carried out for the Traveling Salesman Problem
duolvxingshang
- 这个程序用MATLAB编写,通过遗传算法,对多旅行商问题进行了求解。-This program with MATLAB, through genetic algorithm, was used to solve multiple traveling salesman problem.
遗传算法求解TSP问题
- matlab求解TSP的源代码,可以求解旅行商问题(Matlab source code for solving TSP)
chapter4
- 遗传算法程序,求解旅行商问题,可用于非线性求解(this is GA program for tsp ,and you can use it to slove some proplem)