@hackage genprog0.1.0.2
Genetic programming library
Categories
License
BSD-3-Clause
Maintainer
jan.snajder@fer.hr
Links
Versions
Installation
Dependencies (4)
- base >=4.6 && <4.7
- MonadRandom >=0.1 && <0.2
- syb >=0.4 && <0.5
- syz >=0.2 && <0.3 Show all…
Dependents (1)
@hackage/acme-everything
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.