Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 359 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 359 Bytes

mcts-travel-salesman

Exploring the use of Monte Carlo Tree Search (MCTS) in solving the Traveling Salesman Problem (TSP).

Quick Start

Install virtual environment

python3 -m venv venv

Activate virtual environment

source venv/bin/activate

Install dependencies

pip3 install -r requirements.txt

Run code

python3 main.py