US20190243320A1 - Method and Apparatus for Preconditioned Predictive Control - Google Patents

Method and Apparatus for Preconditioned Predictive Control Download PDF

Info

Publication number
US20190243320A1
US20190243320A1 US15/888,143 US201815888143A US2019243320A1 US 20190243320 A1 US20190243320 A1 US 20190243320A1 US 201815888143 A US201815888143 A US 201815888143A US 2019243320 A1 US2019243320 A1 US 2019243320A1
Authority
US
United States
Prior art keywords
matrix
constraint
iterations
control
controller
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US15/888,143
Other versions
US10613490B2 (en
Inventor
Rien Quirynen
Andrei Kniazev
Stefano Di Cairano
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Research Laboratories Inc
Original Assignee
Mitsubishi Electric Research Laboratories Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Research Laboratories Inc filed Critical Mitsubishi Electric Research Laboratories Inc
Priority to US15/888,143 priority Critical patent/US10613490B2/en
Priority to EP18765203.7A priority patent/EP3729207B1/en
Priority to JP2020517604A priority patent/JP6808093B2/en
Priority to CN201880088336.4A priority patent/CN111670415B/en
Priority to PCT/JP2018/028950 priority patent/WO2019150611A1/en
Publication of US20190243320A1 publication Critical patent/US20190243320A1/en
Priority to US16/540,368 priority patent/US10877445B2/en
Application granted granted Critical
Publication of US10613490B2 publication Critical patent/US10613490B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B13/00Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion
    • G05B13/02Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric
    • G05B13/04Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric involving the use of models or simulators
    • G05B13/048Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric involving the use of models or simulators using a predictor
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B25HAND TOOLS; PORTABLE POWER-DRIVEN TOOLS; MANIPULATORS
    • B25JMANIPULATORS; CHAMBERS PROVIDED WITH MANIPULATION DEVICES
    • B25J9/00Programme-controlled manipulators
    • B25J9/16Programme controls
    • B25J9/1602Programme controls characterised by the control system, structure, architecture
    • B25J9/1607Calculation of inertia, jacobian matrixes and inverses
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/11Complex mathematical operations for solving equations, e.g. nonlinear equations, general mathematical optimization problems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/16Matrix or vector computation, e.g. matrix-matrix or matrix-vector multiplication, matrix factorization
    • G06F17/30345

Definitions

  • the invention relates generally to predictive control, and more particularly to a method and apparatus for preconditioned predictive control of dynamical systems in the presence of inequality constraints.
  • a predictive controller such as model predictive control (MPC) is used in many applications to control complex dynamical systems. Examples of such systems include production lines, vehicles, satellites, engines, robots, power generators and other numerically controlled machines.
  • MPC model predictive control
  • Dynamic optimization based predictive control and estimation can significantly speed up the design process for the controller and estimator.
  • dynamic optimization allows to directly take control or estimation objectives into account as well as the system dynamics and constraints or limitations related to the states and controls of the system.
  • an optimal control problem needs to be solved under strict timing constraints, often on embedded hardware with limited computational resources.
  • the use of a first order optimization method alternatively results in a computational complexity of O(N 2 m 2 ).
  • the computational cost scales quadratically with the number of states and controls of the system, i.e., in, but it scales also quadratically with the horizon length, N.
  • the latter quadratic complexity is undesirable for some real-time applications of optimal control and estimation.
  • Some embodiments are based on recognition that iterative methods to solve the dynamic optimization problem can result in a better asymptotic computational complexity when solving the saddle point linear systems arising in second order optimization.
  • iterative solvers are suitable for hardware acceleration of the linear system solution, e.g., using an FPGA for fast embedded applications, due to their higher ratio of addition and multiplication operations.
  • the use of an iterative method also allows to make a trade-off between computational time and numerical accuracy of the solution.
  • iterative solvers tend to converge poorly without preconditioning and the preconditioner needs to be efficient to produce. Accordingly, there is a need for an iterative preconditioned solver suitable for real-time optimal control of dynamical systems.
  • the scaling of the computational complexity and of the memory requirements, based on the dimensions of the control problem, is therefore O(Nm 2 ), where N is the control horizon length and m is the number of states and controls.
  • Some embodiments are based on the realization that the convergence of the iterative solver can be improved with using a preconditioning matrix P that approximates the coefficient matrix K of the linear system. More specifically, the eigenvalues of the preconditioned matrix P ⁇ 1 K should be clustered more than those of the original matrix K in order to improve the convergence of the iterative solver. Some embodiments are based on the realization that iterative solvers cannot be used for most practical applications of optimal control without the use of a preconditioner. To that end, some embodiments are based on the realization that the matrix P can be formed to have a particular block sparsity structure, similar to the block structure in the sparse matrix K. The block-structured matrix P is much cheaper to form, update and to factorize than a dense matrix. To that end, a block-structured preconditioning matrix P is advantageous for the use of iterative solvers within optimal control algorithms.
  • some embodiments are based on the understanding that the computational complexity of controlling the system is due to inequality constraints on the states and control inputs of the system. In contrast with equality constraints, the optimization algorithm needs to identify which of the inequality constraints are active at the optimal control solution, which is a combinatorial problem in general. Some embodiments are based on the realization that, for real-time optimal control applications, the optimal set of active constraints at the solution can be identified efficiently by using a tailored initialization based on the solution to the optimal control problem at the previous sampling instant.
  • Some embodiments are based on the recognition that the computational demand lies not only in constructing the preconditioning matrix P, but mostly in updating the matrix P within the second order optimization that either adds or removes a constraint from the current guess of the optimal active set. Such matrix updates take less resources than the initial computation and factorization of the preconditioning matrix.
  • some embodiments modify the iterative solution of the dynamic optimization problem to reduce the complexity of the solution when updating the current guess for the optimal active set, and therefore updating the matrix K and the preconditioning matrix P.
  • Some embodiments are based on the recognition that inequality constraints are active only when the states or controls of the controlled system approach the bounds of the inequality constraints at a particular point in the control horizon, and are inactive otherwise. At a different time step of the control and/or at different iterations of the optimization, different inequality constraints can be active or inactive. Some embodiments are based on the recognition that the inactive inequality constraints can be ignored, and the active inequality constraints can be replaced with equality constraints forming the dynamic optimization problem subject only to the equality constraints. By solving this equality constrained optimization problem instead, the original optimal control solution can be recovered when the current guess for the set of active constraints is optimal. In the case when the current active set is not optimal, the equality constrained solution provides a search direction to identify which constraints should be added and/or removed from the current guess in order to iteratively find the optimal active set and therefore the exact solution to the original inequality constrained optimization problem.
  • the matrix K of this matrix equation is a block-structured KKT matrix referred herein as the KKT matrix.
  • the KKT matrix includes a block-diagonal Hessian matrix and a block-structured Jacobian matrix.
  • a solution of the KKT system with a preconditioner requires a new preconditioner for each iterative solution of the matrix equation. This is because the preconditioner is a function of the KKT matrix in the matrix equation and with a change of the KKT matrix, a new preconditioner should be used.
  • Some embodiments are based on the realization that when the KKT optimality equations are solved with an active set approach, only the constraint Jacobian matrix of the KKT matrix is changed for each iterative solution. Moreover, such an update of the constraint Jacobian matrix is of rank one.
  • Some embodiments are based on the realization that when only the constraint Jacobian matrix is updated with the low-rank update, despite the fact that the preconditioner is a function of the entire KKT matrix, the low-rank update of the constraint Jacobian matrix leads to a low-rank update of the entire preconditioner. In such a manner, the complexity of recomputing the preconditioner for each iterative solution of the matrix equation is reduced to a low-rank update of the previously determined preconditioner.
  • the preconditioner for solving the KKT system can have a block-tridiagonal sparsity structure.
  • the preconditioner is a function of the constraint Jacobian matrix. Every time, when the constraint Jacobian matrix is updated, some embodiments update the preconditioner while preserving the block-tridiagonal sparsity structure.
  • Some embodiments are based on the recognition that the constraint Jacobian matrix is frequently updated due to the change in the active set of inequality constraints. Those updates are rank-one updates when only one constraint is added or removed from the active set. The rank-one update of the constraint Jacobian matrix leads to the rank-one update of the preconditioner. Such a low-rank update of the preconditioner can still be computationally expensive due to the matrix factorization of the preconditioner needed to solve the matrix equation.
  • matrix factorization of the preconditioner can be computed in a computationally efficient way, using a block-tridiagonal Cholesky factorization. Low-rank updates in combination with such an efficient matrix factorization result in a computationally optimal factorization update that can preserve the block-tridiagonal sparsity structure.
  • Some embodiments solve the matrix equation, within each iteration of the active-set based optimization algorithm, iteratively using a block-tridiagonal Cholesky factorization of a preconditioning matrix in order to efficiently apply the inverse of the preconditioner.
  • the preconditioning matrix has a block-tridiagonal structure, wherein each block is positive definite such that a block-structured Cholesky factorization can be used.
  • the embodiment updates the Jacobian matrix and the preconditioning matrix in response to a change in the set of active inequality constraints.
  • the update of the Jacobian matrix and the preconditioning matrix is a low-rank factorization update.
  • one embodiment preserves the block sparsity structure of those matrices.
  • the back substitutions to apply the inverse of the preconditioner requires a computational cost of complexity O(Nm 2 ), based on its block-structured Cholesky factors.
  • the overall computational complexity of this iterative preconditioned solver within an active-set based optimization algorithm for real-time optimal control is O(Nm 2 ). This makes the computational cost of the solver in this embodiment to scale linearly with the number of control intervals, N, and quadratically with the number of state and control variables in the system, m.
  • Some embodiments are based on the recognition that the iterative nature of the solver allows to warm-start the Jacobian matrix in the preconditioning matrix and/or the block-tridiagonal Cholesky factorization of the preconditioner, based on the values of those matrices determined during previous time steps in the closed-loop control scheme. Those embodiments can further reduce the computational resources that are required for initializing those matrices and factorizations. In addition, some embodiments are based on the realization that the early termination of the active-set based optimization algorithm results in a suboptimal control solution that satisfies all constraints and limitations of the controlled system. This leads to a deterministic computational delay for real-time control applications, where either an optimal or suboptimal control input can be applied to the system, while respecting all of the constraints.
  • a predictive controller for controlling a system subject to constraints including equality and inequality constraints on state and control variables of the system.
  • the predictive controller includes an estimator to estimate a current state of the system using measurements of outputs of the system; and a controller to solve, at each control step, a matrix equation of necessary optimality conditions to produce a control solution and to control the system using the control solution to change a state of the system, wherein the matrix equation includes a block-structured matrix having a constraint Jacobian matrix of the equality constraints of the system, wherein the controller determines the control solution iteratively using two levels of iterations including a first level of iterations and a second level of iterations performed within an iteration of the first level of iterations, wherein the first level of iterations, performed until a first termination condition is met, selects active inequality constraints for each point of time within a control horizon, updates the constraint Jacobian matrix, with a low-rank update for a single change in the set of active inequality constraints, to include the
  • Another embodiment discloses a method for controlling a system subject to constraints including equality and inequality constraints on state and control variables of the system, wherein the method uses a processor coupled with stored instructions implementing the method, wherein the instructions, when executed by the processor carry out steps of the method, including estimating a current state of the system using measurements of outputs of the system; solving, at each control step, a matrix equation of necessary optimality conditions to produce a control solution; and controlling the system using the control solution to change a state of the system, wherein the matrix equation includes a block-structured matrix having a constraint Jacobian matrix of the equality constraints of the system, wherein the controller determines the control solution iteratively using two levels of iterations including a first level of iterations and a second level of iterations performed within an iteration of the first level of iterations, wherein the first level of iterations, performed until a first termination condition is met, selects active inequality constraints for each point of time within a control horizon, updates the constraint Jacobian matrix, with a
  • Yet another embodiment discloses a non-transitory computer readable storage medium embodied thereon a program executable by a processor for performing a method, the method includes estimating a current state of the system using measurements of outputs of the system; solving, at each control step, a matrix equation of necessary optimality conditions to produce a control solution; and controlling the system using the control solution to change a state of the system, wherein the matrix equation includes a block-structured matrix having a constraint Jacobian matrix of the equality constraints of the system, wherein the controller determines the control solution iteratively using two levels of iterations including a first level of iterations and a second level of iterations performed within an iteration of the first level of iterations, wherein the first level of iterations, performed until a first termination condition is met, selects active inequality constraints for each point of time within a control horizon, updates the constraint Jacobian matrix, with a low-rank update for a single change in the set of active inequality constraints, to include the equality constraints and the
  • FIG. 1 is a block diagram of a controller and feedback system according to some embodiments
  • FIG. 2 is a block diagram of a controller, implemented using CPU processors and memory, and feedback system according to some embodiments of the invention
  • FIG. 3A is a block diagram of a model predictive control (MPC) method to implement the controller according to some embodiments
  • FIG. 3B is a block diagram of an MPC method that solves an optimal control structured Quadratic Program (QP) according to some embodiments;
  • FIG. 3C shows a schematic of a double-layered controller according to some embodiments.
  • FIG. 4A is a block diagram of an active-set optimization implementing an MPC controller according to some embodiments.
  • FIG. 4B is a pseudo code of an active-set optimization to implement an MPC controller according to one embodiment
  • FIG. 5A is a block diagram of an initialization procedure for an active-set based MPC controller according to some embodiments
  • FIG. 5B is a block diagram of an initialization procedure with slack variables for an active-set based MPC controller according to some embodiments
  • FIG. 6A is a block diagram of a preconditioned iterative solver within an active-set based MPC controller according to some embodiments
  • FIG. 6B is a block diagram of the rank-one updates of the preconditioner within an active-set based MPC controller according to some embodiments.
  • FIG. 7A is a block diagram of the linear system of KKT optimality conditions that is solved after each active-set change in the MPC controller according to some embodiments;
  • FIG. 7B is a schematic of the block-structured coefficient matrix in the KKT linear system that is solved after each active-set change in the MPC controller according to some embodiments;
  • FIG. 8 is a block diagram of a preconditioned iterative solver that is used to solve the linear KKT system in each iteration of the active-set optimization according to some embodiments;
  • FIG. 9A is a block diagram that illustrates the application of a positive definite preconditioning matrix, within an iterative solver, using a Cholesky factorization according to some embodiments;
  • FIG. 9B is a block diagram that illustrates a block-structured positive definite preconditioner, based on a block-tridiagonal Cholesky factorization according to some embodiments.
  • FIG. 10A is a block diagram of an active-set optimization for MPC that uses an augmented Lagrangian type block-tridiagonal preconditioning matrix in combination with an iterative method to solve each linear KKT system according to some embodiments;
  • FIG. 10B is a schematic of the augmented Lagrangian type block-tridiagonal preconditioning matrix used within the active-set based MPC controller according to some embodiments;
  • FIG. 11A is a block diagram of an active-set optimization for MPC that uses a Schur complement type block-tridiagonal preconditioning matrix in combination with an iterative method to solve each linear KKT system according to some embodiments;
  • FIG. 11B is a schematic of the Schur complement type block-tridiagonal preconditioning matrix used within the active-set based MPC controller according to some embodiments;
  • FIG. 12A is a block diagram of an active-set optimization for MPC that uses a constraint preconditioner in combination with a projected preconditioned conjugate gradient method to solve each linear KKT system according to some embodiments;
  • FIG. 12B is a schematic of applying the constraint preconditioner within a projected preconditioned conjugate gradient method for MPC according to some embodiments
  • FIG. 13 is a schematic of a vehicle including a controller employing principles of some embodiments.
  • FIG. 14 is a schematic of interaction between the controller employing principles of some embodiments and controllers of the vehicle 1301 according to some embodiments.
  • Some embodiments of the invention provide a system and a method for controlling an operation of a system or a system using a predictive controller.
  • a predictive controller is a model predictive control (MPC) determining control inputs based on a model of the controlled system.
  • MPC model predictive control
  • FIG. 1 shows an example system 120 connected to a predictive controller 110 via a state estimator 130 .
  • the predictive controller is an MPC controller programmed according to a dynamical model 102 of the system.
  • the model can be a set of equations representing changes of the state and output 103 of the system 120 over time as functions of current and previous inputs 111 and previous outputs 103 .
  • the model can include constraints 104 that represent physical and operational limitations of the system.
  • the controller receives a command 101 indicating the desired behavior of the system.
  • the command can be, for example, a motion command.
  • the controller In response to receiving the command 101 , the controller generates a control signal 111 that serves as an input for the system.
  • the system updates the output 103 of the system.
  • the estimator updates the estimated state of the system 121 . This estimated state of the system 121 provides the state feedback to the controller 110 .
  • the system 120 can be any machine or device controlled by certain manipulation input signals 111 (inputs), possibly associated to physical quantities such as voltages, pressures, forces, torques, and to return some controlled output signals 103 (outputs), possibly associated to physical quantities such as currents, flows, velocities, positions indicative of a transition of a state of the system from a previous state to the current state.
  • the output values are related in part to previous output values of the system, and in part to previous and current input values.
  • the dependency on previous inputs and previous outputs is encoded in the state of the system.
  • the operation of the system e.g., a motion of components of the system, can include a sequence of output values generated by the system following the application of certain input values.
  • a model of the system 102 can include a set of mathematical equations that describe how the system outputs change over time as functions of current and previous inputs, and the previous outputs.
  • the state of the system is any set of information, in general time varying, for instance an appropriate subset of current and previous inputs and outputs, that, together with the model of the system and future inputs, can uniquely define the future motion of the system.
  • the system can be subject to physical limitations and specification constraints 104 limiting the range where the outputs, the inputs, and also possibly the states of the system are allowed to operate.
  • the controller 110 can be implemented in hardware or as a software program executed in a processor, e.g., a microprocessor, which at fixed or variable control period sampling intervals receives the estimated state of the system 121 and the desired motion command 101 and determines, using this information, the inputs, e.g., the control signal 111 , for operating the system.
  • a processor e.g., a microprocessor, which at fixed or variable control period sampling intervals receives the estimated state of the system 121 and the desired motion command 101 and determines, using this information, the inputs, e.g., the control signal 111 , for operating the system.
  • the estimator 130 can be implemented in hardware or as a software program executed in a processor, either the same or a different processor from the controller 110 , which at fixed or variable control period sampling intervals receives the outputs of the system 103 and determines, using the new and the previous output measurements, the estimated state 121 of the system 120 .
  • FIG. 2 shows a block diagram of the controller 110 , according to some embodiments of the invention, which actuates the system such that the estimated state 121 of the system and output 103 follow a command 101 .
  • the controller 110 includes a computer, e.g., in the form of a single central processing unit (CPU) or multiple CPU processors 201 connected to memory 202 for storing the model 102 and the constraints 104 on the operation of the system.
  • CPU central processing unit
  • FIG. 3A shows a block diagram of a system and a method for model predictive control (MPC) to implement the controller 110 that computes the control signal 111 , given the current state of the system 121 and the control command 101 according to some embodiments.
  • MPC computes a control solution, e.g., a solution vector 355 , that contains a sequence of future optimal control inputs over a prediction time horizon of the system 360 , by solving an inequality constrained optimization problem 350 at each control time step.
  • the data 345 of the objective function, equality and inequality constraints in this optimization problem 350 depends on the dynamical model, the system constraints 340 , the current state of the system 121 and the control command 101 .
  • the solution of this inequality constrained optimization problem 350 uses the state and control values over the prediction time horizon from the previous control time step 310 , which can be read from the memory. This concept is called warm- or hot-starting of the optimization algorithm and it can considerably reduce the required computational effort of the MPC controller in some embodiments.
  • the corresponding solution vector 355 can be used to update and store a sequence of optimal state and control values for the next control time step 360 .
  • FIG. 3B shows a block diagram of an MPC controller that solves an optimal control structured optimization problem 350 in order to compute the signal 111 at each control time step, given the current state of the system 121 and the command 101 .
  • Some embodiments are based on a linear dynamical model of the system 353 with linear equality 352 and inequality constraints 354 and a linear-quadratic objective function 351 , such that a constrained quadratic program (QP) 350 needs to be solved at each control time step.
  • the QP data 345 then include the Hessian and constraint Jacobian matrices 346 and the corresponding gradient and constraint evaluation vectors 347 .
  • both the QP vectors 347 and the QP matrices 346 can change from one control time step to the next.
  • LTI linear time-invariant
  • some embodiments can use hot-starting of the optimization algorithm, based on the reuse of matrix factorizations that are related to the constant QP matrices in order to reduce the required computational effort of the MPC method at each control time step.
  • both the QP vectors 347 and the QP matrices 346 can change from one control time step to the next.
  • iterative solvers tend to converge poorly without preconditioning.
  • there is a design an efficient preconditioning matrix P to solve P ⁇ 1 Kz ⁇ 1 b with computational cost O(Nm 2 ) per iteration.
  • computing a preconditioning matrix P can be a computationally demanding task.
  • some embodiments are based on realization, that under some circumstances, the preconditioning matrix P can be replaced with a number of matrix updates.
  • those multiple updates are of low rank, which leads to the desired computational cost of O(Nm 2 ).
  • inequality constraints can be active (potentially violated) or inactive.
  • the inactive inequality constraints can be ignored, while the active inequality constraints can be replaced with equality constraints forming an optimization problem subject only to equality constraints.
  • Replacement of the active inequality constraints with equality constraints results in an update of the matrix K and preconditioning matrix P for each active-set change.
  • the computational demand lies not only in constructing the preconditioner P, but mostly in updating the matrix P in response to adding or removing a constraint from the current active set.
  • replacement of the active inequality constraints with equality constraints results in a KKT matrix K that includes a block-diagonal Hessian and a block-sparse Jacobian matrix.
  • the matrix P can also be formed to have a particular block sparsity structure that is computationally cheaper to form, update, and to factorize than a dense matrix.
  • some embodiments use active-set optimization with preconditioned iterative solver while preserving the sparsity structure of the preconditioning matrix P, e.g., a block-tridiagonal structure.
  • FIG. 3C shows a schematic of a double-layered controller 370 according to some embodiments.
  • the double-layered controller 370 includes a processor to implement the principles of the predictive controller 110 with computational cost of O(Nm 2 ).
  • the double-layered controller 370 is configured to solve, at each control step, a matrix equation of necessary optimality conditions to produce a control solution 380 and to control the system using the control solution to change a state of the system.
  • the matrix equation includes a block-structured matrix having a constraint Jacobian matrix of the equality constraints of the system.
  • the processor determines the control solution iteratively using two levels of iterations including a first level of iterations 375 and a second level of iterations 377 performed within an iteration of the first level of iterations.
  • the first level of iterations 375 is performed until a first termination condition is met, e.g., a converging criteria and/or a number of iterations is reached.
  • the purpose of the first level of iterations is to update constraint Jacobian matrix and preconditioning matrix. For example, an iteration of the first level selects 385 active inequality constraints for each point of time within a control horizon, updates 386 the constraint Jacobian matrix, with a rank-one update for a single change in the set of active inequality constraints, to include the equality constraints and the active inequality constraints, and updates 387 a preconditioning matrix, with a rank-one factorization update, in response to the rank-one update of the constraint Jacobian matrix.
  • the low-rank update to the constraint Jacobian matrix 386 leads to a low-rank factorization update to the preconditioning matrix 387 .
  • the second level of iterations solves 377 the matrix equation with the updated constraint Jacobian matrix using the updated factorization of the preconditioning matrix to produce the control solution 380 .
  • the solution is found iteratively until a second termination condition is met, such as an optimality of the solution criteria and/or a number of iterations. If the control solution 380 is found to be optimal, the solution is used to control the system. Otherwise, the first and the second levels of iterations are repeated.
  • FIG. 4A shows a block diagram and FIG. 4B shows a pseudo code of an active-set based optimization method to compute the optimal control solution 355 at each control time step of the MPC controller 110 according to some embodiments.
  • Some embodiments are based on a primal feasible active-set method, where a primal feasible initial starting point 401 is used to form a guess for the optimal control solution 355 and a guess for the active set of inequality constraints at the optimal control solution.
  • Some embodiments compute the primal feasible initial starting point 401 using the state and control values from the previous control time step 310 and using the QP matrices and vectors 345 .
  • This solution guess and the active set of inequality constraints is updated iteratively while the active-set strategy ensures that the control solution guess, consisting of a sequence of state and control values over the prediction time horizon, remains primal feasible from one iteration of the active-set method to the next iteration.
  • the method solves the equality constrained QP that corresponds to the current guess of active inequality constraints 405 .
  • the required computational effort for the solution of an equality constrained QP is cheaper than the original solution of the inequality constrained QP 350 .
  • the resulting new control solution guess is both optimal and feasible 406 , then the optimal solution 355 to the original inequality constrained QP 350 is found. If this is not the case, but one of the Lagrange multipliers corresponding to the set of active inequality constraints is negative 407 , then the corresponding inequality constraint(s) can be removed from the current guess of the active set 410 .
  • a blocking inequality constraint can be identified in order to compute a new primal feasible solution guess 415 .
  • This blocking inequality constraint(s) can then be added 420 to the current guess of the active set of inequality constraints and the optimal control solution guess can be updated accordingly 422 .
  • the iterations of the active-set method continue until a termination condition is met, e.g., an optimal and feasible control solution is found 355 or the maximum number of iterations is reached 402 .
  • a termination condition e.g., an optimal and feasible control solution is found 355 or the maximum number of iterations is reached 402 .
  • the search direction ( ⁇ y, ⁇ ) that is obtained as the solution of the equality constrained QP in each active-set iteration 405 , results in a family of candidate vectors y+ ⁇ y that are primal feasible with respect to the equality constraints and the inequality constraints that are contained in the active set, regardless of the value for ⁇ . Therefore, some embodiments identify the most blocking constraint as the inequality constraint for which the step length ⁇ >0 is the largest, such that the blocking inequality constraint is satisfied exactly as an equality constraint 421 and all other inequality constraints are satisfied too.
  • some embodiments remove the inequality constraint that corresponds to the most negative Lagrange multiplier from the current active set 410 .
  • some embodiments can alternatively decide to remove a different constraint, corresponding to a negative Lagrange multiplier, from the active set or some embodiments can decide to remove multiple constraints from the active set at once 410 .
  • some embodiments can add multiple inequality constraints at once to the active set 420 in one iteration.
  • some embodiments reverse the order between deciding to remove 410 or add 420 (a) constraint(s) from/to the active set, i.e., such embodiments first try to identify the block inequality constraint 415 before checking for negative Lagrange multipliers corresponding to the active inequality constraints 407 .
  • FIG. 5A shows a block diagram of a procedure to compute the primal feasible initial starting point 401 for an active-set based MPC controller.
  • Some embodiments read the state and control values over the prediction horizon for the previous control time step from the memory 310 and use these values directly to compute the initial starting point 401 .
  • the previous state and control values are read from the memory and the control inputs are shifted by one step in time 501 in order to form a better guess for the optimal control solution at the next control time step. Given this shifted control solution guess, the corresponding state values can be obtained based on the current state estimate 121 and the discrete-time system dynamics 505 .
  • the resulting combination of state and control values then forms a primal feasible starting point 401 for the active-set optimization algorithm.
  • the presence of state-dependent inequality constraints can prevent the initialization procedure from FIG. 5A to result in a primal feasible initial starting point.
  • some embodiments are based on a slack variable reformulation in order to formulate a new QP where the state-dependent inequality constraints are replaced by soft constraints.
  • Some embodiments are based on an L1 penalization of these slack variables such that the reformulated QP is equivalent, i.e., the optimal control solution for the new QP is also the unique optimal control solution to the original inequality constrained QP in case that the original optimization problem is feasible.
  • Other embodiments can be based on an L2 penalization, i.e., least squares cost for these slack variables.
  • At least one slack variable needs to be introduced to reformulate the inequality constraints for each time interval independently.
  • This slack variable(s) can be considered as additional, artificial control input(s) to the system.
  • FIG. 5B shows a block diagram of a procedure to compute the primal feasible initial starting point 401 for an active-set based MPC controller, including slack variables to reformulate the state-dependent inequality constraints into soft constraints to ensure primal feasibility according to some embodiments.
  • Some embodiments therefore compute a starting point 401 by reading the previous values from the memory 310 , shifting the control inputs by one time step 501 and simulating the system dynamics to compute the state values 505 , given the current state of the system 121 . Given the resulting states and control inputs, the values for the slack variables can be computed such that all soft inequality constraints are satisfied 510 .
  • the slack variable for each time interval can be set to the smallest (positive) value in order to satisfy all soft constraints in that particular time interval.
  • a Phase I procedure step is used to compute an updated set of state and control values that satisfy all the (soft) inequality constraints of the QP within each time interval of the prediction horizon.
  • FIG. 6A shows a block diagram of an active-set optimization algorithm based on a preconditioned iterative solver to compute a solution to the equality constrained QP in each of the active-set iterations during one time step of the MPC controller, according to some embodiments of the invention.
  • an equality constrained QP needs to be solved 405 in order to compute a new search direction ( ⁇ y, ⁇ ).
  • the necessary conditions for optimality, i.e., the Karush-Kuhn-Tucker (KKT) conditions for an equality constrained QP correspond to a saddle point linear system that needs to be solved in each iteration 601 .
  • this saddle point linear KKT system is solved efficiently using a preconditioned iterative solver 605 .
  • the resulting new control solution guess is either feasible and optimal 406 such that the optimal control solution is found 355 , or an update is needed to the current working set of active inequality constraints 610 .
  • each update of the active set corresponds to constraints being either added 420 or removed 410 to/from the current active set, depending on whether there are negative Lagrange multiplier values 407 or there are blocking inequality constraints 415 .
  • Some embodiments are based on the realization that these updates to the current working set of active inequality constraints 610 lead to low-rank updates to the coefficient matrix in the linear KKT system that needs to be solved in each iteration of the active-set method 601 .
  • these updates to the current working set 610 lead to corresponding updates of the preconditioning matrix 615 .
  • FIG. 6B shows a block diagram of an active-set optimization algorithm, based on a preconditioned iterative solver, where each active-set change corresponds to exactly one or multiple inequality constraint(s) being either added 420 or removed 410 to/from the current active set.
  • This update to the current active set 611 results in a low-rank update to the preconditioning matrix that depends directly on the constraint that has been added or removed 616 .
  • a low-rank update to a matrix factorization is computed in order to efficiently apply the inverse of the preconditioner within the iterative solver. More specifically, in the case that only one constraint is either added or removed in the update to the current active set 611 , this results in a rank-one update to the preconditioning matrix and its factorization 616 .
  • a matrix factorization For a dense n ⁇ n matrix, a matrix factorization generally has a computational complexity of O(n 3 ), while a rank-one update to a precomputed matrix factorization corresponds to a computational complexity of only O(n 2 ). In the case of a low-rank factorization update, the computational complexity is also O(n 2 ), as long as the rank is small compared to the dimension n of the n ⁇ n matrix.
  • a low-rank factorization update can be carried out either directly or in the form of a sequence of rank-one factorization updates. In general, low-rank updates to matrix factorizations are therefore of a lower order computational complexity than the computation of a new matrix factorization after each update of the active set.
  • FIG. 7A shows a block diagram with a detailed description of the equality constrained QP (EQP) formulation 700 that locally approximates the original inequality constrained QP 350 , given the current active set of inequality constraints.
  • the objective function 701 in the EQP is equivalent to the original linear-quadratic objective function 351 .
  • the linear equality constraints in the EQP 702 and 703 are equivalent to the corresponding constraints in the original QP formulation 352 and 353 .
  • the major difference is that the original inequality constraints in the QP formulation 354 have been replaced by a set of active inequality constraints 704 , based on the current guess for the active set at the optimal control solution.
  • the solution of the EQP problem 700 requires the solution of a saddle point linear system that describes the necessary KKT conditions of optimality 705 .
  • the matrix H in the (1,1)-block corresponds to the block-diagonal Hessian in the KKT matrix 708 .
  • Some embodiments rely on the property that each of the Hessian block matrices individually is positive (semi-)definite 708 .
  • the matrix A in the (2,1)-block, and its transpose A T in the (1,2)-block of the KKT matrix 706 defines the block-structured constraint Jacobian matrix in the saddle point linear KKT system.
  • Some embodiments rely on the property that the constraint Jacobian is a matrix of full rank, i.e., each of the rows in the matrix A need to be linearly independent.
  • Embodiments of this invention that are based on a primal feasible active-set method, as described in FIG. 4 , automatically maintain the active set of inequality constraints in such a manner that the Jacobian matrix is of full rank in each iteration of the active-set method.
  • a maximal linearly independent subset of the active set needs to be computed in order to result in a corresponding Jacobian matrix of full rank.
  • FIG. 7B shows a schematic of a sparsity structure for the KKT matrix 706 in the saddle point linear system that needs to be solved after each active-set change by some embodiments.
  • the block-diagonal Hessian matrix simplifies into a diagonal Hessian matrix 708 when each of the Hessian block matrices is diagonal, which can typically reduce the required computational effort to solve the corresponding saddle point linear KKT system.
  • the constraint Jacobian matrix 709 and its transpose 711 in the KKT matrix show a typical optimal control block-sparsity structure that is exploited in the efficient solution of each saddle point linear KKT system, according to embodiments of this invention.
  • the exact coefficient matrix K 801 is defined as the KKT matrix 706 with the optimal control structured block-sparsity as illustrated in FIG. 7B .
  • Each iteration of the solver requires at least one matrix-vector multiplication with the exact coefficient matrix K 805 , which can be executed efficiently by exploiting the optimal control structured block-sparsity as shown in FIG. 7 .
  • the resulting computational complexity for these matrix-vector multiplications is therefore O(Nm 2 ), where N is the control horizon length and in is the number of state and control variables.
  • the sparsity of the Jacobian matrix for the active inequality constraints within the block matrices can additionally be exploited in order to reduce the practical computational cost of applying the coefficient matrix K 805 .
  • Some examples of the iterative method are the preconditioned generalized minimal residual (PGMRES) method, the preconditioned minimal residual (PMINRES) and a projected preconditioned conjugate gradient method (PPCG).
  • an initial approximate solution z 0 810 is used to start the iterative procedure for the solution of the saddle point linear system.
  • This approximate solution guess can be based on the solution to the previous saddle point linear system 605 , given the active-set change from one iteration of the active-set method to the next 601 .
  • some embodiments compute the change of the primal and dual variables in the saddle point linear system 706 , such that a reasonable solution guess consists of zero values instead.
  • Some embodiments determine or update 820 at least a part of a preconditioning matrix using either the exact coefficient matrix K 801 or an approximate coefficient matrix 815 .
  • the preconditioner can first be generated and then applied, e.g., in every step of the main iterative cycle 825 .
  • the preconditioner is related to a preconditioning function that is generated 820 outside of the main iterative cycle, wherein the preconditioning function can be applied to a vector in order to return the product between the matrix inverse of the preconditioner P ⁇ 1 and that specific vector 825 .
  • the preconditioning function acts on the residual b ⁇ Kz in order to compute P ⁇ 1 (b ⁇ Kz).
  • Application of the preconditioner accelerates the convergence of the iterative method without significantly increasing the computational costs per iteration, thus, leading to an overall improved performance of the MPC controller.
  • a block-structured preconditioner is used such that its matrix factorization can be efficiently determined, updated 820 and applied 825 .
  • the block-structured matrix factorization therefore requires a computational cost of complexity O(Nm 3 ), where N is the control horizon length and in is the number of state and control variables.
  • the computation of this matrix factorization which is needed for the solution of each saddle point linear system, is however avoided by instead updating the matrix factorization for the preconditioner from one iteration of the active-set method to the next iteration 615 .
  • some embodiments are based on a recognition that, for the purpose of the preconditioning setup or update 820 and application 825 , an approximate coefficient matrix 815 can be easier and faster to factorize, compared to their exact counterparts, while still leading to high-quality preconditioning.
  • determining, updating or applying the preconditioner 820 does not require full accuracy and can be done using a reduced number of arithmetic bits on the computer-based controller 110 .
  • Another embodiment can determine and/or apply the factorization of the preconditioner in the low precision arithmetic from the already computed approximate coefficient matrix.
  • FIG. 9A shows a block diagram of how to apply a preconditioner, based on a Cholesky matrix factorization (or decomposition) of the preconditioner matrix 900 used by one embodiment.
  • FIG. 9B shows a block diagram of how to apply a block-structured positive definite preconditioner 930 , based on a block-tridiagonal Cholesky factorization (or decomposition) of the preconditioner matrix 935 used by one embodiment.
  • This decomposition can be computed based on a new block-tridiagonal matrix factorization at a computational complexity of O(Nm 3 ), where N is the number of blocks and m denotes the dimensions of each block matrix.
  • the computational complexity is O(Nm 3 ) for the block-tridiagonal Cholesky factorization and O(Nm 2 ) for the rank-one update based on a rank-one modification of the block-tridiagonal matrix.
  • the insertion or deletion of a row-column pair in the symmetric matrix P corresponds to a particular type of a rank-one modification and the Cholesky factorization can be updated at the same computational complexity of O(Nm 2 ).
  • Some embodiments are based on a backward or reverse variant of the block-tridiagonal Cholesky factorization, which has particular advantages when performing the rank-one factorization updates in the context of an MPC controller, given the fact that most of the active-set changes occur during the time intervals earlier in the control prediction horizon.
  • FIG. 10A shows a block diagram of an active-set optimization, in order to implement the MPC controller 110 , where an augmented Lagrangian type block-tridiagonal preconditioning matrix 1010 is used in combination with either the preconditioned generalized minimal residual (PGMRES) method or the preconditioned minimal residual (PMINRES) method 1005 according to some embodiments.
  • PGMRES generalized minimal residual
  • PMINRES preconditioned minimal residual
  • a block-tridiagonal Cholesky factorization can be used 1015 to efficiently apply this preconditioner as described in FIG. 9B .
  • Some embodiments are based on a positive definite weighting matrix ⁇ >0, such that the preconditioner P ⁇ is also positive definite and a unique Cholesky factorization exists.
  • FIG. 10B shows a schematic of the block-structured symmetric preconditioning matrix P ⁇ 1011 , including the block matrix H+A T ⁇ 1020 with a block-tridiagonal sparsity structure 1022 and the inverse weighting matrix ⁇ ⁇ 1 1021 according to some embodiments.
  • the eigenvalues of the preconditioned matrix P ⁇ ⁇ 1 K become more clustered around ⁇ 1 as the value of ⁇ >0 increases such that, in general, the preconditioned iterative method will converge faster by increasing the value of ⁇ . For a sufficiently large value of ⁇ , the PMINRES method can therefore converge within (close to) two iterations. However, choosing ⁇ too large may result in ill-conditioning of the preconditioning matrix P a such that this parameter should be carefully designed, for example, depending on the available number of arithmetic bits in the computer-based controller 110 .
  • adding or removing a constraint from the active set corresponds to adding or removing a row in the constraint Jacobian A of the KKT matrix 706 , which results in a rank-one update or downdate for the block-tridiagonal Cholesky factorization of the matrix H+A T ⁇ A.
  • the computational cost for computing or updating this factorization is, respectively, O(Nm 3 ) or O(Nm 2 ) where N is the control horizon length and in is the number of states and controls.
  • FIG. 11A shows a block diagram of an active-set optimization algorithm, in order to implement the MPC controller 110 , where a Schur complement type block-tridiagonal preconditioning matrix 1110 is used in combination with either the PGMRES method or the PMINRES method 1005 according to one embodiment.
  • a block-tridiagonal Cholesky factorization can be used 1115 to efficiently apply this preconditioner as described in FIG. 9B .
  • Some embodiments are based on a Hessian regularization procedure 1120 in order to result in a positive definite Hessian approximation ⁇ tilde over (H) ⁇ >0, such that the preconditioner P s is also positive definite and a unique Cholesky factorization exists.
  • FIG. 11B shows a schematic of the block-structured symmetric preconditioning matrix P s 1111 , consisting of the block-diagonal Hessian approximation ⁇ tilde over (H) ⁇ >0 1125 and the block matrix A ⁇ tilde over (H) ⁇ ⁇ 1 A T 1126 with a block-tridiagonal sparsity structure 1127 according to some embodiments.
  • the Hessian approximation and therefore also the matrix A ⁇ tilde over (H) ⁇ ⁇ 1 A T are both positive definite such that a unique Cholesky factorization exists for the Schur complement type preconditioner.
  • the eigenvalues of the preconditioned matrix P s ⁇ 1 K become more clustered as the Hessian approximation becomes closer to the exact block-diagonal Hessian matrix ⁇ tilde over (H) ⁇ H such that, in general, the preconditioned iterative method will converge faster.
  • H ⁇ tilde over (H) ⁇ >0 the PMINRES method can converge within (close to) three iterations.
  • the Hessian matrix for the MPC problem formulation is a diagonal matrix 1125 , such that the Hessian regularization H ⁇ tilde over (H) ⁇ >0 can be done efficiently, e.g., by approximating each of the diagonal elements such that they are individually larger than some positive value ⁇ >0.
  • the Hessian approximation ⁇ tilde over (H) ⁇ H becomes closer for smaller values of ⁇ >0 such that the iterative solver converges faster, but ⁇ should be chosen sufficiently large in order to avoid ill-conditioning of the preconditioning matrix P s .
  • the Hessian regularization can, for example, be performed heuristically or based on a factorization of the block matrices.
  • a Riccati-based recursion can be performed to make the Hessian matrix positive definite in the range space of the system dynamics and/or of the active inequality constraints.
  • such techniques generally require a computational complexity of O(Nm 3 ), which is the same complexity as that of the block-tridiagonal Cholesky factorization itself.
  • a rank-one update is computed for the Cholesky factorization of the preconditioning matrix while preserving the block-tridiagonal sparsity structure. More specifically, for the Schur complement type preconditioner 1111 , adding or removing a constraint does not affect the Hessian matrix or its approximation ⁇ tilde over (H) ⁇ H.
  • adding or removing a constraint from the active set corresponds to adding or removing a row in the constraint Jacobian A of the KKT matrix 706 , which results in adding or removing a row-column pair in the block matrix A ⁇ tilde over (H) ⁇ ⁇ 1 A T 1126 with a block-tridiagonal sparsity structure 1127 .
  • This insertion or deletion then results in a rank-one update or downdate for the block-tridiagonal Cholesky factorization of the matrix A ⁇ tilde over (H) ⁇ ⁇ 1 A T .
  • this update to the matrix A ⁇ tilde over (H) ⁇ ⁇ 1 A T can be computed easily for a diagonal Hessian matrix ⁇ tilde over (H) ⁇ H but, even for a general block-diagonal Hessian matrix, this update can be computed effectively, e.g., based on a Cholesky factorization for the block matrices in the positive definite Hessian approximation H ⁇ tilde over (H) ⁇ >0.
  • FIG. 12A shows a block diagram of an active-set optimization of one embodiment.
  • a constraint preconditioner is used 1210 , with the same block-sparsity structure as that of the KKT matrix 1211 , e.g., as illustrated in FIG. 7B , in combination with a projected preconditioned conjugate gradient (PPCG) method 1205 .
  • PPCG projected preconditioned conjugate gradient
  • a block-tridiagonal Cholesky factorization for the matrix A ⁇ tilde over (H) ⁇ ⁇ 1 A T 1212 can be computed and updated according to each active-set change 1215 .
  • some embodiments use a Hessian regularization procedure 1220 in combination with the constraint preconditioning matrix such that a Cholesky factorization for the Hessian approximation ⁇ tilde over (H) ⁇ >0 can be used to effectively apply this preconditioner within the iterative PPCG method.
  • the resulting PPCG implementation corresponds to a direct linear system solution such that no more than one iteration is carried out in theory.
  • multiple conjugate gradient iterations are often still necessary because of the use of a limited number of arithmetic bits on the computer-based controller 110 , because of an inexact application of the constraint preconditioner and/or ill-conditioning of the problem data for practical MPC formulations.
  • FIG. 12B shows a schematic of applying the constraint preconditioner according to one embodiment in order to perform the projection of a vector onto the null space of the equality constraints and active inequality constraints in the constraint Jacobian matrix 1225 , without the explicit computation of a basis for the null space.
  • some embodiments apply the constraint preconditioner directly by applying the inverse operators ⁇ tilde over (H) ⁇ ⁇ 1 and (A ⁇ tilde over (H) ⁇ ⁇ 1 A T 1227 .
  • the inverse operator ⁇ tilde over (H) ⁇ ⁇ 1 can be trivially computed.
  • some embodiments are based on a Cholesky factorization for the Hessian block matrices.
  • the inverse operator (A ⁇ tilde over (H) ⁇ ⁇ 1 A T ) ⁇ 1 can be effectively applied by computing a block-tridiagonal Cholesky factorization for the matrix A ⁇ tilde over (H) ⁇ ⁇ 1 A T 1126 with a block-tridiagonal sparsity structure 1127 , for which a rank-one factorization update 1215 can be used in each iteration of the active-set optimization algorithm.
  • the relatively high cost with complexity O(Nm 3 ) for carrying out a block-tridiagonal Cholesky factorization can be avoided in the online computations of the MPC controller by performing a hot-start procedure.
  • the Cholesky factorization is then reused from one control time step to the next, which is often referred to as a hot-starting of the active-set method.
  • the factorization needs to be updated based on the active-set changes from the control solution at the previous control time step to the initial feasible starting point of the active-set optimization algorithm during the next control time step.
  • FIG. 13 shows a schematic of a vehicle 1301 including a predictive controller 1302 employing principles of some embodiments of the invention.
  • the vehicle 1301 can be any type of wheeled vehicle, such as a passenger car, bus, or rover.
  • the vehicle 1301 can be an autonomous or semi-autonomous vehicle.
  • some embodiments control the motion of the vehicle 1301 .
  • Examples of the motion include lateral motion of the vehicle controlled by a steering system 1303 of the vehicle 1301 .
  • the steering system 1303 is controlled by the controller 1302 .
  • the steering system 1303 can be controlled by a driver of the vehicle 1301 .
  • the vehicle can also include an engine 1306 , which can be controlled by the controller 1302 or by other components of the vehicle 1301 .
  • the vehicle can also include one or more sensors 1304 to sense the surrounding environment. Examples of the sensors 1304 include distance range finders, radars, lidars, and cameras.
  • the vehicle 1301 can also include one or more sensors 1305 to sense its current motion quantities and internal status. Examples of the sensors 1305 include global positioning system (GPS), accelerometers, inertial measurement units, gyroscopes, shaft rotational sensors, torque sensors, deflection sensors, pressure sensor, and flow sensors.
  • GPS global positioning system
  • the sensors provide information to the controller 1302 .
  • the vehicle can be equipped with a transceiver 1306 enabling communication capabilities of the controller 1302 through wired or wireless communication channels.
  • FIG. 14 shows a schematic of interaction between the predictive controller 1302 and the controllers 1400 of the vehicle 1301 according to some embodiments.
  • the controllers 1400 of the vehicle 1301 are steering 1410 and brake/throttle controllers 1420 that control rotation and acceleration of the vehicle 1400 .
  • the predictive controller 1302 outputs control inputs to the controllers 1410 and 1420 to control the state of the vehicle.
  • the controllers 1400 can also include high-level controllers, e.g., a lane-keeping assist controller 1430 that further process the control inputs of the predictive controller 1302 .
  • the controllers 1400 maps use the outputs of the predictive controller 1302 to control at least one actuator of the vehicle, such as the steering wheel and/or the brakes of the vehicle, in order to control the motion of the vehicle.
  • the above-described embodiments of the present invention can be implemented in any of numerous ways.
  • the embodiments may be implemented using hardware, software or a combination thereof.
  • the software code can be executed on any suitable processor or collection of processors, whether provided in a single computer or distributed among multiple computers.
  • processors may be implemented as integrated circuits, with one or more processors in an integrated circuit component.
  • a processor may be implemented using circuitry in any suitable format.
  • the various methods or processes outlined herein may be coded as software that is executable on one or more processors that employ any one of a variety of operating systems or platforms. Additionally, such software may be written using any of a number of suitable programming languages and/or programming or scripting tools, and also may be compiled as executable machine language code or intermediate code that is executed on a framework or virtual machine. Typically, the functionality of the program modules may be combined or distributed as desired in various embodiments.
  • embodiments of the invention may be embodied as a method, of which an example has been provided.
  • the acts performed as part of the method may be ordered in any suitable way. Accordingly, embodiments may be constructed in which acts are performed in an order different than illustrated, which may include performing some acts concurrently, even though shown as sequential acts in illustrative embodiments.

Abstract

A predictive controller for controlling a system subject to constraints including equality and inequality constraints on state and control variables of the system, includes an estimator to estimate a current state of the system using measurements of outputs of the system and a controller to solve, at each control step, a matrix equation of necessary optimality conditions to produce a control solution and to control the system using the control solution to change a state of the system. The matrix equation includes a block-structured matrix having a constraint Jacobian matrix of the equality constraints of the system. The controller determines the control solution iteratively using two levels of iterations including a first level of iterations that selects active inequality constraints for each point of time within a control horizon, updates the constraint Jacobian matrix, with a low-rank update for a change in the set of active inequality constraints, to include the equality constraints and the active inequality constraints, and updates a preconditioning matrix, with a low-rank factorization update, in response to the low-rank update of the constraint Jacobian matrix. The second level of iterations solves the matrix equation with the updated constraint Jacobian matrix using the updated preconditioning matrix to produce the control solution.

Description

    TECHNICAL FIELD
  • The invention relates generally to predictive control, and more particularly to a method and apparatus for preconditioned predictive control of dynamical systems in the presence of inequality constraints.
  • BACKGROUND
  • A predictive controller, such as model predictive control (MPC), is used in many applications to control complex dynamical systems. Examples of such systems include production lines, vehicles, satellites, engines, robots, power generators and other numerically controlled machines.
  • Dynamic optimization based predictive control and estimation can significantly speed up the design process for the controller and estimator. In addition, dynamic optimization allows to directly take control or estimation objectives into account as well as the system dynamics and constraints or limitations related to the states and controls of the system. For real-time applications of predictive control or estimation, an optimal control problem needs to be solved under strict timing constraints, often on embedded hardware with limited computational resources.
  • Most embedded optimization methods that have successfully been applied to real-time optimal control rely on direct linear algebra routines, see, e.g., U.S. 2004/0107012. However, the computational complexity of those direct solution procedures is O(Nm3), when explicitly taking the block-structured sparsity of the optimization problem into account in a second order optimization method. This means that the computational cost scales linearly with the horizon length, N, but cubically with the number of states and controls of the system, i.e., m. The latter cubic complexity is undesirable for some real-time applications of optimal control and estimation. On the other hand, after eliminating the state variables from the optimization problem based on the discrete-time dynamics of the system, the use of a first order optimization method alternatively results in a computational complexity of O(N2m2). The computational cost scales quadratically with the number of states and controls of the system, i.e., in, but it scales also quadratically with the horizon length, N. The latter quadratic complexity is undesirable for some real-time applications of optimal control and estimation.
  • SUMMARY
  • Some embodiments are based on recognition that iterative methods to solve the dynamic optimization problem can result in a better asymptotic computational complexity when solving the saddle point linear systems arising in second order optimization. In addition, iterative solvers are suitable for hardware acceleration of the linear system solution, e.g., using an FPGA for fast embedded applications, due to their higher ratio of addition and multiplication operations. The use of an iterative method also allows to make a trade-off between computational time and numerical accuracy of the solution. However, iterative solvers tend to converge poorly without preconditioning and the preconditioner needs to be efficient to produce. Accordingly, there is a need for an iterative preconditioned solver suitable for real-time optimal control of dynamical systems.
  • To that end, it is an object of some embodiments to provide a system and a method for controlling a system by solving an inequality constrained dynamic optimization problem using an iterative preconditioned method. It is an object of some embodiments to provide an iterative preconditioned solver with computational cost that scales linearly with the number of intervals and quadratically with the number of state and control variables in the dynamic system. The scaling of the computational complexity and of the memory requirements, based on the dimensions of the control problem, is therefore O(Nm2), where N is the control horizon length and m is the number of states and controls. It is another object of one embodiment to provide a solver with a deterministic behavior in the number of iterations and corresponding computation time to solve the optimization problems.
  • It is another object of some embodiments to provide a solver suitable to be implemented on embedded hardware for real-time optimal control. It is another object of one embodiment to provide a solver suitable for embedded control applications that require a self-contained solver code without unnecessary library dependencies. It is another object of one embodiment to provide a solver having acceptable real-time numerical performance on embedded control hardware with limited computational resources.
  • Some embodiments are based on second order optimization that solves directly the Karush-Kuhn-Tucker (KKT) equations of the optimal control problem, which form the necessary conditions of optimality. More specifically, the second order optimization requires repeatedly solving a matrix equation Kz=b with the varying matrix K and the right-hand side vector b, for which an iterative solver can be used. For each time step of the control, the predictive controller generates, from the optimal solution to the inequality constrained optimization problem, a control action to control a system. Due to a particular block-sparsity structure in the matrix K when solving optimal control problems, a tailored structure-exploiting preconditioner for the iterative linear solver is needed in order to result in an optimal computational complexity. This is especially useful for real-time control applications with limited computational resources of the embedded control hardware.
  • Some embodiments are based on the realization that the convergence of the iterative solver can be improved with using a preconditioning matrix P that approximates the coefficient matrix K of the linear system. More specifically, the eigenvalues of the preconditioned matrix P−1K should be clustered more than those of the original matrix K in order to improve the convergence of the iterative solver. Some embodiments are based on the realization that iterative solvers cannot be used for most practical applications of optimal control without the use of a preconditioner. To that end, some embodiments are based on the realization that the matrix P can be formed to have a particular block sparsity structure, similar to the block structure in the sparse matrix K. The block-structured matrix P is much cheaper to form, update and to factorize than a dense matrix. To that end, a block-structured preconditioning matrix P is advantageous for the use of iterative solvers within optimal control algorithms.
  • Specifically, some embodiments are based on the understanding that the computational complexity of controlling the system is due to inequality constraints on the states and control inputs of the system. In contrast with equality constraints, the optimization algorithm needs to identify which of the inequality constraints are active at the optimal control solution, which is a combinatorial problem in general. Some embodiments are based on the realization that, for real-time optimal control applications, the optimal set of active constraints at the solution can be identified efficiently by using a tailored initialization based on the solution to the optimal control problem at the previous sampling instant.
  • Some embodiments are based on the recognition that the computational demand lies not only in constructing the preconditioning matrix P, but mostly in updating the matrix P within the second order optimization that either adds or removes a constraint from the current guess of the optimal active set. Such matrix updates take less resources than the initial computation and factorization of the preconditioning matrix. Armed with these understandings, some embodiments modify the iterative solution of the dynamic optimization problem to reduce the complexity of the solution when updating the current guess for the optimal active set, and therefore updating the matrix K and the preconditioning matrix P.
  • Some embodiments are based on the recognition that inequality constraints are active only when the states or controls of the controlled system approach the bounds of the inequality constraints at a particular point in the control horizon, and are inactive otherwise. At a different time step of the control and/or at different iterations of the optimization, different inequality constraints can be active or inactive. Some embodiments are based on the recognition that the inactive inequality constraints can be ignored, and the active inequality constraints can be replaced with equality constraints forming the dynamic optimization problem subject only to the equality constraints. By solving this equality constrained optimization problem instead, the original optimal control solution can be recovered when the current guess for the set of active constraints is optimal. In the case when the current active set is not optimal, the equality constrained solution provides a search direction to identify which constraints should be added and/or removed from the current guess in order to iteratively find the optimal active set and therefore the exact solution to the original inequality constrained optimization problem.
  • Replacement of the active inequality constraints with equality constraints results in an equality constrained optimization problem for which the KKT equations correspond to a saddle point linear system. The matrix K of this matrix equation is a block-structured KKT matrix referred herein as the KKT matrix. The KKT matrix includes a block-diagonal Hessian matrix and a block-structured Jacobian matrix. Some embodiments are based on the realization that a change to the current active set results in a low-rank update to the Jacobian matrix. More specifically, when adding or removing only one constraint in the active set, a rank-one update can be computed for the Jacobian in the matrix K and for the corresponding preconditioning matrix P. Such a low-rank update to the factorized preconditioner requires less computational resources than the computation of a new matrix factorization. In the specific case of the block sparsity structured matrices in optimal control problems, these low-rank factorization update techniques lead to an optimal computational complexity.
  • Usually, a solution of the KKT system with a preconditioner requires a new preconditioner for each iterative solution of the matrix equation. This is because the preconditioner is a function of the KKT matrix in the matrix equation and with a change of the KKT matrix, a new preconditioner should be used.
  • Some embodiments are based on the realization that when the KKT optimality equations are solved with an active set approach, only the constraint Jacobian matrix of the KKT matrix is changed for each iterative solution. Moreover, such an update of the constraint Jacobian matrix is of rank one.
  • Some embodiments are based on the realization that when only the constraint Jacobian matrix is updated with the low-rank update, despite the fact that the preconditioner is a function of the entire KKT matrix, the low-rank update of the constraint Jacobian matrix leads to a low-rank update of the entire preconditioner. In such a manner, the complexity of recomputing the preconditioner for each iterative solution of the matrix equation is reduced to a low-rank update of the previously determined preconditioner.
  • Some embodiments are based on the realization that because the constraint Jacobian matrix has a multi-stage block sparsity structure, then the preconditioner for solving the KKT system can have a block-tridiagonal sparsity structure. The preconditioner is a function of the constraint Jacobian matrix. Every time, when the constraint Jacobian matrix is updated, some embodiments update the preconditioner while preserving the block-tridiagonal sparsity structure.
  • Some embodiments are based on the recognition that the constraint Jacobian matrix is frequently updated due to the change in the active set of inequality constraints. Those updates are rank-one updates when only one constraint is added or removed from the active set. The rank-one update of the constraint Jacobian matrix leads to the rank-one update of the preconditioner. Such a low-rank update of the preconditioner can still be computationally expensive due to the matrix factorization of the preconditioner needed to solve the matrix equation.
  • However, due to its block-tridiagonal sparsity structure, matrix factorization of the preconditioner can be computed in a computationally efficient way, using a block-tridiagonal Cholesky factorization. Low-rank updates in combination with such an efficient matrix factorization result in a computationally optimal factorization update that can preserve the block-tridiagonal sparsity structure.
  • Some embodiments solve the matrix equation, within each iteration of the active-set based optimization algorithm, iteratively using a block-tridiagonal Cholesky factorization of a preconditioning matrix in order to efficiently apply the inverse of the preconditioner. In this embodiment, the preconditioning matrix has a block-tridiagonal structure, wherein each block is positive definite such that a block-structured Cholesky factorization can be used.
  • The embodiment updates the Jacobian matrix and the preconditioning matrix in response to a change in the set of active inequality constraints. In such a manner, the update of the Jacobian matrix and the preconditioning matrix is a low-rank factorization update. However, during the update procedure, one embodiment preserves the block sparsity structure of those matrices. In addition, also the back substitutions to apply the inverse of the preconditioner requires a computational cost of complexity O(Nm2), based on its block-structured Cholesky factors. In such a manner, the overall computational complexity of this iterative preconditioned solver within an active-set based optimization algorithm for real-time optimal control is O(Nm2). This makes the computational cost of the solver in this embodiment to scale linearly with the number of control intervals, N, and quadratically with the number of state and control variables in the system, m.
  • Some embodiments are based on the recognition that the iterative nature of the solver allows to warm-start the Jacobian matrix in the preconditioning matrix and/or the block-tridiagonal Cholesky factorization of the preconditioner, based on the values of those matrices determined during previous time steps in the closed-loop control scheme. Those embodiments can further reduce the computational resources that are required for initializing those matrices and factorizations. In addition, some embodiments are based on the realization that the early termination of the active-set based optimization algorithm results in a suboptimal control solution that satisfies all constraints and limitations of the controlled system. This leads to a deterministic computational delay for real-time control applications, where either an optimal or suboptimal control input can be applied to the system, while respecting all of the constraints.
  • Accordingly, one embodiment discloses a predictive controller for controlling a system subject to constraints including equality and inequality constraints on state and control variables of the system. The predictive controller includes an estimator to estimate a current state of the system using measurements of outputs of the system; and a controller to solve, at each control step, a matrix equation of necessary optimality conditions to produce a control solution and to control the system using the control solution to change a state of the system, wherein the matrix equation includes a block-structured matrix having a constraint Jacobian matrix of the equality constraints of the system, wherein the controller determines the control solution iteratively using two levels of iterations including a first level of iterations and a second level of iterations performed within an iteration of the first level of iterations, wherein the first level of iterations, performed until a first termination condition is met, selects active inequality constraints for each point of time within a control horizon, updates the constraint Jacobian matrix, with a low-rank update for a single change in the set of active inequality constraints, to include the equality constraints and the active inequality constraints, and updates a preconditioning matrix, with a low-rank factorization update, in response to the low-rank update of the constraint Jacobian matrix, wherein the second level of iterations, performed until a second termination condition is met, solves the matrix equation with the updated constraint Jacobian matrix using the updated preconditioning matrix to produce the control solution.
  • Another embodiment discloses a method for controlling a system subject to constraints including equality and inequality constraints on state and control variables of the system, wherein the method uses a processor coupled with stored instructions implementing the method, wherein the instructions, when executed by the processor carry out steps of the method, including estimating a current state of the system using measurements of outputs of the system; solving, at each control step, a matrix equation of necessary optimality conditions to produce a control solution; and controlling the system using the control solution to change a state of the system, wherein the matrix equation includes a block-structured matrix having a constraint Jacobian matrix of the equality constraints of the system, wherein the controller determines the control solution iteratively using two levels of iterations including a first level of iterations and a second level of iterations performed within an iteration of the first level of iterations, wherein the first level of iterations, performed until a first termination condition is met, selects active inequality constraints for each point of time within a control horizon, updates the constraint Jacobian matrix, with a low-rank update for a single change in the set of active inequality constraints, to include the equality constraints and the active inequality constraints, and updates a preconditioning matrix, with a low-rank factorization update, in response to the low-rank update of the constraint Jacobian matrix, wherein the second level of iterations, performed until a second termination condition is met, solves the matrix equation with the updated constraint Jacobian matrix using the updated factorization of the preconditioning matrix to produce the control solution.
  • Yet another embodiment discloses a non-transitory computer readable storage medium embodied thereon a program executable by a processor for performing a method, the method includes estimating a current state of the system using measurements of outputs of the system; solving, at each control step, a matrix equation of necessary optimality conditions to produce a control solution; and controlling the system using the control solution to change a state of the system, wherein the matrix equation includes a block-structured matrix having a constraint Jacobian matrix of the equality constraints of the system, wherein the controller determines the control solution iteratively using two levels of iterations including a first level of iterations and a second level of iterations performed within an iteration of the first level of iterations, wherein the first level of iterations, performed until a first termination condition is met, selects active inequality constraints for each point of time within a control horizon, updates the constraint Jacobian matrix, with a low-rank update for a single change in the set of active inequality constraints, to include the equality constraints and the active inequality constraints, and updates a preconditioning matrix, with a low-rank factorization update, in response to the low-rank update of the constraint Jacobian matrix, wherein the second level of iterations, performed until a second termination condition is met, solves the matrix equation with the updated constraint Jacobian matrix using the updated factorization of the preconditioning matrix to produce the control solution.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram of a controller and feedback system according to some embodiments;
  • FIG. 2 is a block diagram of a controller, implemented using CPU processors and memory, and feedback system according to some embodiments of the invention;
  • FIG. 3A is a block diagram of a model predictive control (MPC) method to implement the controller according to some embodiments;
  • FIG. 3B is a block diagram of an MPC method that solves an optimal control structured Quadratic Program (QP) according to some embodiments;
  • FIG. 3C shows a schematic of a double-layered controller according to some embodiments.
  • FIG. 4A is a block diagram of an active-set optimization implementing an MPC controller according to some embodiments;
  • FIG. 4B is a pseudo code of an active-set optimization to implement an MPC controller according to one embodiment;
  • FIG. 5A is a block diagram of an initialization procedure for an active-set based MPC controller according to some embodiments;
  • FIG. 5B is a block diagram of an initialization procedure with slack variables for an active-set based MPC controller according to some embodiments;
  • FIG. 6A is a block diagram of a preconditioned iterative solver within an active-set based MPC controller according to some embodiments;
  • FIG. 6B is a block diagram of the rank-one updates of the preconditioner within an active-set based MPC controller according to some embodiments;
  • FIG. 7A is a block diagram of the linear system of KKT optimality conditions that is solved after each active-set change in the MPC controller according to some embodiments;
  • FIG. 7B is a schematic of the block-structured coefficient matrix in the KKT linear system that is solved after each active-set change in the MPC controller according to some embodiments;
  • FIG. 8 is a block diagram of a preconditioned iterative solver that is used to solve the linear KKT system in each iteration of the active-set optimization according to some embodiments;
  • FIG. 9A is a block diagram that illustrates the application of a positive definite preconditioning matrix, within an iterative solver, using a Cholesky factorization according to some embodiments;
  • FIG. 9B is a block diagram that illustrates a block-structured positive definite preconditioner, based on a block-tridiagonal Cholesky factorization according to some embodiments.
  • FIG. 10A is a block diagram of an active-set optimization for MPC that uses an augmented Lagrangian type block-tridiagonal preconditioning matrix in combination with an iterative method to solve each linear KKT system according to some embodiments;
  • FIG. 10B is a schematic of the augmented Lagrangian type block-tridiagonal preconditioning matrix used within the active-set based MPC controller according to some embodiments;
  • FIG. 11A is a block diagram of an active-set optimization for MPC that uses a Schur complement type block-tridiagonal preconditioning matrix in combination with an iterative method to solve each linear KKT system according to some embodiments;
  • FIG. 11B is a schematic of the Schur complement type block-tridiagonal preconditioning matrix used within the active-set based MPC controller according to some embodiments;
  • FIG. 12A is a block diagram of an active-set optimization for MPC that uses a constraint preconditioner in combination with a projected preconditioned conjugate gradient method to solve each linear KKT system according to some embodiments;
  • FIG. 12B is a schematic of applying the constraint preconditioner within a projected preconditioned conjugate gradient method for MPC according to some embodiments;
  • FIG. 13 is a schematic of a vehicle including a controller employing principles of some embodiments; and
  • FIG. 14 is a schematic of interaction between the controller employing principles of some embodiments and controllers of the vehicle 1301 according to some embodiments.
  • DETAILED DESCRIPTION
  • Some embodiments of the invention provide a system and a method for controlling an operation of a system or a system using a predictive controller. AN example of the predictive controller is a model predictive control (MPC) determining control inputs based on a model of the controlled system.
  • FIG. 1 shows an example system 120 connected to a predictive controller 110 via a state estimator 130. In some implementations, the predictive controller is an MPC controller programmed according to a dynamical model 102 of the system. The model can be a set of equations representing changes of the state and output 103 of the system 120 over time as functions of current and previous inputs 111 and previous outputs 103. The model can include constraints 104 that represent physical and operational limitations of the system. During the operation, the controller receives a command 101 indicating the desired behavior of the system. The command can be, for example, a motion command. In response to receiving the command 101, the controller generates a control signal 111 that serves as an input for the system. In response to the input, the system updates the output 103 of the system. Based on measurements of the output of the system 103, the estimator updates the estimated state of the system 121. This estimated state of the system 121 provides the state feedback to the controller 110.
  • The system 120, as referred herein, can be any machine or device controlled by certain manipulation input signals 111 (inputs), possibly associated to physical quantities such as voltages, pressures, forces, torques, and to return some controlled output signals 103 (outputs), possibly associated to physical quantities such as currents, flows, velocities, positions indicative of a transition of a state of the system from a previous state to the current state. The output values are related in part to previous output values of the system, and in part to previous and current input values. The dependency on previous inputs and previous outputs is encoded in the state of the system. The operation of the system, e.g., a motion of components of the system, can include a sequence of output values generated by the system following the application of certain input values.
  • A model of the system 102 can include a set of mathematical equations that describe how the system outputs change over time as functions of current and previous inputs, and the previous outputs. The state of the system is any set of information, in general time varying, for instance an appropriate subset of current and previous inputs and outputs, that, together with the model of the system and future inputs, can uniquely define the future motion of the system.
  • The system can be subject to physical limitations and specification constraints 104 limiting the range where the outputs, the inputs, and also possibly the states of the system are allowed to operate.
  • The controller 110 can be implemented in hardware or as a software program executed in a processor, e.g., a microprocessor, which at fixed or variable control period sampling intervals receives the estimated state of the system 121 and the desired motion command 101 and determines, using this information, the inputs, e.g., the control signal 111, for operating the system.
  • The estimator 130 can be implemented in hardware or as a software program executed in a processor, either the same or a different processor from the controller 110, which at fixed or variable control period sampling intervals receives the outputs of the system 103 and determines, using the new and the previous output measurements, the estimated state 121 of the system 120.
  • FIG. 2 shows a block diagram of the controller 110, according to some embodiments of the invention, which actuates the system such that the estimated state 121 of the system and output 103 follow a command 101. The controller 110 includes a computer, e.g., in the form of a single central processing unit (CPU) or multiple CPU processors 201 connected to memory 202 for storing the model 102 and the constraints 104 on the operation of the system.
  • FIG. 3A shows a block diagram of a system and a method for model predictive control (MPC) to implement the controller 110 that computes the control signal 111, given the current state of the system 121 and the control command 101 according to some embodiments. Specifically, MPC computes a control solution, e.g., a solution vector 355, that contains a sequence of future optimal control inputs over a prediction time horizon of the system 360, by solving an inequality constrained optimization problem 350 at each control time step. The data 345 of the objective function, equality and inequality constraints in this optimization problem 350 depends on the dynamical model, the system constraints 340, the current state of the system 121 and the control command 101.
  • In some embodiments, the solution of this inequality constrained optimization problem 350 uses the state and control values over the prediction time horizon from the previous control time step 310, which can be read from the memory. This concept is called warm- or hot-starting of the optimization algorithm and it can considerably reduce the required computational effort of the MPC controller in some embodiments. In a similar fashion, the corresponding solution vector 355 can be used to update and store a sequence of optimal state and control values for the next control time step 360.
  • FIG. 3B shows a block diagram of an MPC controller that solves an optimal control structured optimization problem 350 in order to compute the signal 111 at each control time step, given the current state of the system 121 and the command 101. Some embodiments are based on a linear dynamical model of the system 353 with linear equality 352 and inequality constraints 354 and a linear-quadratic objective function 351, such that a constrained quadratic program (QP) 350 needs to be solved at each control time step. Specifically, the QP data 345 then include the Hessian and constraint Jacobian matrices 346 and the corresponding gradient and constraint evaluation vectors 347.
  • In some embodiments, e.g., based on a linear time-invariant (LTI) dynamical model and time-invariant constraints of the system, only the QP vectors 347 can change from one control time step to the next and the QP matrices 346 are constant instead. In this linear time-invariant case, some embodiments can use hot-starting of the optimization algorithm, based on the reuse of matrix factorizations that are related to the constant QP matrices in order to reduce the required computational effort of the MPC method at each control time step. In other embodiments, given a time-varying description of the dynamical model and/or constraints and limitations of the system, both the QP vectors 347 and the QP matrices 346 can change from one control time step to the next.
  • Some embodiments are based on recognition that The second order optimization algorithm requires repeatedly solving a matrix equation Kz=b with the varying matrix K and the right-hand side vector b. However, iterative solvers tend to converge poorly without preconditioning. To that end, there is a design an efficient preconditioning matrix P to solve P−1Kz=−1b with computational cost O(Nm2) per iteration.
  • In general, computing a preconditioning matrix P can be a computationally demanding task. However, some embodiments are based on realization, that under some circumstances, the preconditioning matrix P can be replaced with a number of matrix updates. Moreover, using some sparse structure of the matrices, those multiple updates are of low rank, which leads to the desired computational cost of O(Nm2).
  • Specifically, it is realized that the system control is subject to equality and inequality constraints on the states and control inputs of the system, while the computational complexity is mostly due to inequality constraints. At different times, different inequality constraints can be active (potentially violated) or inactive. The inactive inequality constraints can be ignored, while the active inequality constraints can be replaced with equality constraints forming an optimization problem subject only to equality constraints.
  • Replacement of the active inequality constraints with equality constraints, results in an update of the matrix K and preconditioning matrix P for each active-set change. Thus, the computational demand lies not only in constructing the preconditioner P, but mostly in updating the matrix P in response to adding or removing a constraint from the current active set. In addition, replacement of the active inequality constraints with equality constraints, results in a KKT matrix K that includes a block-diagonal Hessian and a block-sparse Jacobian matrix. The matrix P can also be formed to have a particular block sparsity structure that is computationally cheaper to form, update, and to factorize than a dense matrix.
  • In such a manner, it is realized that a change to the current active set results in a low-rank update to the block-sparse Jacobian matrix. In this context, an update to a matrix is considered to be of low rank when the rank of the difference between the original and the updated matrix is small, relatively to the dimensions of the matrix. As a special case, it is realized that adding or removing only one constraint to or from the current active set, results in a rank-one update to the block-sparse Jacobian matrix. In the case that exactly two constraints are either added or removed to or from the current active set, this results in a rank-two update to the block-sparse Jacobian matrix. Despite the fact that the preconditioner is a function of the entire KKT matrix K, the low-rank update of the constraint Jacobian matrix leads to a low-rank update of the entire preconditioner.
  • To that end, some embodiments use active-set optimization with preconditioned iterative solver while preserving the sparsity structure of the preconditioning matrix P, e.g., a block-tridiagonal structure.
  • FIG. 3C shows a schematic of a double-layered controller 370 according to some embodiments. The double-layered controller 370 includes a processor to implement the principles of the predictive controller 110 with computational cost of O(Nm2). The double-layered controller 370 is configured to solve, at each control step, a matrix equation of necessary optimality conditions to produce a control solution 380 and to control the system using the control solution to change a state of the system. The matrix equation includes a block-structured matrix having a constraint Jacobian matrix of the equality constraints of the system. The processor determines the control solution iteratively using two levels of iterations including a first level of iterations 375 and a second level of iterations 377 performed within an iteration of the first level of iterations.
  • The first level of iterations 375 is performed until a first termination condition is met, e.g., a converging criteria and/or a number of iterations is reached. The purpose of the first level of iterations is to update constraint Jacobian matrix and preconditioning matrix. For example, an iteration of the first level selects 385 active inequality constraints for each point of time within a control horizon, updates 386 the constraint Jacobian matrix, with a rank-one update for a single change in the set of active inequality constraints, to include the equality constraints and the active inequality constraints, and updates 387 a preconditioning matrix, with a rank-one factorization update, in response to the rank-one update of the constraint Jacobian matrix. In the case of multiple changes to the set of active inequality constraints, the low-rank update to the constraint Jacobian matrix 386 leads to a low-rank factorization update to the preconditioning matrix 387.
  • The second level of iterations solves 377 the matrix equation with the updated constraint Jacobian matrix using the updated factorization of the preconditioning matrix to produce the control solution 380. The solution is found iteratively until a second termination condition is met, such as an optimality of the solution criteria and/or a number of iterations. If the control solution 380 is found to be optimal, the solution is used to control the system. Otherwise, the first and the second levels of iterations are repeated.
  • FIG. 4A shows a block diagram and FIG. 4B shows a pseudo code of an active-set based optimization method to compute the optimal control solution 355 at each control time step of the MPC controller 110 according to some embodiments. Some embodiments are based on a primal feasible active-set method, where a primal feasible initial starting point 401 is used to form a guess for the optimal control solution 355 and a guess for the active set of inequality constraints at the optimal control solution. Some embodiments compute the primal feasible initial starting point 401 using the state and control values from the previous control time step 310 and using the QP matrices and vectors 345. This solution guess and the active set of inequality constraints is updated iteratively while the active-set strategy ensures that the control solution guess, consisting of a sequence of state and control values over the prediction time horizon, remains primal feasible from one iteration of the active-set method to the next iteration.
  • In each iteration of an active-set method, the method solves the equality constrained QP that corresponds to the current guess of active inequality constraints 405. The required computational effort for the solution of an equality constrained QP is cheaper than the original solution of the inequality constrained QP 350. In case the resulting new control solution guess is both optimal and feasible 406, then the optimal solution 355 to the original inequality constrained QP 350 is found. If this is not the case, but one of the Lagrange multipliers corresponding to the set of active inequality constraints is negative 407, then the corresponding inequality constraint(s) can be removed from the current guess of the active set 410. Finally, if the new solution guess is not optimal and feasible but all Lagrange multipliers corresponding to the active inequality constraints are positive, then a blocking inequality constraint can be identified in order to compute a new primal feasible solution guess 415. This blocking inequality constraint(s) can then be added 420 to the current guess of the active set of inequality constraints and the optimal control solution guess can be updated accordingly 422.
  • In some embodiments, the iterations of the active-set method continue until a termination condition is met, e.g., an optimal and feasible control solution is found 355 or the maximum number of iterations is reached 402. Note that the search direction (Δy, Δλ), that is obtained as the solution of the equality constrained QP in each active-set iteration 405, results in a family of candidate vectors y+αΔy that are primal feasible with respect to the equality constraints and the inequality constraints that are contained in the active set, regardless of the value for α. Therefore, some embodiments identify the most blocking constraint as the inequality constraint for which the step length α>0 is the largest, such that the blocking inequality constraint is satisfied exactly as an equality constraint 421 and all other inequality constraints are satisfied too.
  • In case that at least one of the Lagrange multipliers corresponding to the active inequality constraints is negative 407, then some embodiments remove the inequality constraint that corresponds to the most negative Lagrange multiplier from the current active set 410. However, some embodiments can alternatively decide to remove a different constraint, corresponding to a negative Lagrange multiplier, from the active set or some embodiments can decide to remove multiple constraints from the active set at once 410. Similarly, some embodiments can add multiple inequality constraints at once to the active set 420 in one iteration. And some embodiments reverse the order between deciding to remove 410 or add 420 (a) constraint(s) from/to the active set, i.e., such embodiments first try to identify the block inequality constraint 415 before checking for negative Lagrange multipliers corresponding to the active inequality constraints 407.
  • FIG. 5A shows a block diagram of a procedure to compute the primal feasible initial starting point 401 for an active-set based MPC controller. Some embodiments read the state and control values over the prediction horizon for the previous control time step from the memory 310 and use these values directly to compute the initial starting point 401. In some other embodiments, the previous state and control values are read from the memory and the control inputs are shifted by one step in time 501 in order to form a better guess for the optimal control solution at the next control time step. Given this shifted control solution guess, the corresponding state values can be obtained based on the current state estimate 121 and the discrete-time system dynamics 505. The resulting combination of state and control values then forms a primal feasible starting point 401 for the active-set optimization algorithm.
  • In some embodiments, the presence of state-dependent inequality constraints can prevent the initialization procedure from FIG. 5A to result in a primal feasible initial starting point. Instead, some embodiments are based on a slack variable reformulation in order to formulate a new QP where the state-dependent inequality constraints are replaced by soft constraints. Some embodiments are based on an L1 penalization of these slack variables such that the reformulated QP is equivalent, i.e., the optimal control solution for the new QP is also the unique optimal control solution to the original inequality constrained QP in case that the original optimization problem is feasible. Other embodiments can be based on an L2 penalization, i.e., least squares cost for these slack variables. In order to preserve the optimal control sparsity structure of the optimization problem 350 in FIG. 3B, at least one slack variable needs to be introduced to reformulate the inequality constraints for each time interval independently. This slack variable(s) can be considered as additional, artificial control input(s) to the system.
  • FIG. 5B shows a block diagram of a procedure to compute the primal feasible initial starting point 401 for an active-set based MPC controller, including slack variables to reformulate the state-dependent inequality constraints into soft constraints to ensure primal feasibility according to some embodiments. Some embodiments therefore compute a starting point 401 by reading the previous values from the memory 310, shifting the control inputs by one time step 501 and simulating the system dynamics to compute the state values 505, given the current state of the system 121. Given the resulting states and control inputs, the values for the slack variables can be computed such that all soft inequality constraints are satisfied 510. In some embodiments, the slack variable for each time interval can be set to the smallest (positive) value in order to satisfy all soft constraints in that particular time interval. In some other embodiments, based on the initial guess for the state and control values, a Phase I procedure step is used to compute an updated set of state and control values that satisfy all the (soft) inequality constraints of the QP within each time interval of the prediction horizon.
  • FIG. 6A shows a block diagram of an active-set optimization algorithm based on a preconditioned iterative solver to compute a solution to the equality constrained QP in each of the active-set iterations during one time step of the MPC controller, according to some embodiments of the invention. Given the current guess for the active set of inequality constraints, an equality constrained QP needs to be solved 405 in order to compute a new search direction (Δy, Δλ). The necessary conditions for optimality, i.e., the Karush-Kuhn-Tucker (KKT) conditions for an equality constrained QP correspond to a saddle point linear system that needs to be solved in each iteration 601. In embodiments of the invention, this saddle point linear KKT system is solved efficiently using a preconditioned iterative solver 605. The resulting new control solution guess is either feasible and optimal 406 such that the optimal control solution is found 355, or an update is needed to the current working set of active inequality constraints 610.
  • As shown in FIG. 4A and FIG. 4B, each update of the active set corresponds to constraints being either added 420 or removed 410 to/from the current active set, depending on whether there are negative Lagrange multiplier values 407 or there are blocking inequality constraints 415. Some embodiments are based on the realization that these updates to the current working set of active inequality constraints 610 lead to low-rank updates to the coefficient matrix in the linear KKT system that needs to be solved in each iteration of the active-set method 601. When using a preconditioned iterative solver to compute the solution to each saddle point linear KKT system 605, these updates to the current working set 610 lead to corresponding updates of the preconditioning matrix 615.
  • FIG. 6B shows a block diagram of an active-set optimization algorithm, based on a preconditioned iterative solver, where each active-set change corresponds to exactly one or multiple inequality constraint(s) being either added 420 or removed 410 to/from the current active set. This update to the current active set 611 results in a low-rank update to the preconditioning matrix that depends directly on the constraint that has been added or removed 616. In some embodiments, a low-rank update to a matrix factorization is computed in order to efficiently apply the inverse of the preconditioner within the iterative solver. More specifically, in the case that only one constraint is either added or removed in the update to the current active set 611, this results in a rank-one update to the preconditioning matrix and its factorization 616.
  • For a dense n×n matrix, a matrix factorization generally has a computational complexity of O(n3), while a rank-one update to a precomputed matrix factorization corresponds to a computational complexity of only O(n2). In the case of a low-rank factorization update, the computational complexity is also O(n2), as long as the rank is small compared to the dimension n of the n×n matrix. A low-rank factorization update can be carried out either directly or in the form of a sequence of rank-one factorization updates. In general, low-rank updates to matrix factorizations are therefore of a lower order computational complexity than the computation of a new matrix factorization after each update of the active set.
  • FIG. 7A shows a block diagram with a detailed description of the equality constrained QP (EQP) formulation 700 that locally approximates the original inequality constrained QP 350, given the current active set of inequality constraints. Note that the objective function 701 in the EQP is equivalent to the original linear-quadratic objective function 351. Similarly, the linear equality constraints in the EQP 702 and 703 are equivalent to the corresponding constraints in the original QP formulation 352 and 353. The major difference is that the original inequality constraints in the QP formulation 354 have been replaced by a set of active inequality constraints 704, based on the current guess for the active set at the optimal control solution. As mentioned earlier, the solution of the EQP problem 700 requires the solution of a saddle point linear system that describes the necessary KKT conditions of optimality 705.
  • Some embodiments are based on the realization that the linear system 707, that needs to be solved, has the particular saddle point KKT structure 706. More specifically, the matrix H in the (1,1)-block corresponds to the block-diagonal Hessian in the KKT matrix 708. Some embodiments rely on the property that each of the Hessian block matrices individually is positive (semi-)definite 708. In addition, the matrix A in the (2,1)-block, and its transpose AT in the (1,2)-block of the KKT matrix 706, defines the block-structured constraint Jacobian matrix in the saddle point linear KKT system. Some embodiments rely on the property that the constraint Jacobian is a matrix of full rank, i.e., each of the rows in the matrix A need to be linearly independent. Embodiments of this invention that are based on a primal feasible active-set method, as described in FIG. 4, automatically maintain the active set of inequality constraints in such a manner that the Jacobian matrix is of full rank in each iteration of the active-set method. In other embodiments, a maximal linearly independent subset of the active set needs to be computed in order to result in a corresponding Jacobian matrix of full rank.
  • FIG. 7B shows a schematic of a sparsity structure for the KKT matrix 706 in the saddle point linear system that needs to be solved after each active-set change by some embodiments. In some embodiments, the block-diagonal Hessian matrix simplifies into a diagonal Hessian matrix 708 when each of the Hessian block matrices is diagonal, which can typically reduce the required computational effort to solve the corresponding saddle point linear KKT system. In addition, the constraint Jacobian matrix 709 and its transpose 711 in the KKT matrix show a typical optimal control block-sparsity structure that is exploited in the efficient solution of each saddle point linear KKT system, according to embodiments of this invention.
  • FIG. 8 shows an example of a preconditioned iterative method for solving the matrix equation, i.e., the saddle point linear system Kz=b, in each iteration of the active-set based MPC method. The exact coefficient matrix K 801 is defined as the KKT matrix 706 with the optimal control structured block-sparsity as illustrated in FIG. 7B. The main computational effort consists of applying the coefficient matrix K 805 and applying the inverse of the preconditioner P −1 825, in order to iteratively 845 update an approximation to the solution of the linear system Kz=b 840 until the solution z* is found 835.
  • Each iteration of the solver requires at least one matrix-vector multiplication with the exact coefficient matrix K 805, which can be executed efficiently by exploiting the optimal control structured block-sparsity as shown in FIG. 7. Given this block-sparse structure of the Hessian 708 and Jacobian matrix 709 in FIG. 7B, the resulting computational complexity for these matrix-vector multiplications is therefore O(Nm2), where N is the control horizon length and in is the number of state and control variables. Some embodiments rely on a diagonal Hessian matrix which further reduces the corresponding computational cost. The sparsity of the Jacobian matrix for the active inequality constraints within the block matrices, e.g., in case of simple bounds that are active for some of the state or control variables in a certain time interval, can additionally be exploited in order to reduce the practical computational cost of applying the coefficient matrix K 805.
  • The overall computational cost for solving each saddle point linear system is proportional to the number of iterations. A stopping criterion 830 checks if the current approximation z satisfies a given tolerance or whether the maximum number of iterative steps k=kmax is reached. If this stopping criterion is satisfied, then the solution z* is found 835, otherwise the approximation z is updated 840 and the iterations continue 845. Some examples of the iterative method are the preconditioned generalized minimal residual (PGMRES) method, the preconditioned minimal residual (PMINRES) and a projected preconditioned conjugate gradient method (PPCG).
  • In some embodiments, an initial approximate solution z 0 810 is used to start the iterative procedure for the solution of the saddle point linear system. This approximate solution guess can be based on the solution to the previous saddle point linear system 605, given the active-set change from one iteration of the active-set method to the next 601. Alternatively, some embodiments compute the change of the primal and dual variables in the saddle point linear system 706, such that a reasonable solution guess consists of zero values instead.
  • Some embodiments determine or update 820 at least a part of a preconditioning matrix using either the exact coefficient matrix K 801 or an approximate coefficient matrix 815. The preconditioner can first be generated and then applied, e.g., in every step of the main iterative cycle 825. In some embodiments, the preconditioner is related to a preconditioning function that is generated 820 outside of the main iterative cycle, wherein the preconditioning function can be applied to a vector in order to return the product between the matrix inverse of the preconditioner P−1 and that specific vector 825. For example, in some embodiments of the iterative method, the preconditioning function acts on the residual b−Kz in order to compute P−1(b−Kz). Application of the preconditioner accelerates the convergence of the iterative method without significantly increasing the computational costs per iteration, thus, leading to an overall improved performance of the MPC controller.
  • In some embodiments of this invention, a block-structured preconditioner is used such that its matrix factorization can be efficiently determined, updated 820 and applied 825. The block-structured matrix factorization therefore requires a computational cost of complexity O(Nm3), where N is the control horizon length and in is the number of state and control variables. In some embodiments, the computation of this matrix factorization, which is needed for the solution of each saddle point linear system, is however avoided by instead updating the matrix factorization for the preconditioner from one iteration of the active-set method to the next iteration 615. In case only one constraint is either added or removed to/from the active set in each iteration, such an update corresponds to a rank-one factorization update of complexity O(Nm2) that preserves the block-structured sparsity of the preconditioning matrix. Similarly, applying the inverse of the preconditioner P−1 to a vector, given this block-sparse matrix factorization, requires a computational cost of complexity O(Nm2).
  • If an approximate inverse of an approximate coefficient matrix is used for the matrix form of the preconditioner, i.e., P−1≈K−1, the number of iterations in the preconditioned iterative method is radically reduced. In an exact case, where the preconditioner 820 at a given time step coincides with the inverse of the exact coefficient matrix 801, i.e., P−1=K−1, the number of iterations in the preconditioned method is reduced to one. However, the exact case can be computationally expensive, thus, some embodiments are based on a recognition that, for the purpose of the preconditioning setup or update 820 and application 825, an approximate coefficient matrix 815 can be easier and faster to factorize, compared to their exact counterparts, while still leading to high-quality preconditioning. Similarly, determining, updating or applying the preconditioner 820 does not require full accuracy and can be done using a reduced number of arithmetic bits on the computer-based controller 110. Another embodiment can determine and/or apply the factorization of the preconditioner in the low precision arithmetic from the already computed approximate coefficient matrix.
  • FIG. 9A shows a block diagram of how to apply a preconditioner, based on a Cholesky matrix factorization (or decomposition) of the preconditioner matrix 900 used by one embodiment. The preconditioner setup 905 determines the matrix factorization P=L LT, where the preconditioning matrix P is positive definite and the matrix L is lower-triangular. This decomposition P=L LT can be computed based on a new matrix factorization at the cost of
  • n 3 3
  • floating point operations (FLOPS) in case P is a n×n matrix, i.e., the computational complexity is O(n3). Instead, given a low-rank update to the preconditioning matrix 616, (a) rank-one update(s) of the Cholesky factorization of the matrix can be carried out with a computational complexity of O(n2) instead. The application of the preconditioner function 910 includes the following steps. First, the matrix equation L {tilde over (z)}=b is solved by forward substitution 915, using the fact that the matrix L is lower-triangular. Then, the matrix equation LTz=2 is solved by back substitution 920, using the fact that the matrix LT is upper-triangular. Both the forward and backward substitution, using the Cholesky factors L and LT, can be carried out with a computational complexity of O(n2). Finally, the result of applying the preconditioner is determined 925 as P−1b=(L LT)−1b=z.
  • FIG. 9B shows a block diagram of how to apply a block-structured positive definite preconditioner 930, based on a block-tridiagonal Cholesky factorization (or decomposition) of the preconditioner matrix 935 used by one embodiment. The preconditioner setup 935 determines the matrix factorization P=L LT, where the preconditioning matrix P is positive definite and block-tridiagonal and the matrix L is both lower-triangular and lower block-bidiagonal. This decomposition can be computed based on a new block-tridiagonal matrix factorization at a computational complexity of O(Nm3), where N is the number of blocks and m denotes the dimensions of each block matrix. Instead, given a low-rank update to the preconditioning matrix 616, (a) rank-one update(s) of the block-tridiagonal Cholesky factorization of the matrix can be carried out with a computational complexity of O(Nm2) instead. The application of the preconditioner function 940 includes the following steps. First, the matrix equation L{tilde over (z)}=b is solved by block-bidiagonal forward substitution 945, using the fact that the matrix L is both lower-triangular and lower block-bidiagonal. Then, the matrix equation LTz={tilde over (z)} is solved by block-bidiagonal back substitution 950, using the fact that the matrix LT is both upper-triangular and upper block-bidiagonal. Both the block-bidiagonal forward and backward substitution, using the Cholesky factors L and LT, can be carried out with a computational complexity of O(Nm2). Finally, the result of applying the preconditioner is determined 925 as P−1b=(L LT)−1b=z.
  • A Cholesky factorization P=L LT for an x n matrix can be recovered in O(n2) computations after a rank-one modification {tilde over (P)}=P+avvT. This is referred to as an update if α>0 and as a downdate if α<0. In case of a block-tridiagonal Cholesky factorization, the particular block-sparsity structure of the Cholesky factors can be preserved as long as the matrix remains block-tridiagonal after the rank-one modification {tilde over (P)}=P+avvT. As mentioned earlier, the computational complexity is O(Nm3) for the block-tridiagonal Cholesky factorization and O(Nm2) for the rank-one update based on a rank-one modification of the block-tridiagonal matrix. Note that also the insertion or deletion of a row-column pair in the symmetric matrix P corresponds to a particular type of a rank-one modification and the Cholesky factorization can be updated at the same computational complexity of O(Nm2). Some embodiments are based on a backward or reverse variant of the block-tridiagonal Cholesky factorization, which has particular advantages when performing the rank-one factorization updates in the context of an MPC controller, given the fact that most of the active-set changes occur during the time intervals earlier in the control prediction horizon.
  • FIG. 10A shows a block diagram of an active-set optimization, in order to implement the MPC controller 110, where an augmented Lagrangian type block-tridiagonal preconditioning matrix 1010 is used in combination with either the preconditioned generalized minimal residual (PGMRES) method or the preconditioned minimal residual (PMINRES) method 1005 according to some embodiments. Given the particular optimal control type block-tridiagonal sparsity structure of the preconditioning matrix 1011, a block-tridiagonal Cholesky factorization can be used 1015 to efficiently apply this preconditioner as described in FIG. 9B. Some embodiments are based on a positive definite weighting matrix Γ>0, such that the preconditioner Pαis also positive definite and a unique Cholesky factorization exists.
  • FIG. 10B shows a schematic of the block-structured symmetric preconditioning matrix P α 1011, including the block matrix H+ATΓ1020 with a block-tridiagonal sparsity structure 1022 and the inverse weighting matrix Γ −1 1021 according to some embodiments. Some embodiments of the invention are based on the simple choice of a diagonal weighting matrix Γ=γI, where I denotes the identity matrix and γ>0 is a positive value. Under some mild conditions, it can be shown that the preconditioner Pa is positive definite for any value of γ>0 and a unique Cholesky factorization exists. In addition, the eigenvalues of the preconditioned matrix Pα −1K become more clustered around ±1 as the value of γ>0 increases such that, in general, the preconditioned iterative method will converge faster by increasing the value of γ. For a sufficiently large value of γ, the PMINRES method can therefore converge within (close to) two iterations. However, choosing γ too large may result in ill-conditioning of the preconditioning matrix Pa such that this parameter should be carefully designed, for example, depending on the available number of arithmetic bits in the computer-based controller 110.
  • Given an update to the active set, where either an inequality constraint is added or removed 611, a rank-one update is computed for the Cholesky factorization of the preconditioning matrix while preserving the block-tridiagonal sparsity structure. More specifically, for the augmented Lagrangian type preconditioner 1011, adding or removing a constraint results in adding or removing a corresponding row and column of the symmetric weighting matrix Γ=γI since its dimensions correspond to the total number of equality constraints and active inequality constraints. In addition, adding or removing a constraint from the active set, corresponds to adding or removing a row in the constraint Jacobian A of the KKT matrix 706, which results in a rank-one update or downdate for the block-tridiagonal Cholesky factorization of the matrix H+ATΓA.
  • For the specific embodiment in which Γ=γI, the inverse
  • Γ - 1 = 1 γ I
  • is known such that the block-tridiagonal Cholesky factorization only needs to be computed and updated for the block matrix H+ATΓA 1022. The computational cost for computing or updating this factorization is, respectively, O(Nm3) or O(Nm2) where N is the control horizon length and in is the number of states and controls.
  • FIG. 11A shows a block diagram of an active-set optimization algorithm, in order to implement the MPC controller 110, where a Schur complement type block-tridiagonal preconditioning matrix 1110 is used in combination with either the PGMRES method or the PMINRES method 1005 according to one embodiment. Given the particular optimal control type block-tridiagonal sparsity structure of the preconditioning matrix 1111, a block-tridiagonal Cholesky factorization can be used 1115 to efficiently apply this preconditioner as described in FIG. 9B. Some embodiments are based on a Hessian regularization procedure 1120 in order to result in a positive definite Hessian approximation {tilde over (H)}>0, such that the preconditioner Ps is also positive definite and a unique Cholesky factorization exists.
  • FIG. 11B shows a schematic of the block-structured symmetric preconditioning matrix P s 1111, consisting of the block-diagonal Hessian approximation {tilde over (H)}>0 1125 and the block matrix A{tilde over (H)}−1 AT 1126 with a block-tridiagonal sparsity structure 1127 according to some embodiments. In some embodiments of the invention, the Hessian approximation and therefore also the matrix A{tilde over (H)}−1 AT are both positive definite such that a unique Cholesky factorization exists for the Schur complement type preconditioner. In addition, the eigenvalues of the preconditioned matrix Ps −1K become more clustered as the Hessian approximation becomes closer to the exact block-diagonal Hessian matrix {tilde over (H)}≈H such that, in general, the preconditioned iterative method will converge faster. For a sufficiently close approximation H≈{tilde over (H)}>0, the PMINRES method can converge within (close to) three iterations. However, choosing {tilde over (H)}≈H to be close to semi-definite may result in ill-conditioning of the preconditioning matrix Ps such that the parameters in the Hessian regularization procedure should be carefully designed, for example, depending on the available number of arithmetic bits in the computer-based controller 110.
  • In some embodiments, the Hessian matrix for the MPC problem formulation is a diagonal matrix 1125, such that the Hessian regularization H≈{tilde over (H)}>0 can be done efficiently, e.g., by approximating each of the diagonal elements such that they are individually larger than some positive value ϵ>0. In general, the Hessian approximation {tilde over (H)}≈H becomes closer for smaller values of ϵ>0 such that the iterative solver converges faster, but ϵ should be chosen sufficiently large in order to avoid ill-conditioning of the preconditioning matrix Ps. In other embodiments, where the Hessian matrix for the MPC problem formulation is a general block-diagonal matrix with dense Hessian blocks, then the Hessian regularization can, for example, be performed heuristically or based on a factorization of the block matrices. Alternatively, a Riccati-based recursion can be performed to make the Hessian matrix positive definite in the range space of the system dynamics and/or of the active inequality constraints. However, such techniques generally require a computational complexity of O(Nm3), which is the same complexity as that of the block-tridiagonal Cholesky factorization itself.
  • Given an update to the active set, where either an inequality constraint is added or removed 611, a rank-one update is computed for the Cholesky factorization of the preconditioning matrix while preserving the block-tridiagonal sparsity structure. More specifically, for the Schur complement type preconditioner 1111, adding or removing a constraint does not affect the Hessian matrix or its approximation {tilde over (H)}≈H. However, adding or removing a constraint from the active set, corresponds to adding or removing a row in the constraint Jacobian A of the KKT matrix 706, which results in adding or removing a row-column pair in the block matrix A{tilde over (H)}−1 AT 1126 with a block-tridiagonal sparsity structure 1127. This insertion or deletion then results in a rank-one update or downdate for the block-tridiagonal Cholesky factorization of the matrix A{tilde over (H)}−1AT. Note that this update to the matrix A{tilde over (H)}−1 AT can be computed easily for a diagonal Hessian matrix {tilde over (H)}≈H but, even for a general block-diagonal Hessian matrix, this update can be computed effectively, e.g., based on a Cholesky factorization for the block matrices in the positive definite Hessian approximation H≈{tilde over (H)}>0.
  • FIG. 12A shows a block diagram of an active-set optimization of one embodiment. In this embodiment, in order to implement the MPC controller 110, a constraint preconditioner is used 1210, with the same block-sparsity structure as that of the KKT matrix 1211, e.g., as illustrated in FIG. 7B, in combination with a projected preconditioned conjugate gradient (PPCG) method 1205. In order to effectively apply the constraint preconditioner, a block-tridiagonal Cholesky factorization for the matrix A{tilde over (H)}−1 AT 1212 can be computed and updated according to each active-set change 1215. Similar to the embodiments that are based on a Schur complement type block-diagonal preconditioner, some embodiments use a Hessian regularization procedure 1220 in combination with the constraint preconditioning matrix such that a Cholesky factorization for the Hessian approximation {tilde over (H)}>0 can be used to effectively apply this preconditioner within the iterative PPCG method.
  • In the case where the exact Hessian matrix is invertible and the constraint preconditioner is based on the approximation {tilde over (H)}=H, the resulting PPCG implementation corresponds to a direct linear system solution such that no more than one iteration is carried out in theory. In practice, however, multiple conjugate gradient iterations are often still necessary because of the use of a limited number of arithmetic bits on the computer-based controller 110, because of an inexact application of the constraint preconditioner and/or ill-conditioning of the problem data for practical MPC formulations.
  • FIG. 12B shows a schematic of applying the constraint preconditioner according to one embodiment in order to perform the projection of a vector onto the null space of the equality constraints and active inequality constraints in the constraint Jacobian matrix 1225, without the explicit computation of a basis for the null space. Note that one can use another iterative solver to compute the projection as the solution of the saddle point linear system 1226. In the case of an invertible Hessian approximation {tilde over (H)}, some embodiments apply the constraint preconditioner directly by applying the inverse operators {tilde over (H)}−1 and (A{tilde over (H)}−1 A T 1227. In the case of a diagonal Hessian approximation matrix, the inverse operator {tilde over (H)}−1 can be trivially computed. In the more general case of a block-diagonal Hessian matrix, some embodiments are based on a Cholesky factorization for the Hessian block matrices. Similar to the Schur complement type preconditioner, the inverse operator (A{tilde over (H)}−1 AT)−1 can be effectively applied by computing a block-tridiagonal Cholesky factorization for the matrix A{tilde over (H)}−1 AT 1126 with a block-tridiagonal sparsity structure 1127, for which a rank-one factorization update 1215 can be used in each iteration of the active-set optimization algorithm.
  • Note that the relatively high cost with complexity O(Nm3) for carrying out a block-tridiagonal Cholesky factorization can be avoided in the online computations of the MPC controller by performing a hot-start procedure. In some embodiments, based on a linear time-invariant MPC formulation, the Cholesky factorization is then reused from one control time step to the next, which is often referred to as a hot-starting of the active-set method. For this purpose, the factorization needs to be updated based on the active-set changes from the control solution at the previous control time step to the initial feasible starting point of the active-set optimization algorithm during the next control time step.
  • FIG. 13 shows a schematic of a vehicle 1301 including a predictive controller 1302 employing principles of some embodiments of the invention. As used herein, the vehicle 1301 can be any type of wheeled vehicle, such as a passenger car, bus, or rover. Also, the vehicle 1301 can be an autonomous or semi-autonomous vehicle. For example, some embodiments control the motion of the vehicle 1301. Examples of the motion include lateral motion of the vehicle controlled by a steering system 1303 of the vehicle 1301. In one embodiment, the steering system 1303 is controlled by the controller 1302. Additionally, or alternatively, the steering system 1303 can be controlled by a driver of the vehicle 1301.
  • The vehicle can also include an engine 1306, which can be controlled by the controller 1302 or by other components of the vehicle 1301. The vehicle can also include one or more sensors 1304 to sense the surrounding environment. Examples of the sensors 1304 include distance range finders, radars, lidars, and cameras. The vehicle 1301 can also include one or more sensors 1305 to sense its current motion quantities and internal status. Examples of the sensors 1305 include global positioning system (GPS), accelerometers, inertial measurement units, gyroscopes, shaft rotational sensors, torque sensors, deflection sensors, pressure sensor, and flow sensors. The sensors provide information to the controller 1302. The vehicle can be equipped with a transceiver 1306 enabling communication capabilities of the controller 1302 through wired or wireless communication channels.
  • FIG. 14 shows a schematic of interaction between the predictive controller 1302 and the controllers 1400 of the vehicle 1301 according to some embodiments. For example, in some embodiments, the controllers 1400 of the vehicle 1301 are steering 1410 and brake/throttle controllers 1420 that control rotation and acceleration of the vehicle 1400. In such a case, the predictive controller 1302 outputs control inputs to the controllers 1410 and 1420 to control the state of the vehicle. The controllers 1400 can also include high-level controllers, e.g., a lane-keeping assist controller 1430 that further process the control inputs of the predictive controller 1302. In both cases, the controllers 1400 maps use the outputs of the predictive controller 1302 to control at least one actuator of the vehicle, such as the steering wheel and/or the brakes of the vehicle, in order to control the motion of the vehicle.
  • The above-described embodiments of the present invention can be implemented in any of numerous ways. For example, the embodiments may be implemented using hardware, software or a combination thereof. When implemented in software, the software code can be executed on any suitable processor or collection of processors, whether provided in a single computer or distributed among multiple computers. Such processors may be implemented as integrated circuits, with one or more processors in an integrated circuit component. Though, a processor may be implemented using circuitry in any suitable format.
  • Also, the various methods or processes outlined herein may be coded as software that is executable on one or more processors that employ any one of a variety of operating systems or platforms. Additionally, such software may be written using any of a number of suitable programming languages and/or programming or scripting tools, and also may be compiled as executable machine language code or intermediate code that is executed on a framework or virtual machine. Typically, the functionality of the program modules may be combined or distributed as desired in various embodiments.
  • Also, the embodiments of the invention may be embodied as a method, of which an example has been provided. The acts performed as part of the method may be ordered in any suitable way. Accordingly, embodiments may be constructed in which acts are performed in an order different than illustrated, which may include performing some acts concurrently, even though shown as sequential acts in illustrative embodiments.
  • Although the invention has been described by way of examples of preferred embodiments, it is to be understood that various other adaptations and modifications can be made within the spirit and scope of the invention. Therefore, it is the object of the appended claims to cover all such variations and modifications as come within the true spirit and scope of the invention.

Claims (22)

We claim:
1. A predictive controller for controlling a system subject to constraints including equality and inequality constraints on state and control variables of the system, comprising:
an estimator to estimate a current state of the system using measurements of outputs of the system; and
a controller to solve, at each control step, a matrix equation of necessary optimality conditions to produce a control solution and to control the system using the control solution to change a state of the system, wherein the matrix equation includes a block-structured matrix having a constraint Jacobian matrix of the equality constraints of the system, wherein the controller determines the control solution iteratively using two levels of iterations including a first level of iterations and a second level of iterations performed within an iteration of the first level of iterations,
wherein the first level of iterations, performed until a first termination condition is met,
selects active inequality constraints for each point of time within a control horizon,
updates the constraint Jacobian matrix, with a low-rank update for a change in the set of active inequality constraints, to include the equality constraints and the active inequality constraints, and
updates a preconditioning matrix, with a low-rank factorization update, in response to the low-rank update of the constraint Jacobian matrix,
wherein the second level of iterations, performed until a second termination condition is met, solves the matrix equation with the updated constraint Jacobian matrix using the updated preconditioning matrix to produce the control solution.
2. The predictive controller of claim 1, wherein an inequality constraint is active at a point of time when a constraint function of the inequality constraint is equal to a constraint bound of the inequality constraint at the point of time, wherein the first level of iterations selects the set of active inequality constraints based on the current state of the system and a current sequence of control inputs.
3. The predictive controller of claim 1, wherein each change in the set of active inequality constraints corresponds to only one constraint being either added or removed, which leads to a rank-one factorization update for the preconditioning matrix, in response to the rank-one update of the constraint Jacobian matrix.
4. The predictive controller of claim 1, wherein the preconditioning matrix is updated or evaluated using a reduced arithmetic precision, compared to the arithmetic precision that is used for the matrix equation.
5. The predictive controller of claim 2, wherein the first termination condition includes a feasibility of the control solution and an optimality of the control solution,
wherein the controller tests the optimality and the feasibility of the control solution and exits the first level of iterations when the first termination condition is met, otherwise,
wherein the control solution is not optimal, the controller removes the active inequality constraint having a negative dual variable that prevents optimality of the control solution and repeats the first level of iterations, and otherwise,
wherein the control solution is not feasible, the controller updates the current sequence of control inputs with feasible portion of the control solution, adds a blocking inequality constraint in the set of active inequality constraints, and repeats the first level of iterations.
6. The predictive controller of claim 5, wherein the controller, in response to adding the blocking inequality constraint, adds a row in the constraint Jacobian matrix with a first function of coefficients of the blocking inequality constraint and updates the preconditioning matrix with a second function of the coefficients of the blocking inequality constraint.
7. The predictive controller of claim 6, wherein the controller, in response to removing the active inequality constraint, removes a row in the constraint Jacobian matrix that corresponds to the removed active inequality constraint and updates the preconditioning matrix with a reverse of the second function.
8. The predictive controller of claim 1, wherein the preconditioning matrix has a block-tridiagonal structure, wherein each block is positive definite, wherein the controller updates the factorization of the preconditioning matrix while preserving the block-tridiagonal structure.
9. The predictive controller of claim 8, wherein the controller updates the factorization of the preconditioning matrix using a low-rank update of a block-tridiagonal Cholesky factorization.
10. The predictive controller of claim 1, wherein, for a current control step, the controller initializes the Jacobian matrix and the factorization of the preconditioning matrix with values of the Jacobian matrix and the factorized preconditioning matrix determined during a previous control step.
11. The predictive controller of claim 1, wherein the preconditioning matrix is an augmented Lagrangian block-diagonal matrix, and wherein the second level of iterations solves the matrix equation using a minimal residual method.
12. The predictive controller of claim 1, wherein the preconditioning matrix is a Schur complement block-diagonal matrix, and wherein the second level of iterations solves the matrix equation using a minimal residual method.
13. The predictive controller of claim 12, wherein the controller regularizes a Hessian of the matrix of the matrix equation to produce a positive definite approximation of the Hessian of the matrix, and wherein the controller determines elements of the Schur complement block-diagonal matrix based on the approximation of the Hessian of the matrix.
14. The predictive controller of claim 1, wherein the preconditioning matrix is a constraint preconditioner, and wherein the second level of iterations solves the matrix equation using a projected conjugate gradient method.
15. The predictive controller of claim 14, wherein the controller regularizes a Hessian of the matrix of the matrix equation to produce a positive definite approximation of the Hessian of the matrix, and wherein the controller determines elements of the constraint preconditioner based on the approximation of the Hessian of the matrix.
16. The predictive controller of claim 1, wherein the control system is a vehicle, and wherein the controller determines an input to the vehicle based on the control solution, wherein the input to the vehicle includes one or a combination of an acceleration of the vehicle, a torque of a motor of the vehicle, and a steering angle.
17. A vehicle including the predictive controller of claim 1.
18. A method for controlling a system subject to constraints including equality and inequality constraints on state and control variables of the system, wherein the method uses a processor coupled with stored instructions implementing the method, wherein the instructions, when executed by the processor carry out steps of the method, comprising:
estimating a current state of the system using measurements of outputs of the system;
solving, at each control step, a matrix equation of necessary optimality conditions to produce a control solution; and
controlling the system using the control solution to change a state of the system,
wherein the matrix equation includes a block-structured matrix having a constraint Jacobian matrix of the equality constraints of the system, wherein the controller determines the control solution iteratively using two levels of iterations including a first level of iterations and a second level of iterations performed within an iteration of the first level of iterations,
wherein the first level of iterations, performed until a first termination condition is met,
selects active inequality constraints for each point of time within a control horizon,
updates the constraint Jacobian matrix, with a low-rank update for a change in the set of active inequality constraints, to include the equality constraints and the active inequality constraints, and
updates a preconditioning matrix, with a low-rank factorization update, in response to the low-rank update of the constraint Jacobian matrix,
wherein the second level of iterations, performed until a second termination condition is met, solves the matrix equation with the updated constraint Jacobian matrix using the updated factorization of the preconditioning matrix to produce the control solution.
19. The method of claim 1, wherein the preconditioning matrix has a block-tridiagonal structure, wherein each block is positive definite, wherein the method updates the factorization of the preconditioning matrix while preserving the block-tridiagonal structure.
20. The method of claim 19, wherein the controller updates the factorization of the preconditioning matrix using a low-rank update of a block-tridiagonal Cholesky factorization.
21. The method of claim 18, wherein the control system is a vehicle, and wherein the controller determines an input to the vehicle based on the control solution, wherein the input to the vehicle includes one or a combination of an acceleration of the vehicle, a torque of a motor of the vehicle, and a steering angle.
22. A non-transitory computer readable storage medium embodied thereon a program executable by a processor for performing a method, the method comprising:
estimating a current state of the system using measurements of outputs of the system;
solving, at each control step, a matrix equation of necessary optimality conditions to produce a control solution; and
controlling the system using the control solution to change a state of the system,
wherein the matrix equation includes a block-structured matrix having a constraint Jacobian matrix of the equality constraints of the system, wherein the controller determines the control solution iteratively using two levels of iterations including a first level of iterations and a second level of iterations performed within an iteration of the first level of iterations,
wherein the first level of iterations, performed until a first termination condition is met,
selects active inequality constraints for each point of time within a control horizon,
updates the constraint Jacobian matrix, with a low-rank update for a change in the set of active inequality constraints, to include the equality constraints and the active inequality constraints, and
updates a preconditioning matrix, with a low-rank factorization update, in response to the low-rank update of the constraint Jacobian matrix,
wherein the second level of iterations, performed until a second termination condition is met, solves the matrix equation with the updated constraint Jacobian matrix using the updated factorization of the preconditioning matrix to produce the control solution.
US15/888,143 2018-02-05 2018-02-05 Method and apparatus for preconditioned predictive control Active 2038-05-02 US10613490B2 (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
US15/888,143 US10613490B2 (en) 2018-02-05 2018-02-05 Method and apparatus for preconditioned predictive control
EP18765203.7A EP3729207B1 (en) 2018-02-05 2018-07-26 Predictive controller, vehicle and method for controlling system
JP2020517604A JP6808093B2 (en) 2018-02-05 2018-07-26 Predictive controllers, vehicles and methods to control the system
CN201880088336.4A CN111670415B (en) 2018-02-05 2018-07-26 Predictive controller, vehicle and method for a control system
PCT/JP2018/028950 WO2019150611A1 (en) 2018-02-05 2018-07-26 Predictive controller, vehicle and method for controlling system
US16/540,368 US10877445B2 (en) 2018-02-05 2019-08-14 Method and apparatus for preconditioned predictive control of vehicle movement

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US15/888,143 US10613490B2 (en) 2018-02-05 2018-02-05 Method and apparatus for preconditioned predictive control

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US16/540,368 Continuation US10877445B2 (en) 2018-02-05 2019-08-14 Method and apparatus for preconditioned predictive control of vehicle movement

Publications (2)

Publication Number Publication Date
US20190243320A1 true US20190243320A1 (en) 2019-08-08
US10613490B2 US10613490B2 (en) 2020-04-07

Family

ID=63490646

Family Applications (2)

Application Number Title Priority Date Filing Date
US15/888,143 Active 2038-05-02 US10613490B2 (en) 2018-02-05 2018-02-05 Method and apparatus for preconditioned predictive control
US16/540,368 Active US10877445B2 (en) 2018-02-05 2019-08-14 Method and apparatus for preconditioned predictive control of vehicle movement

Family Applications After (1)

Application Number Title Priority Date Filing Date
US16/540,368 Active US10877445B2 (en) 2018-02-05 2019-08-14 Method and apparatus for preconditioned predictive control of vehicle movement

Country Status (5)

Country Link
US (2) US10613490B2 (en)
EP (1) EP3729207B1 (en)
JP (1) JP6808093B2 (en)
CN (1) CN111670415B (en)
WO (1) WO2019150611A1 (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200033822A1 (en) * 2018-07-30 2020-01-30 Mitsubishi Electric Research Laboratories, Inc. Symmetry Alternating Direction Method of Multipliers
CN110794811A (en) * 2019-11-07 2020-02-14 浙江工业大学 Safety control method of networked motion control system with quantification
CN111611536A (en) * 2020-05-19 2020-09-01 浙江中控技术股份有限公司 Data processing method, data processing device, storage medium and electronic equipment
CN111753255A (en) * 2020-07-30 2020-10-09 中国南方电网有限责任公司 Linearization technology for optimizing power grid operation constraint calculation
WO2021145223A1 (en) * 2020-01-19 2021-07-22 Mitsubishi Electric Corporation Adaptive control of autonomous or semi-autonomous vehicle
CN113221298A (en) * 2021-04-21 2021-08-06 南方电网科学研究院有限责任公司 Method and system for simulating electromechanical transient process
CN113381397A (en) * 2021-05-31 2021-09-10 深圳大学 Node level dispersion method for acquiring minimum state power flow of direct current power system
CN113977574A (en) * 2021-09-16 2022-01-28 南京邮电大学 Mechanical arm point constraint control method
US11409264B2 (en) * 2018-07-12 2022-08-09 Aveva Software, Llc Process optimization server and system
US20220365497A1 (en) * 2021-04-30 2022-11-17 Aspen Technology, Inc. Apparatus and Methods to Build a Reliable Deep Learning Controller by Imposing Model Constraints
US11630657B2 (en) * 2020-05-14 2023-04-18 Hyundai Motor Company Software updating system and method of controlling the same
CN116700012A (en) * 2023-07-19 2023-09-05 合肥工业大学 Design method of collision avoidance formation surrounding controller with multiple intelligent agents
JP7357821B2 (en) 2020-05-29 2023-10-06 三菱電機株式会社 Nonlinear optimization method for stochastic predictive control
JP7357812B2 (en) 2020-03-02 2023-10-06 三菱電機株式会社 Active set-based interior point optimization method for predictive control
CN117572875A (en) * 2024-01-15 2024-02-20 上海友道智途科技有限公司 Real-time speed planning method, system, equipment and medium based on hot start

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11724387B2 (en) * 2020-04-03 2023-08-15 Fanuc Corporation Fast robot motion optimization with distance field
CN112477880B (en) * 2020-11-30 2022-05-20 天津大学 Longitudinal control method for unmanned automobile
WO2023276255A1 (en) * 2021-07-01 2023-01-05 ソニーグループ株式会社 Information processing device, information processing method, and program
US20230083788A1 (en) * 2021-09-13 2023-03-16 Mitsubishi Electric Corporation Computing device and computing method
CN115877811B (en) * 2023-03-08 2023-05-23 北京东方国信科技股份有限公司 Flow process treatment method, device and equipment
CN117331306B (en) * 2023-12-01 2024-01-30 山东黄海智能装备有限公司 Model prediction PID course control optimization method for flood rescue boat

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4972347A (en) * 1988-10-11 1990-11-20 Cincinnati Milacron Inc. Method and apparatus for determining the correct tool dimensions for a three dimensional tool mounted on a manipulator
US6182270B1 (en) * 1996-12-04 2001-01-30 Lucent Technologies Inc. Low-displacement rank preconditioners for simplified non-linear analysis of circuits and other devices
US6278906B1 (en) 1999-01-29 2001-08-21 Georgia Tech Research Corporation Uncalibrated dynamic mechanical system controller
US6701193B1 (en) 2000-08-18 2004-03-02 Ford Motor Company Method of adaptively controlling paint system
JP4007873B2 (en) 2002-07-09 2007-11-14 富士通株式会社 Data protection program and data protection method
US7328074B2 (en) 2002-12-02 2008-02-05 United Technologies Corporation Real-time quadratic programming for control of dynamical systems
US7507221B2 (en) 2004-10-13 2009-03-24 Mallinckrodt Inc. Powerhead of a power injection system
US20060282178A1 (en) 2005-06-13 2006-12-14 United Technologies Corporation System and method for solving equality-constrained quadratic program while honoring degenerate constraints
US8924331B2 (en) 2010-09-03 2014-12-30 Honeywell International Inc. System and method for solving quadratic programming problems with bound constraints utilizing a semi-explicit quadratic programming solver
US8600525B1 (en) 2012-05-31 2013-12-03 Honeywell Asca Inc. Efficient quadratic programming (QP) solver for process control and optimization
US9581981B2 (en) * 2014-03-06 2017-02-28 Mitsubishi Electric Corporation Method and apparatus for preconditioned continuation model predictive control
US9897984B2 (en) 2014-08-05 2018-02-20 Mitsubishi Electric Research Laboratories, Inc. Model predictive control with uncertainties
US9983554B2 (en) 2014-11-25 2018-05-29 Mitsubishi Electric Research Laboratories, Inc. Model predictive control with uncertainties
EP3734375B1 (en) 2015-07-31 2023-04-05 Garrett Transportation I Inc. Quadratic program solver for mpc using variable ordering
US10915075B2 (en) * 2017-10-02 2021-02-09 University Of Dayton Reconfigurable hardware-accelerated model predictive controller

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11409264B2 (en) * 2018-07-12 2022-08-09 Aveva Software, Llc Process optimization server and system
US10795330B2 (en) * 2018-07-30 2020-10-06 Mitsubishi Electric Research Laboratories, Inc. Symmetry alternating direction method of multipliers
US20200033822A1 (en) * 2018-07-30 2020-01-30 Mitsubishi Electric Research Laboratories, Inc. Symmetry Alternating Direction Method of Multipliers
CN110794811A (en) * 2019-11-07 2020-02-14 浙江工业大学 Safety control method of networked motion control system with quantification
WO2021145223A1 (en) * 2020-01-19 2021-07-22 Mitsubishi Electric Corporation Adaptive control of autonomous or semi-autonomous vehicle
JP7357812B2 (en) 2020-03-02 2023-10-06 三菱電機株式会社 Active set-based interior point optimization method for predictive control
US11630657B2 (en) * 2020-05-14 2023-04-18 Hyundai Motor Company Software updating system and method of controlling the same
CN111611536A (en) * 2020-05-19 2020-09-01 浙江中控技术股份有限公司 Data processing method, data processing device, storage medium and electronic equipment
JP7357821B2 (en) 2020-05-29 2023-10-06 三菱電機株式会社 Nonlinear optimization method for stochastic predictive control
CN111753255A (en) * 2020-07-30 2020-10-09 中国南方电网有限责任公司 Linearization technology for optimizing power grid operation constraint calculation
CN113221298A (en) * 2021-04-21 2021-08-06 南方电网科学研究院有限责任公司 Method and system for simulating electromechanical transient process
US11740598B2 (en) * 2021-04-30 2023-08-29 Aspentech Corporation Apparatus and methods to build a reliable deep learning controller by imposing model constraints
US20220365497A1 (en) * 2021-04-30 2022-11-17 Aspen Technology, Inc. Apparatus and Methods to Build a Reliable Deep Learning Controller by Imposing Model Constraints
CN113381397A (en) * 2021-05-31 2021-09-10 深圳大学 Node level dispersion method for acquiring minimum state power flow of direct current power system
CN113977574A (en) * 2021-09-16 2022-01-28 南京邮电大学 Mechanical arm point constraint control method
CN116700012A (en) * 2023-07-19 2023-09-05 合肥工业大学 Design method of collision avoidance formation surrounding controller with multiple intelligent agents
CN117572875A (en) * 2024-01-15 2024-02-20 上海友道智途科技有限公司 Real-time speed planning method, system, equipment and medium based on hot start

Also Published As

Publication number Publication date
JP6808093B2 (en) 2021-01-06
EP3729207B1 (en) 2021-04-28
JP2020535539A (en) 2020-12-03
US20190369573A1 (en) 2019-12-05
WO2019150611A1 (en) 2019-08-08
EP3729207A1 (en) 2020-10-28
US10613490B2 (en) 2020-04-07
CN111670415B (en) 2021-03-23
CN111670415A (en) 2020-09-15
US10877445B2 (en) 2020-12-29

Similar Documents

Publication Publication Date Title
US10877445B2 (en) Method and apparatus for preconditioned predictive control of vehicle movement
US10409233B2 (en) Method with quasi-Newton Jacobian updates for nonlinear predictive control
JP7257980B2 (en) Controller, vehicle, method and non-transitory computer readable storage medium
EP3948440B1 (en) Nonlinear optimization method for stochastic predictive control
JP7183446B2 (en) Apparatus and method for controlling machine operation, and storage medium
US10209685B2 (en) Method and apparatus for preconditioned model predictive control
US11340899B1 (en) Controller with early termination in mixed-integer optimal control optimization
EP4115244B1 (en) Active set based interior point optimization method for predictive control
Park Real-time Predictive Control of Constrained Nonlinear Systems Using the IPA-SQP Approach.
JP7466785B2 (en) Controllers with early termination in mixed integer optimal control optimization.
Xu et al. A Polytopic Linear Differential Inclusion-Based Novel Fast Kalman Filter for Multi-Mode Satellite Navigation Systems
CN109643394B (en) Model calculation unit and control device for calculating partial derivative of RBF model
RICHFIELD et al. Input selection and convergence testing for a second order mass property estimator
Wilson Multiple concurrent recursive least squares identification with application to on-line spacecraft mass-property identification

Legal Events

Date Code Title Description
FEPP Fee payment procedure

Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STPP Information on status: patent application and granting procedure in general

Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS

STPP Information on status: patent application and granting procedure in general

Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED

STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 4