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

搜索资源列表

  1. cvrp

    1下载:
  2. 蚁群算法是近年来出现的一种新德仿生类进化算法[8],它的基本原理源于昆虫学家们的观察和发现 -ant algorithms, which is the emergence of a new category of bionic Germany evolutionary algorithm [8] it stems from the basic tenets of the entomologist observed and found
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2130
    • 提供者:黄如尚
  1. CVRP-N

    1下载:
  2. 采用微粒群(粒子群/PSO)算法求解CVRP“车辆路径问题”的代码,对于中小规模算例能有很快的速度,对于大规模问题则效率偏低。文件包内附国际常用算例十余个。如有任何疑问,可以到http://2shi.phphubei.com.cn/index.php发帖咨询。-Using particle swarm (PSO/PSO) algorithm CVRP " vehicle routing problem," the code, for example small and me
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-07-05
    • 文件大小:256890
    • 提供者:李剑
  1. CVRP-N

    1下载:
  2. 采用微粒群(粒子群/PSO)算法求解CVRP“车辆路径问题”的代码,对于中小规模算例能有很快的速度,对于大规模问题则效率偏低。文件包内附国际常用算例十余个。如有任何疑问,可以到http://2shi.phphubei.com.cn/index.php发帖咨询。-Using particle swarm (PSO/PSO) algorithm CVRP " vehicle routing problem," the code, for example small and me
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-08-20
    • 文件大小:256890
    • 提供者:李剑
  1. CW-Saving

    0下载:
  2. 用csharp给车辆路径问题写的节约算法,用arraylist实现路径的存储,很适合初接触车辆路径问题或csharp编程的朋友。另外考虑了对于循环取货所需要的1比1空箱返回。-A C# Code for CVRP with empty containers exchange. The Algorithms is the classical Clarke-Wright Saving Algorithms. Also realized with arraylist, which could be h
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:42053
    • 提供者:Chen WZ
  1. GA-FOR-VRP

    1下载:
  2. 毕业设计所用的用C++编写的遗传算法求解组合优化问题。-Graduation design used by C++ Prepared Genetic Algorithm for Solving Combinatorial Optimization Problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:8818
    • 提供者:pengyang
  1. Delphi-CVRP

    0下载:
  2. 用Delphi实现CVRP问题,利用2-opt方法进行了局部优化,具有很好的学习效果-Using Delphi to achieve CVRP problem, by using 2-opt local optimization methods, has a good learning
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:178640
    • 提供者:Bloom
  1. Tourenplanung_example

    0下载:
  2. 用对偶形式的主次问题和单纯形法精确解cvrp车辆路径问题,环境为gams,一种类似lingo,国际上也经常使用的数学规划软件。-a exact solution of cvrp with dual variable and simplex method in the enviorment GAMS, which is similar to Lingo, is also popular in the world for Operation Research.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1450
    • 提供者:Chen WZ
  1. vrp

    0下载:
  2. On the calculation of osp and cvrp problem, it is common, want to give everyone a little help
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3007
    • 提供者:poiuyt
  1. Genetic-algorithm-for-optimal-path

    0下载:
  2. 改进遗传算法求解CVRP的程序(车辆路径问题) VC++环境下编码-Genetic algorithm for optimal path
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:2200
    • 提供者:李先树
  1. CVRP

    1下载:
  2. 这是我用蚁群算法做OCVRP的一个代码。代码不是很复杂,但是通用性还可以,里面有一个实验用的数据。-I to do OCVRP ant colony algorithm code. The code is not very complex, versatility, there is an experiment with the data.
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:51647
    • 提供者:张炜
  1. CVRP

    2下载:
  2. 蚁群算法解决CVRP问题的VC/C++源码-Ant algorithm to solve the CVRP problem the VC/C++ source
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-18
    • 文件大小:2048
    • 提供者:张森源
  1. SavingsMethod

    0下载:
  2. 解决CVRP的著名的saving method方法-The Saving method to solve CVRP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:12360
    • 提供者:chengjun
  1. SA_CVRP

    3下载:
  2. 模拟退火法实现CVRP问题求解,对应Taillard问题数据集-Simulated annealing CVRP achieve problem solving, data sets corresponding to the problem Taillard
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:96092
    • 提供者:fengwenfeng
  1. CVRP

    1下载:
  2. 用蚁群算法解决带有容量限制的车辆路径问题-Ant colony algorithm for solving vehicle routing problem with capacity constraints
  3. 所属分类:matlab

    • 发布日期:2016-10-14
    • 文件大小:19456
    • 提供者:Dasiy
  1. GA_CVRP

    3下载:
  2. 用遗传算法和模拟退火实现的限重的VRP(CVRP),250个customer,一个仓库,数据文件在里面,导入eclipse就可以运行。-this is a hybrid algorithm of GA and SA to solve CVRP problem, which is devopled on eclise with java.it contains a input dataset involved with 249 customers and one single depot.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:54272
    • 提供者:张放
  1. CVRP-master

    0下载:
  2. 解决CVRP路线问题的代码, 可以修改后进行启发式算法更改(code for solving CVRP problem)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:21504
    • 提供者:minicap
  1. CVRP

    3下载:
  2. 车辆路径问题CVRP的matlab编程,里面包含了A32数据的导入,以及距离矩阵和适应度函数,以及CVRP求解的主程序。(programming of vehicle routing problem CVRP)
  3. 所属分类:matlab例程

    • 发布日期:2018-09-03
    • 文件大小:4096
    • 提供者:八戒不吃鱼
  1. PSO算法求解CVRP“车辆路径问题”

    8下载:
  2. 有容量限制的车辆路径问题的启发式算法,本实验采用的是粒子群算法(heuristic algorithm for capacited vehicle routing problem)
  3. 所属分类:matlab例程

    • 发布日期:2019-06-20
    • 文件大小:259072
    • 提供者:YLSFFLY
  1. Gurobi_CVRP

    1下载:
  2. matlab调用gurobi求解CVRP(Matlab calls gurobi to solve CVRP problem)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-23
    • 文件大小:2048
    • 提供者:SunshineFu123
  1. SA求解CVRP问题

    0下载:
  2. SA算法对CVRP问题求解matlab文件
  3. 所属分类:matlab例程

    • 发布日期:2022-11-25
    • 文件大小:99800
    • 提供者:openbing
« 12 »
搜珍网 www.dssz.com