Difference between revisions of "Applications and libraries/Genetic programming"

From HaskellWiki
Jump to navigation Jump to search
m (Having resolved copyright status)
(Adding link to Måns Vestin: Genetic algorithms in Haskell with polytypic programming. Some words on it.)
Line 7: Line 7:
 
;[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]
 
: Deryck F. Brown, A. Beatriz Garmendia-Doval and John A. W. McCall.
 
: Deryck F. Brown, A. Beatriz Garmendia-Doval and John A. W. McCall.
  +
  +
;[http://www.cs.chalmers.se/~patrikj/poly/others/geneticalgorithmsinhaskellwithpolytypicprogramming.ps.gz Genetic algorithms in Haskell with polytypic programming]
  +
:written by Måns Vestin. It contains also a case study: ants have to find food in a labirinth, and the amount of found food is increasing as evolution proceeds.

Revision as of 08:27, 20 August 2006

This page contains a list of libraries and tools in a certain category. For a comprehensive list of such pages, see Applications and libraries.

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 food in a labirinth, and the amount of found food is increasing as evolution proceeds.