# task **Repository Path**: yingziyu/task ## Basic Information - **Project Name**: task - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-01-31 - **Last Updated**: 2021-10-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Task This is the task of llt , woshiluo and syt. It's about the use of evolution algorithm to solve travelling salesman problem ## 本项目做了什么 本项目试图使用[ 遗传算法 ](https://zh.wikipedia.org/wiki/%E9%81%97%E4%BC%A0%E7%AE%97%E6%B3%95)来求出[ 旅行商问题 ](https://zh.wikipedia.org/wiki/%E6%97%85%E8%A1%8C%E6%8E%A8%E9%94%80%E5%91%98%E9%97%AE%E9%A2%98)的近似解并提供了一个简单的图形化界面 ## 项目结构 ``` ├── developLog.txt -- 开发日志 ├── LICENSE ├── README.md -- 本文件 └── source -- 项目源码 ├── tsp -- 算法核心 ├── tsp-viewer -- 包装了 tsp,提供了一个可视化界面 ├── tsp-tester -- 数据生成器 └── tsp-autoanalyzer -- 包装了 tsp,提供了数据库缓存和数据可视化 └── tsp-analyzer -- 分析图生成器 ``` 关于每个部分的相关介绍,请查看其目录下的 `README.md`