Skip to content

Implementation ant colony optimization algorithm for solving the travelling salesman problem with possibility to use parallel computing

Notifications You must be signed in to change notification settings

IgorBio/Ant_Colony_Optimization_v2.0_Multithreading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ant Colony Optimization v2.0 Multithreading

The "Ant" is an app written in C++. The console application provides implementation ant colony optimization algorithm for solving the travelling salesman problem with possibility to use parallel computing.

Program launch options

make run_ant

Features

  • Console interface

    ACO Console Screenshot

  • Load graph as adjacency matrix from a specific file.

  • Select amount of executions of algoritm.

  • Solve TSM problem without parallelism.

  • Solve TSM problem with parallelism.

    Parallel Solving Screenshot

  • Compare obtained time of executions.

    Time compare Screenshot

License

Copyright (c). All rights reserved.

About

Implementation ant colony optimization algorithm for solving the travelling salesman problem with possibility to use parallel computing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published