industrial-optimization-group / desdeo-mcdm

Contains traditional optimization techniques from the field of Multiple-criteria decision-making. For example, methods belonging to the NIMBUS and NAUTILUS families can be found here.
MIT License
6 stars 7 forks source link

One case missing for acceptable_inds #13

Open light-weaver opened 3 years ago

light-weaver commented 3 years ago

https://github.com/industrial-optimization-group/desdeo-mcdm/blob/c5d76a481da094f338da2cda6ecb56b356311b0c/desdeo_mcdm/interactive/NIMBUS.py#L732

res_4 = f_current[acceptable_inds] - f[acceptable_inds]

Change the cons function to accommodate that change. Moreover, maybe this function should be a part of the MaxOfTwoASF class.