Skip to content

Student led project for COMP 4520 Honours Project. Ant Colony Optimization with 2-opt Local Search for the Travelling Salesman Problem

Notifications You must be signed in to change notification settings

sharder996/acotsp-ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACOTSP - Local Search

A study of Ant Colony Optimization with Local Search on the Travelling Salesman Problem. This project was done for the COMP 4520 Honours Project course at the University of Manitoba under the supervision of Dr. Parimala Thulasiraman.

Program execution is defined as follows:

Usage: ./acotsp -i in_file
ACO parameters:
  -a: weight of pheromone on decision
  -b: weight of heuristic data on decision
  -g: max number of generations
  -l: use local search (2-opt) number of iterations
  -N: number of ants
  -Q: amount of pheromone to be deposited
  -q: degree of random choice
  -r: rate of pheromone evaporation
  -s: seed for random choice
  -t: initial pheromone levels
  -n: number of ACO runs
  -h: help
Input/Output:
  -i: specify tsp file to use as input/source file
  -o: specify file to output results to

About

Student led project for COMP 4520 Honours Project. Ant Colony Optimization with 2-opt Local Search for the Travelling Salesman Problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published