This program is using Genetic Algorithm to solve the Travlling
Salesman Prob...
- 资源大小:8.91 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
Java
Develop
java
资 源 简 介
This program is using Genetic Algorithm to solve the Travlling
Salesman Problem. It gives the best path route within a specified
time.
usage: java Evolver
Author: Liu Yang
-This program is using Genetic Algorithm to solve the Travlling Salesman Problem. It gives the best path route within a specified time. Usage: java Evolver Author: Liu Yang
文 件 列 表
evolver
CityMap.java
config100.txt
config30.txt
config50.txt
Evolver.java
GATimer.java
RandomCity.java
readme