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.
Downloads
- genprog-0.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.0.1, 0.1.0.2 |
---|---|
Dependencies | base (>=4 && <4.6), MonadRandom (>=0.1.5), syb (>=0.1.0.2), syz (>=0.2) [details] |
License | BSD-3-Clause |
Copyright | (c) 2010 Jan Snajder |
Author | Jan Snajder |
Maintainer | jan.snajder@fer.hr |
Revised | Revision 1 made by AdamBergmark at 2015-05-18T07:08:44Z |
Category | AI, Algorithms, Optimisation |
Uploaded | by JanSnajder at 2010-11-28T13:18:43Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 3096 total (4 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |