搜索资源列表
TSP.rar
- 经典的人工智能问题求解,附有遗传算法和模拟退火算法,以及调试过程,Classical artificial intelligence problem solving, with a genetic algorithm and simulated annealing algorithm, as well as the debugging process
TSP
- 基于遗传算法的TSP的MATLAB源代码-THE SOLVE OF THE TSP BY GA
Genetic-Ant
- 遗传算法和蚂蚁算法融合的代码,比较好的利用了两种代码的优点,有很好的参考价值-Genetic Algorithm and Ant Algorithm code integration, better use of the advantages of two kinds of code, have a good reference value
tsp
- matlat源程序解决tsp问题,使用的是遗传算法,与普通的程序不同,本程序详细介绍了遗传算子的构造-MATLAB to solve tsp problem
GAtsp
- GA(遗传算法)求解tsp(旅行商问题),并附上实验报告-GA tsp
TSP
- 在Visual C++ 编译环境下,遗传算法的程序,并利用它们求解了48个城市的TSP问题。-In the Visual C++ compiler environment, the genetic algorithm process, and use them to solve a 48 cities TSP problem.
TSP
- 旅行商问题遗传算法C代码,完全可以运行,有不足请指出-Traveling salesman problem genetic algorithm C code can run, there is insufficient please indicate
给予遗传算法tsp程序 实现
- 放入程序,直接运行,非常完美,改文件是MATLAB编写的,亲自测试过,能够实现该算法,(Into the program, run directly, very perfect)
tsp问题--遗传算法
- 帮助解决简单的tsp问题,随机生成50个城市的坐标,找寻最短路径(help learn matlab tsp problem)
GA_TSP
- 遗传算法解决TSP问题,参数分为三组,可自行设置。(The genetic algorithm to solve the TSP problem, the parameters are divided into three groups, can set up their own.)
基于遗传算法的TSP算法
- 一种基于遗传算法的TSP算法,比遗传算法更为合理准确(A TSP algorithm based on genetic algorithm is more reasonable and accurate than genetic algorithm)
TSP-PSO
- 混合粒子群算法摒弃了传统粒子群算法中的通过跟踪极值来更新粒子位置的方法,而是引入了遗传算法中的交叉和变异操作,通过粒子同个体极值和群体极值的交叉以及粒子自身变异的方式来搜索最优解。(Hybrid particle swarm algorithm instead of the traditional particle swarm algorithm in the method to update the position of the particle by tracking the maximu
ga+TSP
- 由遗传算法开发的整数规划,车辆调度问题(Integer programming developed by genetic algorithm and vehicle scheduling problem)
基于遗传算法和非线性规划的函数寻优算法
- 用遗传算法进行线性函数以及非线性函数的寻优(The program of solving TSP problem by genetic algorithm)
遗传算法TSP
- 基于遗传算法的TSP问题,连续HOPfield网络优化(TSP problem based on genetic algorithm and optimization of continuous HOPfield network)
GA-tsp
- 使用遗传算法解决了旅行商问题,采用C++做实现(The traveling salesman problem is solved by genetic algorithm, and implemented by C++.)
chapter4
- 遗传算法程序,求解旅行商问题,可用于非线性求解(this is GA program for tsp ,and you can use it to slove some proplem)
6. TSP Prog
- 遗传算法解决旅行商问题,可以解决N个城市最短路程问题并画图表示,给出迭代次数和最短距离(Solving the traveling salesman problem by genetic algorithm)
8593ec8fa2e2
- 有效解决旅行商问题,与遗传算法相互结合。优化路线(Solve the traveling salesman problem effectively)
源代码
- 1 基于遗传算法的TSP算法(王辉) 2 基于遗传算法和非线性规划的函数寻优算法(史峰) 3 基于遗传算法的BP神经网络优化算法(王辉) 4 设菲尔德大学的MATLAB遗传算法工具箱(王辉) 5 基于遗传算法的LQR控制优化算法(胡斐)(1 TSP algorithm based on genetic algorithm (Wang Hui) 2 Function optimization algorithm based on genetic algorithm and non