Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Question regarding the GA optimization

조회 수: 1 (최근 30일)
Aravind K
Aravind K 2019년 7월 17일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi,I have a question regarding the GA optimizationquestion.I have two constraints.The limits of my first constraint is user defined.The limits of second constraint are the outputs from the first constraint.Can we have such possibility in GA
  댓글 수: 3
Aravind K
Aravind K 2019년 7월 17일
My first constarint is a function(let us consider as f1) which executes for the some values of the integer variables and returns the output which is verified with the respective defined limits.The executed function,f1, also calcuates the limits for the two continuous varaiable,which are to be utilized in the objective function for cost minimization.i hope this is clear
Walter Roberson
Walter Roberson 2019년 7월 19일
Nonlinear constraint functions do not return outputs which are verified with respective defined limits. Nonlinear constraint functions return a two (or four) values that are compared to <= 0 for the nonlinear inequalities, and are compared == 0 for the nonlinear equalities.
It is not possible for a nonlinear constraint function to modify the ub / lb criteria dynamically: they can only reply talking about whether the current trial values satisfy the constraints.

답변 (1개)

Alan Weiss
Alan Weiss 2019년 7월 19일
You are free to use nonlinear inequality constraints along with mixed-integer programming in ga.
Alan Weiss
MATLAB mathematical toolbox documentation

태그

Community Treasure Hunt

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

Start Hunting!

Translated by