how do i give equaity constraints to multiobjective genetic algorithm??

조회 수: 3 (최근 30일)
i am trying to figure out a way to give equality constraints to my multiobjective genetic algorithm i searched over a lot of examples...but i couldnt find anything which have EQUALITY CONSTRAINTS.
if someone could send an example. that would be really helpful thanks in advance

채택된 답변

Walter Roberson
Walter Roberson 2018년 2월 16일
Same way as for ga() or fmincon: use the Aeq and beq parameter positions for linear equality, use the nonlcon for nonlinear equality.
Note that you might have difficulty if you are trying to use Aeq and beq together with integer constraints. The trick to doing that is to not tell ga or gamultiobj that you are using integer constraints and instead use the options to specify generation and mutation and recombination functions that just happen to always return integers in those positions.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Genetic Algorithm에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by