Exploring the use of Monte Carlo Tree Search (MCTS) in solving the Traveling Salesman Problem (TSP).
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