文件名称:GA_CVRP
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-11-30
- 文件大小:
- 53kb
- 下载次数:
- 0次
- 提 供 者:
- 张*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
用遗传算法和模拟退火实现的限重的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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
GA_CVRP
.......\.classpath
.......\.project
.......\.settings
.......\.........\org.eclipse.jdt.core.prefs
.......\best-solution.txt
.......\bin
.......\...\Dataset
.......\...\.......\Database.class
.......\...\GeneticAlgorithm
.......\...\................\Chromosome.class
.......\...\................\Crossover.class
.......\...\................\Crossover1.class
.......\...\................\CVRPmain.class
.......\...\................\CVRPRun.class
.......\...\................\GeneticAlgorithm.class
.......\...\................\Population.class
.......\...\................\selection.class
.......\...\................\Swapmutation.class
.......\...\Problem
.......\...\.......\Customer.class
.......\...\.......\Depot.class
.......\...\.......\Gene.class
.......\...\.......\Problem.class
.......\...\.......\Vehicle.class
.......\...\simuAnnealing
.......\...\.............\SA.class
.......\fruitybun250.vrp
.......\src
.......\...\Dataset
.......\...\.......\Database.java
.......\...\GeneticAlgorithm
.......\...\................\Chromosome.java
.......\...\................\Crossover.java
.......\...\................\Crossover1.java
.......\...\................\CVRPmain.java
.......\...\................\CVRPRun.java
.......\...\................\GeneticAlgorithm.java
.......\...\................\Population.java
.......\...\................\selection.java
.......\...\................\Swapmutation.java
.......\...\Problem
.......\...\.......\Customer.java
.......\...\.......\Depot.java
.......\...\.......\Gene.java
.......\...\.......\Problem.java
.......\...\.......\Vehicle.java
.......\...\simuAnnealing
.......\...\.............\SA.java