Hello Haskellers, I'd like to announce the release of the GA library, which provides support for working with genetic algorithms in Haskell.
Key features: * pragmatic implementation of a genetic algorithm, aimed at making it easy to use for evolving self-defined entities * flexible configuration * support for automatic checkpointing and restoring from the last available checkpoint * two toy examples included in the v0.1 release, which illustrate how to use the library Version 0.1, which has only been tested by me up until now, is available on Hackage: http://hackage.haskell.org/package/GA The master repository is on github: https://github.com/boegel/GA GA is available under a BSD3 license (if this would hinder you to use the GA library, please let me know). Comments/suggestions welcome. Enjoy! Kenneth _______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell