FelipeRosa / clojure-gsgp

Geometric Semantic Genetic Programming library written in Clojure
MIT License
1 stars 0 forks source link

Genetic Programming World module #4

Closed FelipeRosa closed 8 years ago

FelipeRosa commented 8 years ago

A world should contain all the information needed to run the algorithm.

...

FelipeRosa commented 8 years ago

Worlds are also to be responsible for running mutation, crossover and selection of its population's individuals. There should be an easy way to run a generation in a given world.

FelipeRosa commented 8 years ago

Yes, also, an easy way to run worlds that implement parallel models of genetic programming.