搜索资源列表
quanguowei
- 这是自己编写的matlab程序设计。 用来解决旅行商问题优化 。-This is, the preparation of the Matlab programming. To solve the traveling salesman problem optimization.
AMGA-TSP
- 旅行商(TSP)问题用自适应记忆遗传算法(Adaptive Memory Genetic Algorithm, AMGA)在matlab下的实现-The traveling salesman problem (TSP), Adaptive Memory genetic algorithm (Adaptive Memory Genetic Algorithm, AMGA) in matlab
TSP-GA
- 旅行商(TSP)问题用标准遗传算法(GA)在matlab下实现的。-The traveling salesman problem (TSP) using standard genetic algorithm (GA) under Matlab.
tsp
- TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-TSP problem (also known as: traveling salesman problem, traveling salesman problem) genetic algorithm generic matlab program
Branch_and_bound_for_TSP_tutorial
- 该程序是用分支定界算法解决旅行商问题,所用语言为Matlab-The program is branch and bound algorithm for TSP problem
geneticTSP
- TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序,数模专用- TSP problem (also known as: traveling salesman problem, traveling salesman problem) common genetic algorithm matlab program, special modulus
lxs
- TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-The TSP problem (also known as: traveling salesman problem, traveling salesman problem) general matlab genetic algorithm
multi-tsp
- 针对多旅行商问题的tsp问题的遗传算法matlab程序-TSP problem for multi- traveling salesman problem of genetic algorithm matlab program
蚁群算法
- 蚁群算法求解旅行商问题,一个经典程序,可以求出较优解(ant colony algorithm)