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

 채택된 답변

Walter Roberson
Walter Roberson 2016년 4월 6일

2 개 추천

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"

댓글 수: 1

Hami
Hami 2016년 4월 6일
Hi,
Thanks for the concise answer. Actually I wanted to know if "gamultiobj" uses NSGA-II or not. So, the second part of your answer is exactly what I needed to know.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

질문:

2016년 4월 6일

댓글:

2016년 4월 6일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by