/Multi-Agent-TSP-with-ACO

The problem of multi-agent TSP solved using ant colony optimization

Primary LanguagePython

Multi-Agent-TSP-with-ACO

The problem of multi-agent TSP solved using ant colony optimization.

Following is a run of the algorithm,

Instructions To Run

Clone this repository

Navigate to project folder in terminal or command prompt

Run command,

python mtsp_solver.py <seed>

Where <seed> is the random seed for environment instantiation (leave blank for random environment initialization)