Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.
/ tabu-search Public archive

Tabu search algorithm with high parallelism to solve optimization problems

Notifications You must be signed in to change notification settings

Serious-senpai/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 algorithm with high parallelism to solve optimization problems

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages