Skip to content

carloslihu/multiagent-final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travelling Salesman Problem

Summary

We implemented the MAX-MIN Ant System algorithm to solve the Travelling Salesman Problem

Installation

To install the dependencies use pip and the requirements.txt in this directory. e.g.

    $ pip install -r requirements.txt

How to Run

Open the jupyter notebook tsp_aco.ipynb and run the cells

Files

  • model.py: Contains the agent class, and the overall model class.
  • tsp_aco.ipynb: Notebook demonstrating how to run experiments and parameter sweeps on the model.
  • data/wi29.tsp: TSP problem instance in tsplib format.

About

Multiagent Systems Final Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published