CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 最短路径算法

搜索资源列表

  1. 实验题

    0下载:
  2. A*算法解决找路径的问题,对于特定的图形,按照距离最短的评估函数,来解决寻优问题-A * algorithm to find paths to solve the problems that specific graphics, in accordance with the shortest distance from the assessment function, to solve the optimization problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:23096
    • 提供者:zx
  1. tsp

    0下载:
  2. ga算法解tsp问题.动态TSP就是城市坐标在随着时间变化,我们的目标则要在最短的时间窗内寻找出最优的城市遍历路径,这是个双最优问题. 这是我对动态TSP算法的理解,使用改进的反序-杂交算法
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4659
    • 提供者:李丽
  1. TSP_DESK

    0下载:
  2. TSP两种算法求解,一种是遍历所有可能路径求出最短,一种是采用模拟退火算法-TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:127258
    • 提供者:王涛
  1. attach201109090704230

    0下载:
  2. 遗传算法竟能够最优路径悬着问题,改程序是假的不用下载,遗传算法竟能够最优路径悬着问题,改程序是假的不用下载 ,遗传算法竟能够最优路径悬着问题,改程序是假的不用下载。-if D(i,k)+D(k,j)<D(i,j) D(i,j)=D(i,k)+D(k,j) 更新 D(i,j),说明通过k的路程更短 R(i,j)=R(k,j) 更新R(i,j),需要通过k
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:184176
    • 提供者:陈雷
  1. tuihuosuanfa

    0下载:
  2. 退火算法代码 多个城市 路径最短问题 就这么多了-Annealing code cities the shortest path problem is so much
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2659
    • 提供者:焦兴龙
  1. Ant-Colony-Algorithm-matlab

    0下载:
  2. 利用蚁群算法寻找以下10个城市的TSP最短路径。输出最短路径顺序及其长度,以及蚁群算法迭代过程中的最短路径长度进化曲线-Ant colony algorithm to find the following 10 cities TSP shortest path. Output sequence and the shortest path length, and the ant colony algorithm is an iterative process of evolution of the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1855
    • 提供者:wang
  1. Simulated-Annealing-matlab

    1下载:
  2. 利用模拟退火算法寻找我国31个省会城市(不含港澳台)的TSP最短路径.输出最短路径顺序及其长度,以及模拟退火算法迭代过程中的最短路径长度进化曲线-Simulated annealing algorithm to find China' s 31 provincial capital cities (excluding Hong Kong, Macao and Taiwan) of TSP shortest path shortest path output sequence and len
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1255
    • 提供者:wang
  1. ant

    0下载:
  2. 蚁群算法 解决TSP问题 程序对20个城市 数据进行计算 通过蚁群算法 计算最短路径 城市数据保存在当前目录下的 1173.txt 文件中-Ant colony algorithm to solve the TSP program for the calculation of 20 urban data through the ant colony algorithm to calculate the shortest path of urban data stored in the curre
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:634331
    • 提供者:封昊
  1. ant

    0下载:
  2. 基于蚁群算法用MATLAB求解城市之间的最短路径问题,适合新手阅读使用-Read based on ant colony algorithm using MATLAB to solve the shortest path between cities, suitable for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1648
    • 提供者:向东
  1. Segmentation_Astar

    1下载:
  2. 这是一个基于A*算法的路径规划程序,利用栅格法构建了房间地图,然后通过A*算法规划出一条从出发点到目标点的最短路径。-This is based on A* algorithm path planning process, build the room use map grid method, and then through the A* algorithm plan a starting point the shortest path to the target point.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2808
    • 提供者:宫汝林
  1. ACA_FCM

    0下载:
  2. 蚁群算法用于求最短路径问题,是一种用来在图中寻找优化路径的机率型算法-Ant colony algorithm for the shortest path problem, is a kind of used to type the probability of finding optimal path algorithm in the picture
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:3903
    • 提供者:zhu
  1. kelong

    2下载:
  2. 遗传免疫算法的最短路径求取,用matlab语言实现,可对机器人的路径进行规划-The shortest path to strike a genetic immune algorithm, using matlab language, can robot path planning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:12447
    • 提供者:zhchwl
  1. Kaflab_calculate

    0下载:
  2. matlab算最短路径的算法,很好用大家可以试一试 不错的-Matlab to calculate the shortest path algorithm, useful you can try the good
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-09
    • 文件大小:2426
    • 提供者:ahsocizfed
  1. lv-xing-shang-wen-ti

    0下载:
  2. 基于遗传算法的TSP算法。本案例以14个城市为例,寻找出一条遍历14个城市的最短路径。-TSP Algorithm Based on Genetic Algorithm. In this case, 14 cities, for example, to find a traversal of the 14 cities in the shortest path.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-16
    • 文件大小:9216
    • 提供者:lcy
  1. youthe

    0下载:
  2. matlab算最短路径的算法,很好用大家可以试一试 不错的-Matlab to calculate the shortest path algorithm, useful you can try the good
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-14
    • 文件大小:2429
    • 提供者:Tonyuh
  1. mtsp_ga

    1下载:
  2. 多旅行商的最短路径选择。80个城市,5个旅行商,距离矩阵部分采用最优算法(Shortest path selection for multiple traveling salesman problem)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:良尚
  1. LMAV

    0下载:
  2. Bellman_Ford 算法,求解带有负权重的边的单源点最短路径问题()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:9216
    • 提供者:GP_865
  1. vereical_spdate

    0下载:
  2. 网络最短路径Dijkstra算法C++语言,()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-11
    • 文件大小:3072
    • 提供者:Chratt
  1. 新建文本文档 (2)

    1下载:
  2. 在栅格地图中基于贪心算法避开障碍物的同时寻找两点间最短路径,(based on one way in the map to builder a path planner)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:风暴大侠
  1. tsee

    0下载:
  2. Bellman_Ford 算法,求解带有负权重的边的单源点最短路径问题()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:10240
    • 提供者:compilir
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com