Remove incorrect comment
This commit is contained in:
parent
7dcf75c433
commit
0dc286610a
@ -53,7 +53,7 @@
|
|||||||
(let [evaluated-pop (sort-by :total-error
|
(let [evaluated-pop (sort-by :total-error
|
||||||
(utils/pmapallv
|
(utils/pmapallv
|
||||||
(partial error-function argmap (:training-data argmap))
|
(partial error-function argmap (:training-data argmap))
|
||||||
population ;population sorted by :total-error
|
population
|
||||||
argmap))
|
argmap))
|
||||||
best-individual (first evaluated-pop)
|
best-individual (first evaluated-pop)
|
||||||
argmap (if (= (:parent-selection argmap) :epsilon-lexicase)
|
argmap (if (= (:parent-selection argmap) :epsilon-lexicase)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user