搜索资源列表
用遗传算法计算最短路径
- matlab编写的计算排序问题或者求最优值问题,适用于数学建模以及工程计算-Matlab calculations prepared by the scheduling problem or seek optimal values, apply to mathematical modeling, and engineering computing
tsp.rar
- 旅行商问题,总共30个城市,计算最优路线和最短路径,Traveling Salesman Problem, a total of 30 cities, calculating the optimal route and the shortest path
Q-algorithm-of-RL
- 强化学习的Q算法matlab代码。适合寻找最优路径。让您对q算法一定有直观的理解!-A matlab program about Q of Reinforcement Learning Algorithm
85809936aodv
- 移动网络中,AODV和DSR路由算法的matlab程序,根据已知节点可选出最优路径-Mobile networks, AODV and DSR routing algorithm matlab program, the node can be selected according to the known optimal path
Dijkstra
- 最短路径的Dijkstra算法程序。Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。 Dijkstra算法是很有代表性的最短路算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。 -The Dijkstra shortest path algorithm for the proce
ant
- 一种可运行的最优路径蚁群算法,可以用于机器人路径寻优等方向-An optimal path running ant colony algorithm, robot path can be used to find the direction of Excellence
tsp
- 利用模拟退火算法解决旅行商问题,共二十个城市,选择最优路径-The use of simulated annealing algorithm to solve traveling salesman problem
aa
- 蚁群算法 适合寻找最优问题,实现最短路径。-Ant colony algorithm for finding the optimal problem, the realization of the shortest path.
matlab_Robotpath
- 用Matlab实现了机器人最优路径规划中的全局路径规划,算法采用的是基于方向权的二叉树算法。-Using Matlab to achieve the optimal robot path planning in the global path, planning algorithm uses a binary tree algorithm based on the direction.
Astar
- 通过A星算法寻找最优路径到达目标,可自由设置障碍,能运行成功-optimal path planning
51CT
- 本程序是基于Matlab开发的,描述了一个机器人自动寻找最优路径的问题,使之得到了很好的解决。-This program is developed based on Matlab, describes a robot automatically finds the optimal path problem, so that it can be a good solution.
aca
- matlab中实现蚁群优化算法在30个城市中寻找一条最优路径。有说明文档。-Ant colony Optimization int matlab and provide a txt document which contains 30 city coordinate
shuangzhongqunTSP
- 使用matlab实现的双种群蚁群算法,输出最优路径-Matlab implementation of the Dual Population Ant Colony Algorithm, the output of the optimal path
matlab
- 利用遗传算法求解75个城市之间的最优路径,得到的结果较为理想。-The use of genetic algorithm for optimal path between the 75 cities, the result is more desirable.
ABC---Code-[with-matlab]
- 人工智能蚁群算法,用来在途中寻找最优路径-Artificial ant colony algorithm is used to find the optimal path on the way
MATLAB
- matlab.蚁群算法,最优路径,在其他网上找到的,感觉可以用-Matlab. ant colony algorithm, optimal path, found in other online, the feeling can be used
MATLAB-for-hillSAA
- 共有5个m文件,用于求解旅行商问题,可动态显示求解最优路径过程,且有代码详细注释,对初学者尤为适用。-A total of 5 m file, used to solve the traveling salesman problem, you can solve the optimal path dynamically display process, and there is code detailed notes, particularly suitable for beginners.
matlab q学习 走迷宫
- 在环境中寻找最优路径,自定义出发点和终点,实现智能体与环境交互(Find the optimal path in the environment, customize the starting point and end point, and realize the interaction between the intelligent body and the environment)
遗传
- 求解最优路径的MATLAB遗传算法,求解无人机在100个城市之间的最优路径(MATLAB genetic algorithm for solving optimal path)
matlab Q学习仿真
- 基于Q学习算法,寻找最优路径,是强化学习中的一种,很实用,代码很详细,有备注(Searching for the optimal path based on Q algorithm is a kind of reinforcement learning. It is very practical, the code is very detailed, with notes.)