How to use ga multiobjective optimisation in new matlab optimize live editor?

I am using matlab optimize live editor ,and using ga multiobjective optimisation but not able to give lower bound and upper bound for my design variables ,can anybody help me this ,what am i doing wrong.

답변 (1개)

@ARJUN GUPTA, it seems that the error message tries to tell you that it found the first undefined symbol omega in the constraintFcn(x) function. In other words, the symbol
omega = 75.36;
is not defined inside the constraintFcn(x) function. In fact, check other symbols Mt, sigmab, Ko as well.

댓글 수: 1

@Sam Chak Thank you for the reply
I have inserted all the symbols in the constraintFcn()
after that also it is not working
if u can tell me how i can these lower bound and upper bound of x(1),x(2),x(3) in optimise live editor.

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

카테고리

도움말 센터File Exchange에서 Multiobjective Optimization에 대해 자세히 알아보기

질문:

2022년 7월 9일

편집:

2022년 7월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by