FelipeRosa / clojure-gsgp

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

Add selection namespace (with tournament selection only for now) #12

Closed FelipeRosa closed 8 years ago

FelipeRosa commented 8 years ago

Added tournament selection and added program code size computations. This closes #3.

Note: now programs should have a new key:sizewhich must equals the program's node count.