nsga3 icon indicating copy to clipboard operation
nsga3 copied to clipboard

popsize different to refpoints

Open adminy opened this issue 3 years ago • 0 comments

https://github.com/adanjoga/nsga3/blob/00d88fa451d16275a0709d1bdc463effc905166b/src/nsga3.h#L268

I added a print statement

printf(">P:%d R:%lu<", popsize, refepoints.size());

And I have noticed that popsize is 92 while refepoints.size() is 91. Why is that?

adminy avatar Oct 20 '20 14:10 adminy