搜索资源列表

  1. 用蚁群算法实现自动化仓库路径优化

    0下载:
  2. 用蚁群算法实现自动化仓库路径优化-ant colony algorithm using automated warehouse Path Optimization
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:40390
    • 提供者:王涛
  1. 粒子群算法计算最短路径

    0下载:
  2. 优化问题是工业设计中经常遇到的问题,许多问题最后都可以归结为优化问题. 为了解决各种各样的优化问题,人们提出了许多优化算法,比较著名的有爬山法、遗传算法等.优化问题有两个主要问题:一是要求寻找全局最小点,二是要求有较高的收敛速度. 爬山法精度较高,但是易于陷入局部极小. 遗传算法属于进化算法( Evolutionary Algorithms) 的一种,它通过模仿自然界的选择与遗传的机理来寻找最优解. 遗传算法有三个基本算子:选择、交叉和
  3. 所属分类:源码下载

  1. 用蚁群算法实现自动化仓库路径优化

    0下载:
  2. 用蚁群算法实现自动化仓库路径优化-ant colony algorithm using automated warehouse Path Optimization
  3. 所属分类:文档资料

    • 发布日期:2024-05-27
    • 文件大小:39936
    • 提供者:王涛
  1. 优化TSP局部搜索法

    0下载:
  2. TSP算法,应用局部搜索法得到最优路径,已经经过优化。没有密码,可以使用,vc环境下使用。-TSP algorithm, using local search to be optimal path has been optimized. No password can be used, vc environments.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-27
    • 文件大小:1357824
    • 提供者:霍哲
  1. 求一个Dijkstra优化算法

    0下载:
  2. 求解一个最短路径问题程序,可以参考一下求一个Dijkstra优化算法! 谢谢了 目的是求给定两点之间的最短距离 或者改一下我的程序也行 -shortest path to solve a problem of procedure, can seek a reference Dijkstra algorithm optimization! Thank you, the purpose is scheduled for 2:
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-27
    • 文件大小:3072
    • 提供者:Bill
  1. GACode

    0下载:
  2. 一个用于自然数编码遗传算法的工具包indexGA,以及用这个工具包实现的车辆路径优化问题的算法例程-One for the natural number-coded genetic algorithm toolkit indexGA, and use this tool kit to achieve VRP algorithm routine
  3. 所属分类:matlab例程

    • 发布日期:2024-05-27
    • 文件大小:9216
    • 提供者:
  1. iga

    0下载:
  2. 应用遗传算法是被认为求解NP难题的有效手段之一,求解物流配送车辆路径优化问题时,在传统遗传算法的基础上,并引入了免疫算法的思想,实验结果表明该算法具有更好的全局和局部搜索能力和收敛速度,可有效地解决物流配送车辆路径优化问题。-Application of genetic algorithms to solve NP is considered an effective means of problem solving to optimi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-27
    • 文件大小:7168
    • 提供者:王博文
  1. 3

    0下载:
  2. 针对迷宫这类特殊的环境模型, 提出了基于笛卡儿坐标系的新的路径规划算法。该算法通过找出机器人行驶方向和位 置变化的关系, 方便快捷地实现了对路径的记忆, 并且在到达终点后能够通过一种简单的路径优化算法算出最短路径, 最 终实现以最短路径返回。此算法的可行性已通过轮式机器人实例得到证实。-For the maze of such a unique environment model, a Cartesian coordinate
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-27
    • 文件大小:180224
    • 提供者:shirley
  1. vrpCSharp(1)

    0下载:
  2. 基于遗传算法的车辆路径优化的CSHARP程序-Based on genetic algorithm optimization of vehicle routing procedures CSharp
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-27
    • 文件大小:10240
    • 提供者:jj
  1. rounter

    0下载:
  2. 多旅行商问题的遗传算法解决,内附数据和题目。适合要求不高的路径优化。-Multiple traveling salesman problem genetic algorithm, containing data and topics. Suitable for less demanding path optimization.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-27
    • 文件大小:21504
    • 提供者:bai
  1. 多源多汇路径优化

    0下载:
  2. 用于cdn的多源多汇路径优化,采用dijkstra方法
  3. 所属分类:matlab例程

  1. 蚁群算法

    0下载:
  2. 路径优化蚁群算法matlab程序‘ 在求解该问题的蚂蚁算法中,每只蚂蚁是一个独立的用于构造路线的过程,若干蚂蚁过程之间通过自适应的信息素值来交换信息,合作求解,并不断优化。(Path optimization, ant colony algorithm, matlab program. In the ant algorithm for solving this problem, each ant is an independent
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-27
    • 文件大小:2048
    • 提供者:hhhhhhyy
  1. 基于matlab算最短路径--Floyd算法

    0下载:
  2. 采用佛洛依德算法原理,解决最小路径的规划问题的matlab实现(Using Freud algorithm principle, solve the problem of the minimum path planning matlab)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-27
    • 文件大小:29696
    • 提供者:ElivesLee
  1. 6冷链物流配送路径优化

    0下载:
  2. 为了验证上述模型的合理性和实用价值,为冷链物流车辆配送路径优化提出可行性的方法,本文依托厦门某具体从事生鲜产品生产及配送的A企业所提供的数据,结合文章所提出的优化思路,通过matlab等软件实现计算机建模并进行模型求解,最后对该生鲜企业的配送流程设计提出建设性意见。(In order to verify the rationality of the model and practical value, for the cold chai
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-27
    • 文件大小:121856
    • 提供者:柳陂
  1. 新建文件夹 (3)

    0下载:
  2. 完整版蚁群算法,旅行商路径优化问题代码+完整注释(Full Version Ant Colony Algorithm, Traveler Path Optimization Code + Full Comment)
  3. 所属分类:进化算法

    • 发布日期:2024-05-27
    • 文件大小:3072
    • 提供者:陈旭11223
  1. GASA

    0下载:
  2. 运用模拟退火遗传算法解决路径优化问题,其中已给出中文注释(GASA for VPR.Simulated Annealing Genetic Algorithms (SAGA) is used to solve the problem of path optimization, in which Chinese annotations are given.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:果果66
  1. ACS3-1

    0下载:
  2. 最优路径问题,蚁群算法,仓储系统的货位拣选路径优化仿真(Optimal path problem, ant colony algorithm, optimization simulation of cargo location picking path for warehouse system)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-27
    • 文件大小:6144
    • 提供者:linuxos
  1. Maltlab程序

    0下载:
  2. 改进遗传算法用于多车多类型车辆的车辆路径优化(Application of improved genetic algorithm to vehicle routing optimization of multi-vehicle and multi-type vehicles)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-27
    • 文件大小:24576
    • 提供者:JJ基
  1. 遗传算法路径规划

    0下载:
  2. 利用遗传算法实现机器人最优路径规划,优化算法步骤实现迭代次数最第,包括文档说明和算法说明(The genetic algorithm is used to realize the optimal path planning of robots, and the optimal algorithm steps are used to achieve the highest number of iterations, including d
  3. 所属分类:进化算法

    • 发布日期:2024-05-27
    • 文件大小:23552
    • 提供者:阿呆不呆666
  1. 111

    0下载:
  2. 用于求解带时间窗的多车场的配送路径优化问题,即vrp问题,算法是基于模拟退火算法和遗传算法的混合算法(The algorithm is a hybrid algorithm based on simulated annealing algorithm and genetic algorithm, which is used to solve the distribution path optimization problem of mu
  3. 所属分类:matlab例程

    • 发布日期:2024-05-27
    • 文件大小:3072
    • 提供者:小时代8884
« 12 3 4 5 6 7 8 9 10 ... 32 »

源码中国 www.ymcn.org