CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最优路径 matlab

搜索资源列表

  1. 用遗传算法计算最短路径

    1下载:
  2. matlab编写的计算排序问题或者求最优值问题,适用于数学建模以及工程计算-Matlab calculations prepared by the scheduling problem or seek optimal values, apply to mathematical modeling, and engineering computing
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6.62kb
    • 提供者:孙兵
  1. tsp.rar

    0下载:
  2. 旅行商问题,总共30个城市,计算最优路线和最短路径,Traveling Salesman Problem, a total of 30 cities, calculating the optimal route and the shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:1.25kb
    • 提供者:steven
  1. network.rar

    0下载:
  2. 数学建模,借助MATLAB实现网络计算问题,包含行遍性问题,最短路径问题,最优截断切割问题,Mathematical modeling, the realization of network computing with MATLAB issues, including the issue of time lines, the shortest path problem, the issue of the optimal cut-off cut
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2.02mb
    • 提供者:李峰
  1. Q-algorithm-of-RL

    5下载:
  2. 强化学习的Q算法matlab代码。适合寻找最优路径。让您对q算法一定有直观的理解!-A matlab program about Q of Reinforcement Learning Algorithm
  3. 所属分类:matlab

    • 发布日期:2016-06-12
    • 文件大小:2kb
    • 提供者:qicaiyun
  1. 85809936aodv

    1下载:
  2. 移动网络中,AODV和DSR路由算法的matlab程序,根据已知节点可选出最优路径-Mobile networks, AODV and DSR routing algorithm matlab program, the node can be selected according to the known optimal path
  3. 所属分类:matlab

    • 发布日期:2014-05-07
    • 文件大小:6kb
    • 提供者:刘云
  1. Dijkstra

    6下载:
  2. 最短路径的Dijkstra算法程序。Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。   Dijkstra算法是很有代表性的最短路算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。 -The Dijkstra shortest path algorithm for the proce
  3. 所属分类:matlab例程

    • 发布日期:2013-12-26
    • 文件大小:1.15kb
    • 提供者:haiyan
  1. ant

    0下载:
  2. 一种可运行的最优路径蚁群算法,可以用于机器人路径寻优等方向-An optimal path running ant colony algorithm, robot path can be used to find the direction of Excellence
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1.67kb
    • 提供者:bigzzg
  1. tsp

    3下载:
  2. 利用模拟退火算法解决旅行商问题,共二十个城市,选择最优路径-The use of simulated annealing algorithm to solve traveling salesman problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:53.59kb
    • 提供者:wujian
  1. aa

    0下载:
  2. 蚁群算法 适合寻找最优问题,实现最短路径。-Ant colony algorithm for finding the optimal problem, the realization of the shortest path.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:2.92kb
    • 提供者:孙根本
  1. matlab_Robotpath

    0下载:
  2. 用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.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:4.73kb
    • 提供者:李志平
  1. Astar

    2下载:
  2. 通过A星算法寻找最优路径到达目标,可自由设置障碍,能运行成功-optimal path planning
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:78.65kb
    • 提供者:zx
  1. 00000000000000000000000000000000000000000000000000

    0下载:
  2. 模拟退火算法解决最优路径问题,此程序只需根据需要输入数据即可,验证过了,可行-the best way
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:715byte
    • 提供者:张亮
  1. 51CT

    0下载:
  2. 本程序是基于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.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:4.76kb
    • 提供者:chengde1214
  1. aca

    0下载:
  2. matlab中实现蚁群优化算法在30个城市中寻找一条最优路径。有说明文档。-Ant colony Optimization int matlab and provide a txt document which contains 30 city coordinate
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3.71kb
    • 提供者:王浩
  1. shuangzhongqunTSP

    0下载:
  2. 使用matlab实现的双种群蚁群算法,输出最优路径-Matlab implementation of the Dual Population Ant Colony Algorithm, the output of the optimal path
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:3.78kb
    • 提供者:
  1. matlab q学习 走迷宫

    2下载:
  2. 在环境中寻找最优路径,自定义出发点和终点,实现智能体与环境交互(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)
  3. 所属分类:matlab例程

    • 发布日期:2019-08-11
    • 文件大小:8kb
    • 提供者:shuai_jiediqi
  1. 遗传

    1下载:
  2. 求解最优路径的MATLAB遗传算法,求解无人机在100个城市之间的最优路径(MATLAB genetic algorithm for solving optimal path)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-23
    • 文件大小:1kb
    • 提供者:heiwang5
  1. 区域最优选址

    5下载:
  2. 采用地图匹配算法实现最优路径选址的MATLAB程序(Map matching algorithm for optimal route location)
  3. 所属分类:其他

    • 发布日期:2019-01-27
    • 文件大小:290kb
    • 提供者:yoghurt_ty
  1. matlab Q学习仿真

    3下载:
  2. 基于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.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-11-29
    • 文件大小:4kb
    • 提供者:Monster42
  1. chapter24 基于蚁群算法的三维路径规划算法

    2下载:
  2. 路径规划 蚁群算法 最优路径 启发因子(Ant colony algorithm for path planning)
  3. 所属分类:其他

    • 发布日期:2021-04-16
    • 文件大小:6kb
    • 提供者:杨丽娜
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com