Is it possible to find out an unknown variable within constraint which is not present in the objective for a optimization problem?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Soumili Sen
el 23 de Nov. de 2020
Comentada: Soumili Sen
el 28 de Nov. de 2020
Hello all,
Suppose I have a objective function with unknown variable x(1). But my constraint is depend on unknown variable x(1) and x(2). Is it logically possible to find out a optimized value for x(2) using 'fmincon' command?
0 comentarios
Respuesta aceptada
Matt J
el 27 de Nov. de 2020
Editada: Matt J
el 27 de Nov. de 2020
Yes. It is not a problem if your objective only depends on a subset of variables. However, you must pass the full unknown vector x=[x1,x2] to your objective function and constraint code. You also must write your A,Aeq matrices to have two columns.
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!