Tabu search technique for solving optimization problems. TSP problems are taken from TSPLIB.
- 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