How to add the non-linear constraints to gamultiobj when using ga toolbox?

조회 수: 1 (최근 30일)
How to add the non-linear constraints to gamultiobj when using ga toolbox? I want to use it in multi-objective GA, but I don't know how to add the non-linear constraints.

채택된 답변

Walter Roberson
Walter Roberson 2015년 9월 6일
The first 9 arguments for gamultiobj() are the same as the first 9 arguments for ga(). (The 10th argument for ga() is different.) This includes the nonlinear constraint function.
If you are using some kind of visual tool to generate code, then if you need to you could configure it with ga and nonlinear constraints, and then you could edit the code to change ga() to gamultiobj()
  댓글 수: 2
Giridhar Vadicharla
Giridhar Vadicharla 2017년 7월 11일
Is this the same for R2014a? Thanks in advance.
Walter Roberson
Walter Roberson 2017년 7월 11일
No, the ability to use the nonlinear constraint function with gamultiobj was introduced in R2014b.

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

추가 답변 (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