Experiment

This commit is contained in:
Lee Spector 2023-09-04 13:07:23 -04:00
parent ced767960c
commit 65c7f2a3fe

View File

@ -303,17 +303,17 @@
: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)
:max-generations 1000 :max-generations 1000
:population-size 100 :population-size 500
:max-initial-plushy-size 100 :max-initial-plushy-size 100
:step-limit 1000 :step-limit 1000
:parent-selection :lexicase ;:parent-selection :lexicase
;:parent-selection :tournament ;:parent-selection :tournament
;:parent-selection :motley-batch-lexicase :parent-selection :motley-batch-lexicase
:max-batch-size 16 :max-batch-size 8
:tournament-size 5 ;:tournament-size 5
:umad-rate [1/8 1/16 1/32 1/64 1/128 1/256] :umad-rate [1/64 1/128 1/256]
:alternation-rate [1/8 1/16 1/32 1/64 1/128 1/256] ;:alternation-rate [1/64 1/128 1/256]
:alignment-deviation [1 2 4 8 16 32 64 128 256] ;:alignment-deviation [0 4 16 64]
:variation {:umad 1 :variation {:umad 1
:alternation 0 :alternation 0
:reproduction 0 :reproduction 0