vaishalilambe / Darwin

Darwin framework (Scala) for Genetic Algorithms (based on Darwin at SourceForge)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Darwin

Darwin framework (Scala) for Genetic Algorithms (based on Darwin at SourceForge).

This is a general purpose framework for performing evolutionary computation (via so-called genetic algorithms). The types defined in the framework are as generic as possible, thus allowing the programmer to extend these types for their own purposes. Generally speaking, these types which may be extended are in the form of traits.

Dependencies

Darwin depends on LaScala, a library of useful functional programming classes. LaScala is not currently hosted in any central repository so you will have to download artifacts from the LaScala site.

Please see the Wiki for more information.

About

Darwin framework (Scala) for Genetic Algorithms (based on Darwin at SourceForge)

License:GNU General Public License v3.0


Languages

Language:Scala 100.0%