Adaptive control


Adaptive control is the control method used by a controller which must adapt to a controlled system with parameters which vary, or are initially uncertain. For example, as an aircraft flies, its mass will slowly decrease as a result of fuel consumption; a control law is needed that adapts itself to such changing conditions. Adaptive control is different from robust control in that it does not need a priori information about the bounds on these uncertain or time-varying parameters; robust control guarantees that if the changes are within given bounds the control law need not be changed, while adaptive control is concerned with control law changing itself.

Parameter estimation

The foundation of adaptive control is parameter estimation, which is a branch of system identification. Common methods of estimation include recursive least squares and gradient descent. Both of these methods provide update laws which are used to modify estimates in real time. Lyapunov stability is used to derive these update laws and show convergence criteria. Projection and normalization are commonly used to improve the robustness of estimation algorithms.

Classification of adaptive control techniques

In general, one should distinguish between:
  1. Feedforward adaptive control
  2. Feedback adaptive control
as well as between
  1. Direct methods
  2. Indirect methods
  3. Hybrid methods
Direct methods are ones wherein the estimated parameters are those directly used in the adaptive controller. In contrast, indirect methods are those in which the estimated parameters are used to calculate required controller parameters. Hybrid methods rely on both estimation of parameters and direct modification of the control law.
There are several broad categories of feedback adaptive control :
Some special topics in adaptive control can be introduced as well:
  1. Adaptive control based on discrete-time process identification
  2. Adaptive control based on the model reference control technique
  3. Adaptive control based on continuous-time process models
  4. Adaptive control of multivariable processes
  5. Adaptive control of nonlinear processes
  6. Concurrent learning adaptive control, which relaxes the condition on persistent excitation for parameter convergence for a class of systems
Adaptive control has even been merged with intelligent techniques such as fuzzy and neural networks and the new terms like fuzzy adaptive control has been generated.

Applications

When designing adaptive control systems, special consideration is necessary of and robustness issues. Lyapunov stability is typically used to derive control adaptation laws and show.
Usually these methods adapt the controllers to both the process statics and dynamics. In special cases the adaptation can be limited to the static behavior alone, leading to adaptive control based on characteristic curves for the steady-states or to extremum value control, optimizing the steady state. Hence, there are several ways to apply adaptive control algorithms.
A particularly successful application of adaptive control has been adaptive flight control. This body of work has focused on guaranteeing stability of a model reference adaptive control scheme using Lyapunov arguments. Several successful flight-test demonstrations have been conducted, including fault tolerant adaptive control.