Procreator News
Status: Pre-Alpha
Brought to you by:
brockpeabody
Welcome to Procreator.
Procreator is a genetic programming framework for Haskell. The goal is to provide a powerful machine learning tool that requires little work to apply to arbitrary taks. This will be accomplished by using template haskell to allow programmers to define the building blocks of a Procreator environment using types and functions from the problem domain.
The first version of the project will not use template haskell, however. Initially, Procreator will only operate on a fixed set of types. Users still have a great deal of control. They can select what subset of the available types are used, and what terminals (and functions) the programs are constructed from.... read more