Presentation is loading. Please wait.

Presentation is loading. Please wait.

دانشگاه صنعتي اميركبير دانشكده مهندسي پزشكي Constraints in MPC کنترل پيش بين-دکتر توحيدخواه.

Similar presentations


Presentation on theme: "دانشگاه صنعتي اميركبير دانشكده مهندسي پزشكي Constraints in MPC کنترل پيش بين-دکتر توحيدخواه."— Presentation transcript:

1

2 دانشگاه صنعتي اميركبير دانشكده مهندسي پزشكي Constraints in MPC کنترل پيش بين-دکتر توحيدخواه

3 Infeasibility implies that, for the current state, the constraints within the MPC algorithm cannot be satisfied. Without feasibility the MPC optimisation is ill posed and there is no assurance that the answer has any useful meaning. MPC looks at mechanisms for overcoming or avoiding this. Feasibility in MPC

4 Hard constraints Hard constraints are constraints which must be satisfied.

5 Soft constraints Soft constraints are those which should be satisfied if possible. Soft constraints can be violated (ignored). Usually soft constraints are on outputs/states although they could also be applied to inputs. Such violations may have no effect on nominal stability results.

6 Terminal constraints

7 Summary: Constraints are a combination of hard, soft and terminal constraints.

8 Model uncertainty may cause infeasibility because the actual behaviour differs from the predicted behaviour. Hence, even though the nominal predictions could satisfy constraints over the entire future, a small change in the model will cause the actual behaviour to differ, and the associated predictions at the subsequent sampling instant could then violate constraints. Model uncertainty

9 One can form algorithms based on invariant sets (Section 11.11) to handle model uncertainty; however, the results are usually very conservative, as guarantees must allow for the worst case (which will arise with negligible probability). A more pragmatic approach is to accept that guarantees cannot be given where there is significant uncertainty and make other contingencies for the rare occasions where infeasibility arises. Model uncertainty (cont.)

10 The stronger a guarantee you want, the more conservative your control law will be. In practise there must be a compromise between feasibility assurances and performance. Feasibility would usually be ensured by a systematic relaxation of soft constraints. This would be determined at a supervisory level.

11 Using artificially tight constraints on future predictions automatically builds in some slack which can be used to retain feasibility in the presence of moderate uncertainty. The slack should be montonically increasing with the horizon. Example: input limits:

12 Example 1. A mathematical model for an undamped oscillator is given by:

13 What happens if the control amplitude is limited to +/- 25 ?

14

15 closed-loop eigenvalues are at −0.1946, 0, 0.

16 Case A. Closed loop control without saturation

17 Case B- Closed-loop control with saturation

18 If we do not pay attention to the saturation of the control, then in the presence of constraints, the closed-loop control performance could severely deteriorate.

19 Example 2: A common practice in dealing with saturation is to let the model know the difference in Δu(k) when saturation becomes effective.

20 over-shoot in the closed-loop response is significantly reduced.

21

22 Formulation of Constrained Control Problems

23 There are three major types of constraints frequently encountered in applications: The first two types deal with constraints imposed on the control variables u(k), and the third type of constraint deals with output y(k) or state variable x(k) constraints.

24 Constraints on the Amplitude of the Control Variable

25 در بيهوشی بعنوان مثال : Constraints on the Control Variable Incremental Variation

26 Output Constraints Output constraints are often implemented as ‘soft’ constraints in the way that a slack variable sv > 0 is added to the constraints

27 Constraints in a Multi-input and Multi-output Setting

28

29 Constraints as Part of the Optimal Solution

30

31

32

33

34 Numerical Solutions Using Quadratic Programming E is assumed to be symmetric and positive definite.

35 Quadratic Programming for Equality Constraints Example 4. Minimize Solution. The global minimum, without constraint, is at

36 Illustration of constrained optimal solution

37

38 Lagrange Multipliers

39

40 Example 5. Minimize subject to:

41 Solution: Without the equality constraints, the optimal solution is:

42

43

44 Example 6. what happens to the constrained optimal solution when the linear constraints are dependent. There is no feasible solution of x1 and x2 Matrix M T E −1 M is not invertible

45 Solution:

46 Illustration of no feasible solution of the constrained optimization problem. Solid-line x1 + x2 = 1; darker-solid-line 2x1 +2x2 = 6

47 Example 7: How the number of equality constraints is also an issue in the constrained optimal solution? (Ex. 5) We add an extra constraint to the original constraints so that:

48 The only feasible solution: In summary, the number of equality constraints is required to be less than or equal to the number of decision variables (i.e., x). If the number of equality constraints equals the number of decision variables, the only feasible solution is the one that satisfies the constraints and there is no additional variable in x that can be used to optimize the original objective function.

49 Minimization with Inequality Constraints In the minimization with inequality constraints, the number of constraints could be larger than the number of decision variables. An inequality M i x ≤ γ i is said to be active if M i x = γ i and inactive if M i x < γ i.

50 Kuhn-Tucker Conditions

51

52

53 Example 8.

54 Illustration of the constrained optimization problem with inequality constraints.Solid-line x1 + x2 = 1; darker-solid-line 3x1 +3x2 = 6

55 Active Set Method

56 Example 9

57 The third constraint is an inactive constraint and will be dropped from the constrained equation set. The first two constraints as the active constraints, and solve the optimization problem as minimizing: subject to:

58 From Example 5: We drop the second constraint and solve the optimization problem as: subject to:

59

60 1. In the case of equality constraints, the maximum number of equality constraints equals the number of decision variables. In this example, it is 3, and the only feasible solution x is to satisfy the equality constraints (see (2.50)). In contrast, in the case of inequality constraints, the number of inequality constraints is permitted to be larger than the number of decision variables, as long as they are not all active. In this example, only one constraint becomes active so it becomes an equality constraint. Once the optimal solution is found against this active constraint, the rest of the inequalities are automatically satisfied.

61 2. It is clear that an iterative procedure is required to solve the optimization problem with inequality constraints, because we did not know which constraints would become active constraints. If the active set could be identified in advance, then the iterative procedure would be shortened.

62 3. Note that the conditions for the inequality constraints are more relaxed than the case of imposing equality constraints. For instance, the number of constraints is permitted to be greater than the number of decision variables, and the set of inequality constraints is permitted to be linearly dependent. However, these relaxations are only permitted to the point that the active constraints need to be linearly independent and the number of active constraints needs to be less than or equal to the number of decision variables.

63 Primal-Dual Method The minimization over x is unconstrained and is attained by Substituting this, the dual problem is written as:

64

65 Hildreth’s Quadratic Programming Procedure (Luenberger,1969, Wismer and Chattergy, 1978) In this algorithm, the direction vectors were selected to be equal to the basis vectors ei = [0 0... 1... 0 0]T. Then, the λ vector can be varied one component at a time. At a given step in the process, having obtained a vector λ ≥ 0, we fix our attention on a single component λi. The objective function may be regarded as a quadratic function in this single component. We adjust λi to minimize the objective function. If that requires λi < 0, we set λi = 0. In either case, the objective function is decreased. Then, we consider the next component λi+1. If we consider one complete cycle through the components to be one iteration taking the vector λm to λm+1,

66 Hildreth’s Quadratic Programming Procedure converged λ ∗ vector contains either zero or positive values

67 Remarks: Hildreth’s quadratic programming algorithm is based on an element- by-element search, therefore, it does not require any matrix inversion. As a result, if the active constraints are linearly independent and their number is less than or equal to the number of decision variables, then the dual variables will converge. As we will observe in the coming examples, the algorithm will give a compromised, near-optimal solution with constraints if the situation of conflict constraints arises. This is one of the key strengths of using this approach in real-time applications, because the algorithm’s ability to automatically recover from an ill-conditioned constrained problem is paramount for the safety of plant operation.

68 Example 10. Minimize the cost function:

69

70

71

72 Example 11


Download ppt "دانشگاه صنعتي اميركبير دانشكده مهندسي پزشكي Constraints in MPC کنترل پيش بين-دکتر توحيدخواه."

Similar presentations


Ads by Google