haris989 / NSGA-II

This is a python implementation of NSGA-II algorithm. NSGA is a popular non-domination based genetic algorithm for multi-objective optimization. It is a very effective algorithm but has been generally criticized for its computational complexity, lack of elitism and for choosing the optimal parameter value for sharing parameter σshare. A modified version, NSGA II was developed, which has a better sorting algorithm , incorporates elitism and no sharing parameter needs to be chosen a priori.
MIT License
380 stars 158 forks source link

Why muliply with -1 to plot #4

Open fabrang opened 5 years ago

fabrang commented 5 years ago

Hey,

I just remarked, that to plot all results for function1 and function2 are multplied by -1 and I can't understand why.

Cheers Fabi