项目作者: chaitanyasd

项目描述 :
Genetic algorithm implementation to solve the famous NP-hard problem - The Travelling Salesman
高级语言: Python
项目地址: git://github.com/chaitanyasd/geno-tsp.git
创建时间: 2019-10-27T11:59:14Z
项目社区:https://github.com/chaitanyasd/geno-tsp

开源协议:MIT License

下载


GenoTSP

Generic badge

Genetic algorithm implementation to solve the famous NP-hard problem - The Travelling Salesman

How to run

  1. Install requirements by running - pip install -r requirements.txt
  2. Set the values in settings.py
  3. Run genoTSP.py

Future work

  1. Display the routes on a GUI while training