Update simple_classification.cljc
This commit is contained in:
parent
667b04312b
commit
fa681bef44
@ -85,6 +85,9 @@
|
|||||||
:error-function error-function
|
:error-function error-function
|
||||||
:training-data (:train train-and-test-data)
|
:training-data (:train train-and-test-data)
|
||||||
:testing-data (:test 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
|
:max-generations 500
|
||||||
:population-size 500
|
:population-size 500
|
||||||
:max-initial-plushy-size 100
|
:max-initial-plushy-size 100
|
||||||
|
Loading…
x
Reference in New Issue
Block a user