diff --git a/src/propeller/gp.cljc b/src/propeller/gp.cljc index 40ec91d..dfbe3be 100644 --- a/src/propeller/gp.cljc +++ b/src/propeller/gp.cljc @@ -53,7 +53,7 @@ (let [evaluated-pop (sort-by :total-error (utils/pmapallv (partial error-function argmap (:training-data argmap)) - population ;population sorted by :total-error + population argmap)) best-individual (first evaluated-pop) argmap (if (= (:parent-selection argmap) :epsilon-lexicase)