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

搜索资源列表

  1. TSPPPSOPACOPHOPFIELD

    0下载:
  2. 分别用遗传算法 ,蚁群算法和hopfield算法实现的TSP算法,有界面,能把路径用不同颜色表示-TSP algorithm using genetic algorithm, ant colony algorithm and hopfield algorithm, interface, can path with different colors
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:9916
    • 提供者:苏苏
  1. TSP

    0下载:
  2. 使用遗传算法进行求解路线最短路径问题的VC++6.0源程序-Using a genetic algorithm to solve the line shortest path problem VC++6.0 source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:55982
    • 提供者:yangbin
  1. jiqiren

    0下载:
  2. 基于Dijkstra和遗传算法的机器人路径规划演示程序 -Robot path planning based on Dijkstra and genetic algorithm demo program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:11100
    • 提供者:段誉
  1. Matlab_tsp

    0下载:
  2. TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序 D是距离矩阵,n为种群个数 参数a是中国31个城市的坐标 C为停止代数,遗传到第 C代时程序停止,C的具体取值视问题的规模和耗费的时间而定 m为适应值归一化淘汰加速指数,最好取为1,2,3,4,不宜太大 alpha为淘汰保护指数,可取为0~1之间任意小数,取1时关闭保护功能,建议取0.8~1.0之间的值 R为最短路径,Rlength为路径长度- TSP problem (also known as: traveling
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:4497
    • 提供者:fuhai
  1. ant-colony-optimization

    0下载:
  2. matlab编写的蚁群算法,即在图中寻找优化路径的机率型算法,结合遗传算法进行了改进。-ant colony algorithm matlab prepared in the graph to find the probability-based algorithm for optimal path, combined with genetic algorithm is improved.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1969
    • 提供者:renxueshi
  1. genetic-algorithm-in-matlab-language

    0下载:
  2. 利用matlab语言编写多个城市间,求最短路径的遗传算法源代码-Genetic algorithm source code, find the shortest path between the Matlab language multiple cities。
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:9716
    • 提供者:zhanglei
  1. pathing-planning-GA

    0下载:
  2. 用遗传算法实现对机器人的路径规划,取各障碍物顶点连线的中点为路径点,相互连接各路径点,将机器人移动的起点和终点限制在各路径点上,利用最短路径算法来求网络图的最短路径,找到从起点P1到终点Pn的最短路径。-Robot path planning using genetic algorithms, taking the midpoint of each obstacle vertex path points interconnected path the robot to move the star
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-19
    • 文件大小:67775
    • 提供者:郭美亭
  1. vrp-ga

    4下载:
  2. 这是基于matlab的通过遗传算法解决物流配送车辆路径问题-This is based on matlab by genetic algorithms to solve the logistics distribution vehicle routing problem
  3. 所属分类:matlab例程

    • 发布日期:2016-11-02
    • 文件大小:20075
    • 提供者:
  1. luyou

    0下载:
  2. 基于差分算法的路由算法,可以搜索网络中的最佳路由路径,差分算法优越于传统遗传算法,寻优目的性更强-Difference algorithm-based routing algorithm, the best route in the search network, differential algorithm is superior to the traditional genetic algorithm optimization purpose more
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:2640
    • 提供者:肖刚
  1. shortest

    0下载:
  2. 本程序的功能是用遗传算法求最短路径。 可以修改顶点与顶点的权值、顶点个数、染色体的条数等去适应你的问题-The function of the program is using genetic algorithms for the shortest path. Can modify vertex and vertex weights, the number of vertices, the number of chromosomes to adapt to your question
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-22
    • 文件大小:349654
    • 提供者:鲁丹
  1. TSP

    0下载:
  2. 遗传算法求解TSP问题 输入10个城市 及坐标 求解出最短路径 交叉率 变异率,子代数可修改-Genetic algorithm for TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-08
    • 文件大小:3054
    • 提供者:王振
  1. Genetic-algorithm-

    0下载:
  2. 遗传算法求解旅行商问题:求解12个城市最短旅游路径-Genetic algorithm to solve traveling salesman problem:Solving 12 cities the shortest travel path
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:6990
    • 提供者:ndd666666
  1. Ant-Algorithm--CPP

    1下载:
  2. 蚂蚁算法 是一种用来在图中寻找优化路径的机率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。蚁群算法是一种模拟进化算法,初步的研究表明该算法具有许多优良的性质.针对PID控制器参数优化设计问题,将蚁群算法设计的结果与遗传算法设计的结果进行了比较,数值仿真结果表明,蚁群算法具有一种新的模拟进化优化方法的有效性和应用价值。 -Ant Algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-03-11
    • 文件大小:30231
    • 提供者:张俊丰
  1. VRP

    0下载:
  2. 遗传算法解决简单的无时限有约束VRP车辆路径问题-Genetic algorithm to solve a simple non-time constrained VRP Vehicle Routing Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:244907
    • 提供者:朱园
  1. matlab--Find-the-optimal-solution-

    0下载:
  2. 寻找最优解或最佳路径的多种matlab算法,其中包括蚁群算法,贪婪算法,哈密顿算法,floyd算法,dijkstra算法,遗传算法等-Find the optimal solution or the best path for a variety of matlab algorithms, including the ant colony algorithm, greedy algorithm, Hamiltonian algorithm, floyd algorithm, dijkstra a
  3. 所属分类:matlab

    • 发布日期:2018-04-18
    • 文件大小:207872
    • 提供者:zone
  1. zuiduanlujiin

    0下载:
  2. 遗传算法解决最短路径问题matlab实现-Genetic algorithm to solve the shortest path problem matlab achieve
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:241466
    • 提供者:yeluxian
  1. GA_TSP2

    0下载:
  2. 基于遗传算法的TSP问题实现 本程序是利用MFC编程,通过读入文件信息计算得出最佳路径.并可视化了路程的路线.-Solving Travel salesman problem using genetic algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:2129485
    • 提供者:kelvin
  1. matlab-vrp

    1下载:
  2. 车辆路径问题中用遗传算法实现matlab程序 。-The vehicle routing problem matlab genetic algorithm. . . .
  3. 所属分类:matlab

    • 发布日期:2016-10-31
    • 文件大小:9216
    • 提供者:马文
  1. GA-for-path-planning

    2下载:
  2. 通过遗传算法对飞机进行路径规划,main为主要的运行文件,ceshi_draw可以显示平滑的轨迹曲线。-Flight path plannning using GA algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:10221
    • 提供者:yunhong
  1. TSP

    0下载:
  2. 遗传算法:旅行商问题(已知城市坐标,求路过各城市的最短路径)-Genetic algorithms: the traveling salesman problem (known city coordinates, find the shortest path passing cities)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-01
    • 文件大小:1537
    • 提供者:连云
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 26 27 »
搜珍网 www.dssz.com