Skip to content
Advertisement

Tag: pareto-optimality

Normalize two arrays with second array the base for normalizing first array

In order to find the quality indicators like Generational Distance, Inverted Generational Distance, Epsilon Indicator, and HyperVolume for a Pareto front I want to normalize the values of approximation front obtained on solving the algorithm based on reference front which I assume encloses the approximation front. I have used the code below for normalization. However, it is for one array

Advertisement