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

Latest commit

 

History

History
12 lines (10 loc) · 700 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 700 Bytes

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