Open bbrangeo opened 2 years ago
Hi,
in nsga2 we use :
write like this => toolbox.mate(ind1, ind2), not return offspring ? I am wrong ?
However in nsga3
algorithms.varAnd is good.
It does both, return and modify inplace.
Hi,
in nsga2 we use :
write like this => toolbox.mate(ind1, ind2), not return offspring ? I am wrong ?
However in nsga3
algorithms.varAnd is good.