The genprog package
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.
Properties
| Version | 0.1 |
|---|---|
| Dependencies | base (4.*), MonadRandom (≥0.1.5), syb (≥0.1.0.2), syz (≥0.2) |
| License | BSD3 |
| Copyright | (c) 2010 Jan Snajder |
| Author | Jan Snajder |
| Maintainer | jan.snajder@fer.hr |
| Stability | Experimental |
| Category | AI, Algorithms, Optimisation |
| Upload date | Sun Nov 28 13:18:43 UTC 2010 |
| Uploaded by | JanSnajder |
| Built on | ghc-7.0 |
Modules
Downloads
- genprog-0.1.tar.gz (Cabal source package)
- package description (included in the package)