Applications and libraries/Genetic programming
From HaskellWiki
(Difference between revisions)
m (Libraries and tools/Genetic programming moved to Applications and libraries/Genetic programming) |
m (Corrected broken link to Dr. Tina Yu's publications.) |
||
| Line 3: | Line 3: | ||
== Genetic Programming == | == Genetic Programming == | ||
| - | ;Dr. Tina Yu's [http://www.cs.mun.ca/~tinayu/index_files/ | + | ;Dr. Tina Yu's [http://www.cs.mun.ca/~tinayu/index_files/Publication.htm publications] :Many of them are on fruitful applications of Functional Programming in Genetic Programming. |
;[http://www.comp.rgu.ac.uk/staff/jm/myPublications.html A Genetic Algorithm Framework Using Haskell] | ;[http://www.comp.rgu.ac.uk/staff/jm/myPublications.html A Genetic Algorithm Framework Using Haskell] | ||
Revision as of 15:15, 20 August 2009
This page contains a list of libraries and tools in a certain category. For a comprehensive list of such pages, see Libraries and tools.
Genetic Programming
- Dr. Tina Yu's publications
- Many of them are on fruitful applications of Functional Programming in Genetic Programming.
- A Genetic Algorithm Framework Using Haskell
- Deryck F. Brown, A. Beatriz Garmendia-Doval and John A. W. McCall.
- Genetic algorithms in Haskell with polytypic programming
- written by Måns Vestin. It contains also a case study: ants have to find some food in a labirinth. Each has its own strategy for that. As the evolution of ants proceeds, their ability (to find as many food as possible) increases.
