How can i set the constraints on states rather than input and output in mpc?
5 次查看(过去 30 天)
显示 更早的评论
I was trying to set constraints on states in a linear mpc model but i can't find anything or any approach how to set constraints on states?
0 个评论
采纳的回答
Emmanouil Tzorakoleftherakis
2023-9-29
For linear MPC, you can add constraints on inputs and outputs only. You can either set the desired states to also be outputs (if possible), or you could also try nonlinear MPC if it makes sense (state constraints are supported in nonlinear mpc).