Update float_regression.cljc

This commit is contained in:
Ryan Boldi 2023-01-10 09:01:05 +01:00
parent ed37be0720
commit 2d5bc49d86

View File

@ -75,7 +75,7 @@
:parent-selection :lexicase
:tournament-size 5
:umad-rate 0.1
:solution-error-treshold 0.5
:solution-error-threshold 0.5
:variation {:umad 1.0 :crossover 0.0}
:elitism false}
(apply hash-map (map #(if (string? %) (read-string %) %) args))))