搜索资源列表

  1. cvrp

    0下载:
  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 fo
  3. 所属分类:其它

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

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

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

    0下载:
  2. 智能蚂蚁算法——蚁群算法的改进 求解VRP问题 求解TSP问题-smart ant algorithm-- ant colony algorithm improvements for VRP for TSP
  3. 所属分类:C#编程

    • 发布日期:2024-06-09
    • 文件大小:43008
    • 提供者:程方
  1. cvrp

    0下载:
  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 fo
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:2048
    • 提供者:黄如尚
  1. GA-FOR-VRP

    0下载:
  2. 毕业设计所用的用C++编写的遗传算法求解组合优化问题。-Graduation design used by C++ Prepared Genetic Algorithm for Solving Combinatorial Optimization Problems.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-09
    • 文件大小:8192
    • 提供者:pengyang
  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 co
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-09
    • 文件大小:257024
    • 提供者:李剑
  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. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-09
    • 文件大小:178176
    • 提供者:Bloom
  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 wi
  3. 所属分类:C#编程

    • 发布日期:2024-06-09
    • 文件大小:41984
    • 提供者:Chen WZ
  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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者: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编程

    • 发布日期:2024-06-09
    • 文件大小:3072
    • 提供者:poiuyt
  1. Genetic-algorithm-for-optimal-path

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

    • 发布日期:2024-06-09
    • 文件大小:2048
    • 提供者:李先树
  1. CVRP

    0下载:
  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例程

    • 发布日期:2024-06-09
    • 文件大小:51200
    • 提供者:张炜
  1. CVRP

    0下载:
  2. 蚁群算法解决CVRP问题的VC/C++源码-Ant algorithm to solve the CVRP problem the VC/C++ source
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:2048
    • 提供者:张森源
  1. SavingsMethod

    0下载:
  2. 解决CVRP的著名的saving method方法-The Saving method to solve CVRP
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-09
    • 文件大小:12288
    • 提供者:chengjun
  1. SA_CVRP

    0下载:
  2. 模拟退火法实现CVRP问题求解,对应Taillard问题数据集-Simulated annealing CVRP achieve problem solving, data sets corresponding to the problem Taillard
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-09
    • 文件大小:96256
    • 提供者:fengwenfeng
  1. CVRP

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

    • 发布日期:2024-06-09
    • 文件大小:19456
    • 提供者:Dasiy
  1. CVRP-master

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

    • 发布日期:2024-06-09
    • 文件大小:21504
    • 提供者:minicap
  1. CVRP

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

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

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

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

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

    • 发布日期:2024-06-09
    • 文件大小:2048
    • 提供者:SunshineFu123
« 12 »

源码中国 www.ymcn.org