How to obtain the dominate solutions in a multiobjetive optimization using gamultiobj

1 回表示 (過去 30 日間)
Jose Valles
Jose Valles 2019 年 11 月 14 日
Hello,
Can anyone tell how to obtain the dominate solutions or the rank k individuals which are dominated from the gamultiobj algoritm. I know the algoritm display the non-dominate solution (rank-1) but I also want to extract the dominated solutions
problem.solver = 'gamultiobj';
problem.fitnessfcn = @fcn;
problem.options = optimoptions(@gamultiobj,'PlotFcn',{@gaplotpareto,@gaplotscorediversity},'Display','iter',...
'MaxGenerations',1000);
thank you in advance

回答 (0 件)

カテゴリ

Help Center および File ExchangeGenetic Algorithm についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by