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.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
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.6 && <4.7), MonadRandom (>=0.1 && <0.2), syb (>=0.4 && <0.5), syz (>=0.2 && <0.3) [details] |
License | BSD-3-Clause |
Copyright | (c) 2010 Jan Snajder |
Author | Jan Snajder |
Maintainer | jan.snajder@fer.hr |
Category | AI, Algorithms, Optimisation |
Home page | http://github.com/jsnajder/genprog |
Source repo | head: git clone https://github.com/jsnajder/genprog |
Uploaded | by JanSnajder at 2013-08-31T10:58:20Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 3092 total (10 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] |