搜索资源列表

  1. VRP--NEW

    0下载:
  2. this is a new code to solve vrp problem (vehicle routing problem) hope works,
  3. 所属分类:软件工程

    • 发布日期:2024-05-03
    • 文件大小:106496
    • 提供者:majdddd
  1. VRP

    0下载:
  2. 该程序是用C++编写的蚁群算法程序,专门用来求解车辆路径问题(VRP)。-The program is in C++ ant colony algorithm written procedures, designed to solve the vehicle routing problem (VRP).
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:3085312
    • 提供者:chao
  1. AntTSP

    0下载:
  2. 一种蚁群算法,主要关于VRP问题,可以计算最短路径,并且显示最佳路径-An ant colony, the main issue on the VRP, we can calculate the shortest path, and show the best path
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:20480
    • 提供者:nimo
  1. VRP

    0下载:
  2. 解决车辆路径问题使用矩阵蚂蚁算法 车辆调度问题(Vehicle Routing Problem,VRP)是一个典 型的NP 难题,只有在需点数和路段数较少时才有可能寻求其 精确解,一般情况下,很难得到全局最优解或满意解-Matrix ant algorithm to solve the vehicle routing problem Matrix ant algorithm to solve the vehicle routin
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:基极10
  1. value-conservation-law-for-VRP

    0下载:
  2. 学习\人工智能\使用经典节约值法求解VRP问题,高效率-Learning \ Artificial Intelligence \ value conservation law for VRP
  3. 所属分类:DNA

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:yang
  1. VRP

    1下载:
  2. 遗传算法解决简单的无时限有约束VRP车辆路径问题-Genetic algorithm to solve a simple non-time constrained VRP Vehicle Routing Problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:244736
    • 提供者:朱园
  1. solomon-tests-for-VRP

    0下载:
  2. Slomon测试算例,用来求解VRP问题的标准测试用例-Slomon test example, used a standard test case for VRP
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:87040
    • 提供者:何立志
  1. VRP-solution-program

    0下载:
  2. vrp车辆路径优化问题,运用lingo软件编写的求解程序,简单易懂。-vrp vehicle routing optimization problem, the use of the lingo software written to solve program is simple and easy to understand.
  3. 所属分类:交通/航空行业

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:古九
  1. c#编程实现VRP问题

    0下载:
  2. c#编程实现vrp问题,很不错的源代码,欢迎下载!
  3. 所属分类:C#编程

  1. vrp

    0下载:
  2. 用matlab解决vrp问题,本程序为遗传算法解决基本VRP问题的例程。各供货点距离矩阵及遗传算法参数在VRP.M中给出。以路径长度作为遗传算法的适应度函数,约束函数通过在LEN中增加惩罚因子体现,本程序简便起见将不满足约束的直接加100;-Vrp matlab to solve the problem with the program for the genetic algorithm to solve the basic probl
  3. 所属分类:书籍源码

    • 发布日期:2024-05-03
    • 文件大小:4096
    • 提供者:leo mao
  1. vrp

    1下载:
  2. 4个可以运行的VRP程序,可以自己添加需求点,改变车辆容量-4 VRP program, you can run
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:9216
    • 提供者:刘长石
  1. ga-for-vrp

    0下载:
  2. 解决VRP的遗传算法,已经验证,可以运行-Genetic algorithm to solve the VRP has been verified, you can run
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:28672
    • 提供者:刘长石
  1. VRP-and-tsp

    1下载:
  2. 求解VRP和TSP的源程序,都是本人使用过的,放心下载-For VRP and TSP source code, are I used, rest assured Download
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:11264
    • 提供者:刘长石
  1. work--VRP

    0下载:
  2. 是对VRP问题,使用改进的遗传算法,这是针对论文写的代码,所以很详细,并且对函数和变量都进行注释说明,当然画图是必不可少的-VRP is a problem, use of improved genetic algorithm, which is to write the code for the paper, so very detailed, and have carried on the functions and variabl
  3. 所属分类:系统编程

    • 发布日期:2024-05-03
    • 文件大小:24576
    • 提供者:sogqiqin
  1. VRP

    0下载:
  2. 蚁群算法,2-opt,解决车辆路径问题(vrp)的matlab代码,修正了原始代码忽略初始节点下一节点cost的问题,但是对某些测试数据集存在车辆数大于或小于的标准问题。-Ant colony algorithm ,2-opt, vehicle routing problem (vrp) matlab code, amended the original code ignores the initial node next node c
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:lijian
  1. ant-VRP

    0下载:
  2. 蚁群算法求解VRP问题的测试实例代码,数据比较少-Ant Colony Algorithm for VRP test case code, data is relatively small
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:xinli
  1. Three-methods-for-VRP

    0下载:
  2. 包括遗传算法,构建法和改进法在内的3种方法实现VRP问题。供初学者学习和参考。-Including genetic algorithms, building law and Improvement Act, including three kinds of methods to achieve VRP problem. For beginners to learn and reference.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:6583296
    • 提供者:王志刚
  1. vrp-jieyuelichengsuanfa

    0下载:
  2. 数模vrp问题---节约里程算法C++代码 -vrp saving mileage algorithm C++ code。
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:lee
  1. GA-VRP

    0下载:
  2. 遗传算法求解VRP问题的源代码,经测试可用-Genetic Algorithm for VRP source code, have been tested
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:7168
    • 提供者:wade
  1. Vrp-All

    4下载:
  2. VRP算法测试数据,包含测试数据和最优解,非常方便的数据-test- for- vrp
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:119808
    • 提供者:李德勇
« 1 2 3 4 5 67 8 9 10 11 ... 22 »

源码中国 www.ymcn.org