Question regarding the GA optimization
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 17 de Jul. de 2019
What does it mean for a constraint to have an output?
Aravind K
el 17 de Jul. de 2019
Walter Roberson
el 19 de Jul. de 2019
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.
Respuestas (1)
Alan Weiss
el 19 de Jul. de 2019
0 votos
Alan Weiss
MATLAB mathematical toolbox documentation
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!