Popularity
7.5
Stable
Activity
0.0
Stable
24
7
4

Monthly Downloads: 10
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: AI     Algorithms     Optimisation    
Latest version: v0.1.0.1

genprog alternatives and similar packages

Based on the "AI" category.
Alternatively, view genprog alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of genprog or a related project?

Add another 'AI' Package

README

genprog: Genetic Programming Library

This package provides a genetic programming framework. Genetic programming is an evolutionary technique, inspired by biological evolution, to evolve programs for solving specific problems. A genetic program is represented by a value of an algebraic datatype and associated with a custom-defined fitness value indicating the quality of the solution. Starting from a randomly generated initial population of genetic programs, the genetic operators of selection, crossover, and mutation are used to evolve programs of increasingly better quality.

Check out the documentation and examples on Hackage.