Fetch the repository succeeded.
This is the task of llt , woshiluo and syt.
It's about the use of evolution algorithm to solve travelling salesman problem
本项目试图使用 遗传算法 来求出 旅行商问题 的近似解并提供了一个简单的图形化界面
├── developLog.txt -- 开发日志
├── LICENSE
├── README.md -- 本文件
└── source -- 项目源码
├── tsp -- 算法核心
├── tsp-viewer -- 包装了 tsp,提供了一个可视化界面
├── tsp-tester -- 数据生成器
└── tsp-autoanalyzer -- 包装了 tsp,提供了数据库缓存和数据可视化
└── tsp-analyzer -- 分析图生成器
关于每个部分的相关介绍,请查看其目录下的 README.md
Sign in to post a comment
Repository Comments ( 0 )