Comment out shutdown-agents since agents not currently used and this messes up REPL sessions

This commit is contained in:
Lee Spector 2020-11-29 22:16:29 -05:00
parent 4783d6695a
commit d309869919

View File

@ -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