-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
23 lines (15 loc) · 846 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
================================================================================
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.