Comment out shutdown-agents since agents not currently used and this messes up REPL sessions
This commit is contained in:
parent
4783d6695a
commit
d309869919
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user