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

From HaskellWiki
Jump to navigation Jump to search
(Correct Dr. Tina Yu's publications link)
(Correct Måns Vestin paper link)
 
Line 9: Line 9:
 
: 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]
+
;[http://www.cse.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 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.
 
: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.

Latest revision as of 22:11, 23 March 2011

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 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.