Configure mul3 for autox experiments
This commit is contained in:
parent
f18dbeeafc
commit
84be0de491
@ -298,7 +298,7 @@
|
|||||||
[& args]
|
[& args]
|
||||||
(gp/gp
|
(gp/gp
|
||||||
(merge
|
(merge
|
||||||
{:instructions (concat instructions [:vary :protect]) ;; ah-umad
|
{:instructions (concat instructions [:gene]) ;; autox
|
||||||
: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)
|
||||||
@ -307,17 +307,17 @@
|
|||||||
:max-initial-plushy-size 100
|
:max-initial-plushy-size 100
|
||||||
:step-limit 10000
|
:step-limit 10000
|
||||||
:parent-selection :lexicase
|
:parent-selection :lexicase
|
||||||
:downsample? true
|
;:downsample? true
|
||||||
:ds-function :case-rand
|
;:ds-function :case-rand
|
||||||
:downsample-rate 0.5
|
;:downsample-rate 0.5
|
||||||
;:parent-selection :tournament
|
;:parent-selection :tournament
|
||||||
;: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 0.09
|
;:umad-rate 0.09
|
||||||
:ah-umad-min 0.01
|
;:ah-umad-min 0.01
|
||||||
:ah-umad-max 0.5
|
;:ah-umad-max 0.5
|
||||||
:ah-umad-mean 0.05
|
;:ah-umad-mean 0.05
|
||||||
;:umad-rate [1/2
|
;:umad-rate [1/2
|
||||||
; 1/4 1/4
|
; 1/4 1/4
|
||||||
; 1/8 1/8 1/8
|
; 1/8 1/8 1/8
|
||||||
@ -328,8 +328,9 @@
|
|||||||
; 1/256 1/256 1/256 1/256 1/256 1/256 1/256 1/256]
|
; 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 {:ah-umad 1 ;; ah-umad
|
:variation {:ah-umad 0
|
||||||
:umad 0
|
:umad 0.5 ;autox
|
||||||
|
:autoconstructive-crossover 0.5 ;autox
|
||||||
:alternation 0
|
:alternation 0
|
||||||
:reproduction 0
|
:reproduction 0
|
||||||
:tail-aligned-crossover 0}
|
:tail-aligned-crossover 0}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user