pymoo icon indicating copy to clipboard operation
pymoo copied to clipboard

TerminationCollection `max` instead of `min`?

Open drdraad opened this issue 3 years ago • 0 comments

This line of code in TerminationCollection specifies that the min() proportion for the terminators should be used, but I think this should be the max(), otherwise only the last item to terminate will trigger it.

drdraad avatar Sep 06 '22 14:09 drdraad