genprog

所属分类:人工智能/神经网络/深度学习
开发工具:Haskell
文件大小:14KB
下载次数:0
上传日期:2013-08-31 10:55:40
上 传 者sh-1993
说明:  遗传编程库
(Genetic programming library)

文件列表:
LICENSE (1520, 2013-08-31)
Setup.hs (46, 2013-08-31)
genprog.cabal (1529, 2013-08-31)
src (0, 2013-08-31)
src\GenProg.hs (26777, 2013-08-31)
src\GenProg (0, 2013-08-31)
src\GenProg\GenExpr.hs (2232, 2013-08-31)
src\GenProg\GenExpr (0, 2013-08-31)
src\GenProg\GenExpr\Data.hs (4836, 2013-08-31)

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](http://hackage.haskell.org/package/genprog).

近期下载者

相关文件


收藏者