Skip to content

Tabu search technique for solving optimization problems

Notifications You must be signed in to change notification settings

khoint5304/tabu-search

 
 

Repository files navigation

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

About

Tabu search technique for solving optimization problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.0%
  • C++ 14.6%
  • Other 0.4%