Skip to content

Solution for the Travelling Salesman Problem using genetic algorithm in Python. ⭐ 💥

Notifications You must be signed in to change notification settings

RodrigoAGM/tsp-genetic-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traveling Salesman Problem - Genetic Algorithm


Requirements

Run development

Server

  • python3 -m venv venv
  • source venv/bin/activate
  • pip install -r requirements.txt
  • Go to root and run python3 app.py
  • Now server is running in http:https://0.0.0.0:5000/

Client

  • yarn or npm install
  • yarn serve or npm run serve
  • Now client is running in http:https://localhost:8080/

About

Solution for the Travelling Salesman Problem using genetic algorithm in Python. ⭐ 💥

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages