cec2020: clean-up comment [skip ci]
This commit is contained in:
parent
e006d104a9
commit
937e8204c4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user