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

搜索资源列表

  1. 粒子群算法计算最短路径

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

  1. tsp

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

    • 发布日期:2017-03-31
    • 文件大小:3810
    • 提供者:zyh
  1. gpsbp

    0下载:
  2. matlab环境程序,采用BP神经网络算法,实现对GPS路径选择的优化问题-matlab environmental procedures, using BP neural network algorithm, to realize the optimization of the Selection of GPS
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:434481
    • 提供者:刘嘉伟
  1. rounter

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

    • 发布日期:2017-04-06
    • 文件大小:21289
    • 提供者:bai
  1. 采用粒子群算法,有效解决车辆路径优化问题

    3下载:
  2. VRP的实现,采用粒子群算法,有效解决车辆路径优化问题-VRP realization using particle swarm effective solution to the VRP
  3. 所属分类:matlab例程

    • 发布日期:2017-10-31
    • 文件大小:3807
    • 提供者:wangtingting
  1. pso解决带时间窗约束的车辆路径问题

    4下载:
  2. pso解决带时间窗约束的车辆路径问题,使用matlab代码完成。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-27
    • 文件大小:4221
    • 提供者:zzkkyyer
  1. 基于Hopfield神经网络的旅行商优化计算

    1下载:
  2. 实现最短路径选择问题 运用MATLAB神经网络算法(Achieve the shortest path choice)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:5120
    • 提供者:perfectyeye
  1. yiqun

    0下载:
  2. 可以通过修改.mat文件中的数据来实现路径优化问题(You can modify the data which in city_data.mat to resolve logistics paths optimization problems.)
  3. 所属分类:matlab例程

  1. astardemo

    0下载:
  2. 基于优化的A星算法的最优路径最短路径规划问题(A star algorithm and path planning)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:5120
    • 提供者:无花~果
  1. MATLAB路径规划

    9下载:
  2. 用MATLAB实现复杂环境移动机器人路径规划算法的研究,分别采用了A星算法,迪杰斯特拉算法,蚁群算法以及蚁群寻径迪杰斯特拉优化路径的混合算法,并通过仿真进行验证。(Research and implementation of complex environment of mobile robot path planning algorithm with MATLAB, respectively, using the A star algorithm, Dijkstra algorithm, an
  3. 所属分类:其他

  1. 蚁群算法

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

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:hhhhhhyy
  1. 54组章子涵-李旺泽-金灿

    1下载:
  2. 生态工业园网络路径优化,节点重要度排序,级联失效(Network path optimization of eco industrial park, node importance ranking, cascading failure)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:223232
    • 提供者:涵涵爱健身
  1. 蚁群算法智能优化

    3下载:
  2. 基于改进蚁群算法的机器人路径规划 包括路径规划、路径优化等等(Robot path planning based on improved ant colony algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:224256
    • 提供者:ltblalal
  1. 蚁群算法的优化计算——旅行商问题(TSP)优化

    1下载:
  2. 路径优化 蚁群算法 tsp问题 优化设计(Path optimization TSP problem of path optimization ant colony algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:陈小肥
  1. 基于matlab算最短路径--Floyd算法

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

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

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

    • 发布日期:2018-04-29
    • 文件大小:121856
    • 提供者:柳陂
  1. GASA

    2下载:
  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. 所属分类:其他

    • 发布日期:2019-07-19
    • 文件大小:1024
    • 提供者:果果66
  1. ACS3-1

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

    • 发布日期:2021-04-21
    • 文件大小:6144
    • 提供者:linuxos
  1. Maltlab程序

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

    • 发布日期:2019-09-18
    • 文件大小:24576
    • 提供者:JJ基
  1. 111

    2下载:
  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 multi depot with time window)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-01
    • 文件大小:3072
    • 提供者:小时代8884
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com