Project-Platypus / Platypus

A Free and Open Source Python Library for Multiobjective Optimization
GNU General Public License v3.0
563 stars 153 forks source link

Fixed bug on EpsilonIndicator #148

Closed jurrutiag closed 2 years ago

jurrutiag commented 4 years ago

Fixed a bug on EpsilonIndicator where all points were used instead of only the feasible ones, this caused an error to be raised when s2 tried to get it's normalized_objectives attribute which wasn't calculated because the normalization was done on the feasible set.