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

搜索资源列表

  1. GA-TSP

    0下载:
  2. 用遗传算法求解TSP问题。 假设有一个旅行商人要拜访N个城市,他必须选择所要走的路径,路径的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。TSP问题是一个NPC问题。-Genetic algorithm for TSP. Suppose you have a travel business to visit N cities, he must choose which path to go, limiting the pat
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2934
    • 提供者:胡玥
  1. geneticVRP

    0下载:
  2. matlab编程遗传算法代码,解决VRP车辆路径问题-Genetic algorithm matlab programming code to solve VRP Vehicle Routing Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4403
    • 提供者:兰少曼
  1. robot-MATLAB

    0下载:
  2. 遗传算法解决6自由度机器人机械臂运动路径问题(源程序)-Genetic algorithms to solve the 6-DOF robot manipulator motion path problem (source)
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3899
    • 提供者:选型
  1. Ga-tsp

    7下载:
  2. 遗传算法tsp问题 针对题目中物流配送路径优化问题,本文引入0-1规划思想,建立了带约束条件的物流配送问题的数学模型。求解时,引入遗传算法的编码方式,并针对分区数与客户数量相差较小的情况,灵活运用分区配送算法确定包含最优解的分区序列组,紧密结合枚举法使得其算法兼顾简单、快速的优点。应用Matlab软件可执行得到最短路径。兼顾时间因素导致的复杂影响,我们引入了惩罚函数,并通过设定惩罚系数,进一步由最短路径求得最优路径。-Genetic algorithm tsp problem of logist
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-10-31
    • 文件大小:185344
    • 提供者:
  1. vrp

    0下载:
  2. vrp问题代码,免疫遗传算法求解车辆路径问题-vrp problem code, immune genetic algorithm for vehicle routing problem
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1743
    • 提供者:卢旺达
  1. MTSPF-GA

    0下载:
  2. 一种改进的混合遗传算法主要用于解决车辆路径时间窗问题-An improved hybrid genetic algorithm is used to solve vehicle routing time window problem
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1683
    • 提供者:曹美轩
  1. Short-road

    1下载:
  2. 基于遗传算法的路径最优方法,来寻找最短的路径,使用matlab编写,注释详细-Optimal path method based on genetic algorithm, to find the shortest path, using matlab, annotation in detail
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3189
    • 提供者:JIM
  1. ant-colony-optimization-algorithm

    0下载:
  2. 建立了带约束条件的物流配送问题的数学模型,运用蚁群算法解决物流配送路径 优化问题,并将遗传算法的复制、交叉、变异等遗传算子引入蚁群算法,同时改进信息素的 更新方式、客户点选择策略,以提高算法的收敛速度和全局搜索能力。经过多次实验和计算 ,证明了用改进的蚁群算法优化物流配送线路,可以有效而快速地求得问题的最优解或近似最 优解。-A mathematical model with the constraints of logistics and distribution issues,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:16045
    • 提供者:低调惜缘
  1. sqpm

    0下载:
  2. sqp算法是一种优化路径算法,和 蚁群算法,遗传算法相一致-sqp path algorithm is an optimization algorithm and ant colony algorithm, genetic algorithm is consistent
  3. 所属分类:matlab例程

    • 发布日期:2017-11-06
    • 文件大小:1441
    • 提供者:王顺
  1. GA_BP

    0下载:
  2. 用遗传算法解决最短路径优化TSP问题(附matlab源程序.txt)-The solvelution of the shortest path optimization problem TSP by using genetic algorithms
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2461
    • 提供者:liu
  1. geneticVRP

    1下载:
  2. 使用matlab进行遗传算法编例,解决车辆路径最优化问题。-vrp with matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4001
    • 提供者:杨木木
  1. vrp-in-GA

    1下载:
  2. 使用matlab编写遗传算法,解决车辆路径最优化问题。-VRp using GA methods
  3. 所属分类:matlab

    • 发布日期:2016-10-31
    • 文件大小:7168
    • 提供者:杨木木
  1. TSP_Transportation

    0下载:
  2. 基于遗传算法的整车物流规划方案。运输车在多个城市之间完成运输并选择最优路径。-The vehicle logistics planning based on genetic algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2480
    • 提供者:乐公子
  1. GA_Path_Planning

    0下载:
  2. 使用遗传算法(genetic algorithm)进行路径规划,得出移动机器人的最优运动路径,,欢迎大家下载,并互相交流,共同学习,共同进步-path planning based genetic algorithm(GA) can get the optimal path of mobile robot
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:67689
    • 提供者:ljw
  1. genetic-algorithm-TSP

    0下载:
  2. 遗传算法求解随机生成城市的最短路径问题即旅行商问题,同时生成路径图-a solution to TSP problem based on genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:12242
    • 提供者:Di Lu
  1. JQRLJGH

    0下载:
  2. 机器人路径规划 应用遗传算法做的 经过修改后 可以应用在其他的路径规划-path planning GA
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2193
    • 提供者:于兴超
  1. genetic-algorithm-VRP

    1下载:
  2. 遗传算法求解VRP问题,自带绘制路径功能,且包含word对问题详细描述。-Genetic Algorithm for VRP problem, comes to draw a path function, and contains a detailed descr iption of the problem word.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:23194
    • 提供者:shadow
  1. matlab-code

    2下载:
  2. 给予遗传算法的航迹规划和路径规划算法,含全部源程序,提供大家共同学习-Route planning and path planning algorithm given genetic algorithm, including all source code, provided we learn together
  3. 所属分类:matlab

    • 发布日期:2015-05-01
    • 文件大小:37888
    • 提供者:zhangyaoying
  1. Path-Planning_matlab

    2下载:
  2. 在MATLAB环境下基于遗传算法的机器人路径规划代码-Path in the MATLAB environment planning based on genetic algorithm codes
  3. 所属分类:matlab

    • 发布日期:2015-08-23
    • 文件大小:3072
    • 提供者:TANG
  1. GA

    0下载:
  2. 遗传算法,路径寻优,适合用于路径规划、线路选择寻优-Algorithm, route optimization,suitable for route planning, route selection optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:30212
    • 提供者:wang
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 »
搜珍网 www.dssz.com