Skip to content
/ antco2 Public

AntCo2 is an ant algorithm for community detection which can be used for dynamic load balancing

Notifications You must be signed in to change notification settings

gsavin/antco2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

================================================================================
AntCo2 : Dynamic Load Balancing
================================================================================

AntCo2 is a dynamic load balancing algorithm, which works on a dynamic graph. It
uses ant colonies to color nodes of the graph. 

AntCo2 uses the dynamic graph library GraphStream 
( http://graphstream-project.org ) to model the graph on which the algorithm is
working.


This algorithm has been created in the PhD thesis of Antoine Dutot (
http://litis.univ-lehavre.fr/~dutot/biblio/PhdThesisDutot.pdf ).


Authors:
  - Antoine Dutot <[email protected]>
  - Guilhelm Savin <[email protected]>


The old version of AntCo2 is in org/miv/antco2 whereas the new version is under
org/graphstream/algorithm/antco2.

About

AntCo2 is an ant algorithm for community detection which can be used for dynamic load balancing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages