FelipeRosa / clojure-gsgp

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

Added basic statistics and data loader namespaces & some minor additions #18

Closed FelipeRosa closed 8 years ago

FelipeRosa commented 8 years ago

Added simple statistics namespace containing some useful functions. Also added a simple .txt data loader and some useful functions to worlds namespace. Implemented covariant parsimony pressure too (although it seems ineffective. This closes #15, closes #14 and closes #17.