Skip to content

AP-Atul/tsp-genetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsp-genetic

Solving TSP with genetic algorithm

The genetic package contains multiple crossovers and mutation functions

Execution

  1. Clone the repo
$ git clone https://github.com/AP-Atul/tsp-genetic.git
  1. Run the tsp file
$ python3 -m src.tsp