필터 지우기
필터 지우기

multiobjective ga tolfun error

조회 수: 2 (최근 30일)
VISHNUPRIYA M S
VISHNUPRIYA M S 2019년 4월 16일
편집: Torsten 2019년 4월 16일
Aeq = [1 0 0 0 0 0 0 0 0 0 1 0 0 0 0;
0 1 0 0 0 0 0 0 0 0 -1 1 0 0 0;
0 0 1 0 0 0 0 0 0 0 0 -1 1 0 0;
0 0 0 1 0 0 0 0 0 0 0 0 -1 1 0;
0 0 0 0 1 0 0 0 0 0 0 0 0 -1 1];
beq = [2924; 230; 410; 493; 370];
lb = [0 0 0 0 0 277 277 277 277 277 2500 2500 2500 2500 2500];
ub = [1500 1500 1500 1500 1500 299 299 299 299 299 3737 3737 3737 3737 3737];
fitnessfcn = @(x)[ max(x(1:5)), max(x(6:10))];
nvars = 15;
x = gamultiobj(fitnessfcn,nvars,[],[],Aeq,beq,lb,ub,options);
Optimization terminated: average change in the spread of Pareto solutions less than options.FunctionTolerance.
I am getting this error. How to overcome this?
I need to draw pareto front also pls help
  댓글 수: 1
Torsten
Torsten 2019년 4월 16일
편집: Torsten 2019년 4월 16일
Not an error message, but a message of successful termination:
https://de.mathworks.com/help/gads/examples/multiobjective-genetic-algorithm-options.html

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

답변 (0개)

카테고리

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

제품


릴리스

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by