NMPC time minimization problem

7 次查看(过去 30 天)
Hello,
I am using the "Truck and Trailer Automatic Parking Using Multistage Nonlinear MPC" example to get familiar with the MPC toolbox.
My question is, how should I define the cost function if I want to minimize the time, i.e., the duration of the maneuver?
Thank you
  1 个评论
Almudena Buelta Méndez
Thanks! That's what I thought. However, in the example it says "You can use different ways to define the cost terms. For example, you might want to minimize time, fuel consumption, or parking speed", so I assumed there might be a straightforward approach to do so.

请先登录,再进行评论。

采纳的回答

Akshat Dalal
Akshat Dalal 2024-4-18
Hi Almudena,
In typical MPC formulations, the cost function is designed to penalize deviations from desired states and/or control efforts. Minimizing time, however, is not directly about penalizing these deviations but about achieving a goal in the shortest possible time. This requires a slightly different setup because the objective (time) does not naturally fit into the state or control input vectors.
However, you can define a surrogate objective that correlates with time in your cost function. For instance, you could optimize the 'speed' in your cost function as a higher average speed would lead to a shorter time. You could use combine multiple such variable's as an alternate way of minimizing the duration of the manoeuvre.
Hope this helps!

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Model Predictive Control Toolbox 的更多信息

产品


版本

R2024a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by