搜索资源列表
c
- 解遗传算法的c语言代码,就是关于货物配送路径-Genetic algorithm solution c language code
TSP---Matlab
- 将遗传算法用于旅行商问题求最佳路径的算法,程序简单易懂-The genetic algorithm for traveling salesman problem the optimal path algorithm, program is simple and easy to understand
vrp
- 用matlab解决vrp问题,本程序为遗传算法解决基本VRP问题的例程。各供货点距离矩阵及遗传算法参数在VRP.M中给出。以路径长度作为遗传算法的适应度函数,约束函数通过在LEN中增加惩罚因子体现,本程序简便起见将不满足约束的直接加100;-Vrp matlab to solve the problem with the program for the genetic algorithm to solve the basic problem VRP routines. The delivery
daima
- 基于遗传算法的最短路径路由优化算法用MATLAB实现-The shortest path routing optimization algorithm based on genetic algorithms using MATLAB
001
- 移动机器人路径规划,采用遗传算法进行移动机器人的路径规划-Mobile Robot Path Planning
Shortest-path-algorithm
- 最短路径问题,遗传算法的matlab代码。可以解决物流中车辆路径最短问题-The shortest path problem, genetic algorithm matlab code. Can solve the shortest path problem logistics vehicle
JQRLJGH
- 基于遗传算法的机器人路径规划程序源码,很实用。-The genetic algorithm path planning of robot based on the source program, it is very practical.
yichuansuanfa
- 一个遗传算法解决最短路径的算法,可以运行,可参考垃圾收运的质料学校-A genetic algorithm to solve the shortest path algorithm, can run, refer to the material that the garbage collector
genetic-algorithms
- 智能优化算法—基因遗传算法解旅行商路径最短-Intelligent optimization algorithms- Genetic Algorithm for TSP
Cpp1
- 遗传算法TSP,旅行商问题,1. 假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路径的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求所经过的路径路程尽量短。-Genetic algorithm TSP, Traveling Salesman Problem, 1. Suppose you have a traveling businessman to visit n cities, he must choose the path to go, a re
matlab_GA
- 基于十进制编码的遗传算法,求取机器人优化路径。-Based decimal coded genetic algorithm, obtaining optimized robot path.
nf187
- 仿真图是速度、距离、幅度三维图像,用MATLAB实现动态聚类或迭代自组织数据分析,用MATLAB编写的遗传算法路径规划。- FIG simulation speed, distance, amplitude three-dimensional image, Using MATLAB dynamic clustering or iterative self-organizing data analysis, Genetic algorithms using MATLAB path planning
遗传算法
- 此程序为TSP问题的遗传算法,程序可以完美运行,计算最短路径。(This procedure for the TSP problem by genetic algorithm, the program can run perfectly, the shortest path calculation.)
基于遗传算法与粗糙集理论的移动机器人路径规划研究
- 基于遗传算法与粗糙集理论的移动机器人路径规划研究的matlab代码,我已经进行了一些优化,大家随意使用
vrp_ga-master
- 最优路径遗传算法,用于搜寻最优路径,可根据需要修改目标函数,最小成本、最短时间等(Genetic alogrithm for optimal-path searching ,available for finding out the best path,constrained by minimum-cost,minimum-time.etc.)