PlatEMO
PlatEMO copied to clipboard
Optimal solutions
Dear all ; I applied "DCNSGAIII" algorithm to optimize many-objectives problem and I need to have in the output the result of the algorithm which is the set of optimal solutions. by adding " BestObjs = Population.best.objs ; " and saving it in the file .mat of output, I have a number of solutions equal to the population size !!! any suggestions ? any help please !
thanks a lot.
Hello, the number of solutions equal to the population size is very normal, because all solutions in the population are non dominated.