cec2020: clean-up comment [skip ci]

This commit is contained in:
leo 2023-02-09 23:15:24 +01:00
parent e006d104a9
commit 937e8204c4
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

@ -295,7 +295,6 @@ func (j *JDE) Run() {
// evaluate evaluates the fitness of current population. // evaluate evaluates the fitness of current population.
func (j *JDE) evaluate(pop *Population) float64 { func (j *JDE) evaluate(pop *Population) float64 {
// f := bench.Functions[pop.Problem]
f := cec2020.Functions[pop.Problem] f := cec2020.Functions[pop.Problem]
bestIndividual := pop.Population[pop.GetBestIdx()].CurX bestIndividual := pop.Population[pop.GetBestIdx()].CurX