From d309869919c0a2dbf33ce14adf2da0e85e049b8d Mon Sep 17 00:00:00 2001 From: Lee Spector Date: Sun, 29 Nov 2020 22:16:29 -0500 Subject: [PATCH] Comment out shutdown-agents since agents not currently used and this messes up REPL sessions --- src/propeller/gp.cljc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/propeller/gp.cljc b/src/propeller/gp.cljc index f116eaa..1f7e927 100755 --- a/src/propeller/gp.cljc +++ b/src/propeller/gp.cljc @@ -57,7 +57,8 @@ (if (zero? (:total-error (error-function argmap best-individual :test))) (println "Test cases passed.") (println "Test cases failed.")) - (#?(:clj shutdown-agents))) + ;(#?(:clj shutdown-agents)) + ) ;; (>= generation max-generations) nil