Binary Decision Variable in MPC
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Arjun Sarin
el 21 de Feb. de 2020
Respondida: Emmanouil Tzorakoleftherakis
el 28 de Feb. de 2020
I want to create a model-predictive contoller using Matlab's MPC Toolbox. However, the contraints involve binary decisions variables. Can the MPC Toolbox cope with them as well?
For more detail, basically, I have contraints which need to change depending on the plant's state. This could be solved by using binary variables, but maybe there is another approach as well?
0 comentarios
Respuestas (1)
Emmanouil Tzorakoleftherakis
el 28 de Feb. de 2020
This should be doable with custom constraints in nonlinear MPC. You can create your own function that decides how the constraint works.
0 comentarios
Ver también
Categorías
Más información sobre Refinement 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!