change number of pareto point with change number of initial population gamultiobj

조회 수: 12 (최근 30일)
Hi, I had a question for you, why in a multi-objective genetic algorithm, the number of Pareto points changes with the change in the number of population members?

채택된 답변

Alan Weiss
Alan Weiss 2022년 1월 16일
You asked the exact same question very recently:
Please don't ask the same question multiple times.
As for the answer, generally the larger the population size, the more points on the Pareto front. In gamultiobj, for example, the ParetoFraction option keeps the fraction of population members on the front at 0.35 by default. So clearly a population size N will have approximately 0.35N members on the front.
Alan Weiss
MATLAB mathematical toolbox documentation

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Multiobjective Optimization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by