Set up mul3 defaults for :ah-umad; note hack to :instructions

This commit is contained in:
Lee Spector 2023-10-11 19:37:10 -04:00
parent b88ff01526
commit c4070c6f43

View File

@ -298,7 +298,7 @@
[& args] [& args]
(gp/gp (gp/gp
(merge (merge
{:instructions instructions {:instructions (concat instructions [:vary :protect]) ;; ah-umad
: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)
@ -311,17 +311,20 @@
;:parent-selection :motley-batch-lexicase ;:parent-selection :motley-batch-lexicase
;:max-batch-size [1 2 4 8 16 32 64 128 256] ;:max-batch-size [1 2 4 8 16 32 64 128 256]
;:tournament-size 5 ;:tournament-size 5
:umad-rate [1/2 :umad-rate 0.001 ;; ah-umad
1/4 1/4 :ah-umad-rate 0.1 ;; ah-umad
1/8 1/8 1/8 ;:umad-rate [1/2
1/16 1/16 1/16 1/16 ; 1/4 1/4
1/32 1/32 1/32 1/32 1/32 ; 1/8 1/8 1/8
1/64 1/64 1/64 1/64 1/64 1/64 ; 1/16 1/16 1/16 1/16
1/128 1/128 1/128 1/128 1/128 1/128 1/128 ; 1/32 1/32 1/32 1/32 1/32
1/256 1/256 1/256 1/256 1/256 1/256 1/256 1/256] ; 1/64 1/64 1/64 1/64 1/64 1/64
; 1/128 1/128 1/128 1/128 1/128 1/128 1/128
; 1/256 1/256 1/256 1/256 1/256 1/256 1/256 1/256]
;:alternation-rate [1 1/2 1/4 1/8 1/16 1/32 1/64 1/128 1/256] ;:alternation-rate [1 1/2 1/4 1/8 1/16 1/32 1/64 1/128 1/256]
;:alignment-deviation [0 1 2 4 8 16 32 64 128] ;:alignment-deviation [0 1 2 4 8 16 32 64 128]
:variation {:umad 1 :variation {:ah-umad 1 ;; ah-umad
:umad 0
:alternation 0 :alternation 0
:reproduction 0 :reproduction 0
:tail-aligned-crossover 0} :tail-aligned-crossover 0}