diff --git a/src/propeller/problems/simple_classification.cljc b/src/propeller/problems/simple_classification.cljc index ac575e5..deb2115 100644 --- a/src/propeller/problems/simple_classification.cljc +++ b/src/propeller/problems/simple_classification.cljc @@ -85,6 +85,9 @@ :error-function error-function :training-data (:train train-and-test-data) :testing-data (:test train-and-test-data) + :case-t-size (count (:train train-and-test-data)) + :case-parent-rate 0 + :case-parent-gens 1 :max-generations 500 :population-size 500 :max-initial-plushy-size 100