From 0dc286610a3d3fbff914d202a3d02e9f297e458b Mon Sep 17 00:00:00 2001 From: Lee Spector Date: Wed, 11 Oct 2023 18:19:08 -0400 Subject: [PATCH] Remove incorrect comment --- src/propeller/gp.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)