FelipeRosa / clojure-gsgp

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

Individuals namespace draft #8

Closed FelipeRosa closed 8 years ago

FelipeRosa commented 8 years ago

Added the individuals namespace, closes #2.

I think the next step should be adding genetic operators definition to the language macro. Genetic operators should take as arguments individuals, which have already computed their phenotype and fitness, and produce a new individual with all data computed as well.