RodrigoAGM / tsp-genetic-algorithm

Solution for the Travelling Salesman Problem using genetic algorithm in Python. :star: :boom:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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://0.0.0.0:5000/

Client

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

About

Solution for the Travelling Salesman Problem using genetic algorithm in Python. :star: :boom:


Languages

Language:Python 53.9%Language:Vue 37.2%Language:HTML 3.2%Language:JavaScript 2.6%Language:TypeScript 2.2%Language:Dockerfile 0.9%