optimization with interdependent variables?
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Abdelrahman Taha
el 25 de Dic. de 2020
Editada: Bruno Luong
el 26 de Dic. de 2020
I am using fgoalattain for a multi-objective optimization problem. In this problem, I have some parameter (x) that is dependent on two other variables (y,z). And one of those two variables (y) is dependent on the other (z). So, basically I need to do optimization on two levels for these two variables. How can I do that?
Thanks
3 comentarios
Walter Roberson
el 26 de Dic. de 2020
Nonlinear constraints on the independent variables y and z. It is not clear whether x is also an independent variable that you would nonlinear constraint
Respuesta aceptada
Bruno Luong
el 26 de Dic. de 2020
Editada: Bruno Luong
el 26 de Dic. de 2020
Optimize with respect to z.
Anything that depend on z, including y and x, such as objectve, constraints, upper bounds..., can be written as function of z.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Problem-Based Optimization Setup en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!