This how-to is not about another algorithm by the same name, S-Aco (S-ACO) which means "sample ant colony optimisation". Here we focus only on the simple variety.
The simple S-Aco algorithm is just a didactic tool.
Here we describe how to implement the simple ant algorithm S-Aco in Perl.
Contents |
[edit] 1 Requirements
You need:- The Graph module from CPAN, http://search.cpan.org/~jhi/Graph-0.84/lib/Graph.pod
- Perl 5.8.8 (should work with 5.6.0 as well)
You could implement the S-Aco algorithm without the Graph module if you used matrices.
[edit] 2 Tools used
For our implementation, we used:- Graph module's Debian "lenny" (testing) package libgraph-perl version 0.80
- Perl 5.8.8 (Debian's "lenny" package)
- GNU Emacs 22.1.1
- bash shell
[edit] 3 The implementation
(to be written)[edit] 4 AUTHORS
If you have made substantial contributions to this article, feel free to add your name:- NSK Nikolaos S. Karastathis (User:NSK): Original and main author
![[Main Page]](/wikinerds3.png)