/tabu-search

Tabu search algorithm with high parallelism to solve optimization problems

Primary LanguagePython

tabu-search

Lint Tests

Tabu search technique for solving optimization problems. TSP problems are taken from TSPLIB.

Setup

  • It is highly recommended to create a virtual environment by running python3 -m venv .venv
  • Install dependencies for running the optimizers
$ pip install -r requirements.txt