FelipeRosa / clojure-gsgp

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

world namespace & some fixes #16

Closed FelipeRosa closed 8 years ago

FelipeRosa commented 8 years ago

Basic world functionality, fixed tournament selection implementation (wasn't taking random samples) and gsgp.core now has a working sample of using the library to approximate f(x) = x^2 + 1. This closes #4.