heukarya: A genetic programming based on tree structure.
It based on Data.Dynamic and tree container, so that Gene can represent both haskell functions and syntax trees by type connstructors. since it also supports higher order functions by multiple way type parsing, there's no need to have any variable in Gene's Tree structure. take a look at module AI.Heukarya.Center first AI.Heukarya.Gene : Abstract Gene manipulation and Typeclass AI.Heukarya.Jungle : Operating Collections of Gene AI.Heukarya.Center : Module which wraps main functionality for library using AI.Heukarya.Gene.Dynamic : one of Gene's implementation. since it's impossible to save checkpoints if using Data.Dynamic directly, a symbolic wrapper around dynamic would be helpful AI.Heukarya.Gene.Dynamic.Double : a sample geneList of operators of Double precision numbers
Modules
- AI
- Heukarya
- AI.Heukarya.Center
- AI.Heukarya.Gene
- AI.Heukarya.Gene.Dynamic
- AI.Heukarya.Gene.Dynamic.Double
- AI.Heukarya.Gene.Dynamic
- AI.Heukarya.Jungle
- Heukarya
Downloads
- heukarya-0.2.0.1.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.0, 0.1.0.1, 0.2.0.1, 0.2.0.2 |
---|---|
Dependencies | base (<5), containers, deepseq, parallel, random, text [details] |
License | BSD-3-Clause |
Author | He-chien Tsai |
Maintainer | depot051@gmail.com |
Category | AI |
Home page | https://github.com/t3476/heukarya |
Source repo | head: git clone https://github.com/t3476/heukarya |
Uploaded | by HeChienTsai at 2013-08-11T09:21:13Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 3357 total (1 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-20 [all 7 reports] |