From 937e8204c46b963268cedc337d2f897ddd80b076 Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 9 Feb 2023 23:15:24 +0100 Subject: [PATCH] cec2020: clean-up comment [skip ci] --- algo/cec2020/jDE.go | 1 - 1 file changed, 1 deletion(-) diff --git a/algo/cec2020/jDE.go b/algo/cec2020/jDE.go index 79ffdc3..9ab4c73 100644 --- a/algo/cec2020/jDE.go +++ b/algo/cec2020/jDE.go @@ -295,7 +295,6 @@ func (j *JDE) Run() { // evaluate evaluates the fitness of current population. func (j *JDE) evaluate(pop *Population) float64 { - // f := bench.Functions[pop.Problem] f := cec2020.Functions[pop.Problem] bestIndividual := pop.Population[pop.GetBestIdx()].CurX