Skip to content

philtomson/ACO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

OCaml implementation of Ant Colony Optimizaiton algorithm.

Command line args: 

  -p : number of points
  -i : number of iterations


To compile:

ocamlopt -o myaco.opt graphics.cmxa myaco.ml



About

Ant Colony Optimization in OCaml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages