Skip to content
/ cl-aco Public
forked from jorgetavares/cl-aco

Ant Colony Optimization in Common Lisp

License

Notifications You must be signed in to change notification settings

flux77/cl-aco

 
 

Repository files navigation

cl-aco

Common Lisp library for Ant Colony Optimization based algorithms. It contains Ant System, Elite Ant System, Rank Ant System and Min-Max Ant System. Other variats can also be built. The aim was to have a Lisp library that would have some of the main ACO variants. It contains then specific code for TSP, QAP and MKP. The code was not optimized for speed.

The current code is no longer in active development.

About

Ant Colony Optimization in Common Lisp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Common Lisp 100.0%