Personal tools

Applications and libraries/Genetic programming

From HaskellWiki

< Applications and libraries(Difference between revisions)
Jump to: navigation, search
(Adding link to Måns Vestin: Genetic algorithms in Haskell with polytypic programming. Some words on it.)
Current revision (22:11, 23 March 2011) (edit) (undo)
(Correct Måns Vestin paper link)
 
(5 intermediate revisions not shown.)
Line 1: Line 1:
{{LibrariesPage}}
{{LibrariesPage}}
 +
[[Category:AI]]
== Genetic Programming ==
== Genetic Programming ==
-
;Dr. Tina Yu's [http://www.cs.mun.ca/~tinayu/index_files/Page426.htm publications] :Many of them are on fruitful applications of Functional Programming in Genetic Programming.
+
;Dr. Tina Yu's [http://www.cs.mun.ca/~tinayu/Publications.html 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]
: 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 food in a labirinth, and the amount of found food is increasing as evolution proceeds.
+
: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.

Current revision

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.