From bd5f4aba402a5ed98d58ef1cc5fc81f9f090db96 Mon Sep 17 00:00:00 2001 From: Lee Spector Date: Sun, 22 Nov 2020 16:25:37 -0500 Subject: [PATCH] Remove extraneous 2 --- src/propeller/variation.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/propeller/variation.cljc b/src/propeller/variation.cljc index d04d1f3..5df807a 100755 --- a/src/propeller/variation.cljc +++ b/src/propeller/variation.cljc @@ -44,7 +44,7 @@ (crossover (:plushy (selection/select-parent pop argmap)) (:plushy (selection/select-parent pop argmap))) (< prob (+ (:crossover (:variation argmap)) - (:umad (:variation argmap)) 2)) + (:umad (:variation argmap)))) (uniform-deletion (uniform-addition (:plushy (selection/select-parent pop argmap)) (:instructions argmap) (:umad-rate argmap))