MATLAB: Matlab Multi-optimization Toolbox

multi-optimization toolboxnsga ii

Hi,
I have a very basic question about Matlab Multi-optimization Toolbox. Does Matlab use NSGA II (Non-dominated Sorting Genetic Algorithm II) in this Toolbox? I know how to do a multi-objective optimization using this Toolbox but I am curious to know the exact method which Matlab implements.
Best, Hami

Best Answer

Not exactly. See
Neither of the above two use anything related to NSGA-II. But
"gamultiobj uses a controlled elitist genetic algorithm (a variant of NSGA-II [1]). An elitist GA always favors individuals with better fitness value (rank). A controlled elitist GA also favors individuals that can help increase the diversity of the population even if they have a lower fitness value"
Related Question