jMetal / MetaJul

Metaheuristics in Julia
MIT License
4 stars 1 forks source link

NSGA-II does not solve problem ZDT4 when stopping at 25000 evaluations #6

Open ajnebro opened 1 year ago

ajnebro commented 1 year ago

NSGA-II does not solve problem ZDT4 when stopping at 25000 evaluations, so there is an error somewhere that I have not detected so far. However, the fronts obtained when solving problems Schaffer, Kursawe, ZDT1, ZDT2, ZDT3, and ZDT6 are as expected.

ajnebro commented 1 year ago

I have checked that that implementation of the problem is correct. Furthermore, NSGA-II produces the expected front when configured with about 75000 function evaluations.