From 6bd060a189b2c7ad4a40957f064e55a48d63dbbd Mon Sep 17 00:00:00 2001 From: Lee Spector Date: Sun, 15 Oct 2023 22:54:01 -0400 Subject: [PATCH] Experiment --- src/propeller/problems/boolean/mul3.cljc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/propeller/problems/boolean/mul3.cljc b/src/propeller/problems/boolean/mul3.cljc index 06364e2..6403bed 100644 --- a/src/propeller/problems/boolean/mul3.cljc +++ b/src/propeller/problems/boolean/mul3.cljc @@ -307,6 +307,9 @@ :max-initial-plushy-size 100 :step-limit 1000 :parent-selection :lexicase + :downsample? true + :ds-function :case-rand + :downsample-rate 0.1 ;:parent-selection :tournament ;:parent-selection :motley-batch-lexicase ;:max-batch-size [1 2 4 8 16 32 64 128 256] @@ -314,7 +317,7 @@ ;:umad-rate 0.09 :ah-umad-protect-rate 0.001 ;; ah-umad :ah-umad-vary-rate 0.1 ;; ah-umad - :ah-umad-tournament-size 2 ;; ah-umad + :ah-umad-tournament-size 1 ;; ah-umad ;:umad-rate [1/2 ; 1/4 1/4 ; 1/8 1/8 1/8