GenePool
GenePool is a framework for writing evolutionary optimization algorithms in OCaml. This library is not a complete solution but rather is a generic skeleton which takes care of the plumbing and nuisances of optimization. You provide GenePool with functions that give meaning to fitness and reproduction and after a specified number of generation, GenePool returns an array of the best "genomes" it evolved.
[ Homepage ]
| Author: | Alex Rubinsteyn. |
| Last modification date: | 13-Oct-2008 |
| Development status: | Alpha |
| Kind: | Libraries :: Native OCaml libraries |
| License: | Open Source :: LGPL |
| Topic: | Science :: Computing |
| Homepage: | http://www.rubinsteyn.com/genepool/ |