diff --git a/src/propeller/gp.cljc b/src/propeller/gp.cljc index adfe378..40ec91d 100644 --- a/src/propeller/gp.cljc +++ b/src/propeller/gp.cljc @@ -79,7 +79,7 @@ #?(:clj (shutdown-agents))) ;; (>= generation max-generations) - #?(:clj (shutdown-agents)) + (do #?(:clj (shutdown-agents))) ;; :else (recur (inc generation) (if (:elitism argmap)