diff --git a/src/propeller/gp.cljc b/src/propeller/gp.cljc index ecfc1aa93..2f63c9dc2 100644 --- a/src/propeller/gp.cljc +++ b/src/propeller/gp.cljc @@ -40,7 +40,8 @@ {:best-gene-count (utils/count-genes (:plushy best)) :average-gene-count (float (/ (reduce + (map utils/count-genes (map :plushy pop))) (count pop)))} - {}))))) + {}))) + (flush))) (defn cleanup []