- Fuzzy Logic - Applications
- Fuzziness in Neural Networks
- Adaptive Fuzzy Controller
- Fuzzy Logic - Control System
- Fuzzy Logic - Decision Making
- Fuzzy Logic - Quantification
- Fuzzy Logic - Database and Queries
- Fuzzy Logic - Inference System
- Approximate Reasoning
- Traditional Fuzzy Refresher
- Fuzzy Logic - Membership Function
- Fuzzy Logic - Set Theory
- Fuzzy Logic - Classical Set Theory
- Fuzzy Logic - Introduction
- Fuzzy Logic - Home
Fuzzy Logic Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Adaptive Fuzzy Controller
In this chapter, we will discuss what is an Adaptive Fuzzy Controller and how it works. Adaptive Fuzzy Controller is designed with some adjustable parameters along with an embedded mechanism for adjusting them. Adaptive controller has been used for improving the performance of controller.
Basic Steps for Implementing Adaptive Algorithm
Let us now discuss the basic steps for implementing adaptive algorithm.
Collection of observable data − The observable data is collected to calculate the performance of controller.
Adjustment of controller parameters − Now with the help of controller performance, calculation of adjustment of controller parameters would be done.
Improvement in performance of controller − In this step, the controller parameters are adjusted to improve the performance of controller.
Operational Concepts
Design of a controller is based on an assumed mathematical model that resembles a real system. The error between actual system and its mathematical representation is calculated and if it is relatively insignificant than the model is assumed to work effectively.
A threshold constant that sets a boundary for the effectiveness of a controller, also exists. The control input is fed into both the real system and mathematical model. Here, assume $xleft ( t ight )$ is the output of the real system and $yleft ( t ight )$ is the output of the mathematical model. Then the error $epsilon left ( t ight )$ can be calculated as follows −
$$epsilon left ( t ight ) = xleft ( t ight ) - yleft ( t ight )$$
Here, $x$ desired is the output we want from the system and $mu left ( t ight )$ is the output coming from controller and going to both real as well as mathematical model.
The following diagram shows how the error function is tracked between output of a real system and Mathematical model −
Parameterization of System
A fuzzy controller the design of which is based on the fuzzy mathematical model will have the following form of fuzzy rules −
Rule 1 − IF $x_1left ( t_n ight )in X_{11} : AND...AND: x_ileft ( t_n ight )in X_{1i}$
THEN $mu _1left ( t_n ight ) = K_{11}x_1left ( t_n ight ) + K_{12}x_2left ( t_n ight ) : +...+ : K_{1i}x_ileft ( t_n ight )$
Rule 2 − IF $x_1left ( t_n ight )in X_{21} : AND...AND : x_ileft ( t_n ight )in X_{2i}$
THEN $mu _2left ( t_n ight ) = K_{21}x_1left ( t_n ight ) + K_{22}x_2left ( t_n ight ) : +...+ : K_{2i}x_ileft ( t_n ight ) $
.
.
.
Rule j − IF $x_1left ( t_n ight )in X_{k1} : AND...AND : x_ileft ( t_n ight )in X_{ki}$
THEN $mu _jleft ( t_n ight ) = K_{j1}x_1left ( t_n ight ) + K_{j2}x_2left ( t_n ight ) : +...+ : K_{ji}x_ileft ( t_n ight ) $
The above set of parameters characterizes the controller.
Mechanism Adjustment
The controller parameters are adjusted to improve the performance of controller. The process of calculating the adjustment to the parameters is the adjusting mechanism.
Mathematically, let $ heta ^left ( n ight )$ be a set of parameters to be adjusted at time $t = t_n$. The adjustment can be the recalculation of the parameters,
$$ heta ^left ( n ight ) = Theta left ( D_0,: D_1, : ..., :D_n ight )$$
Here $D_n$ is the data collected at time $t = t_n$.
Now this formulation is reformulated by the update of the parameter set based on its previous value as,
$$ heta ^left ( n ight ) = phi ( heta ^{n-1}, : D_n)$$
Parameters for selecting an Adaptive Fuzzy Controller
The following parameters need to be considered for selecting an adaptive fuzzy controller −
Can the system be approximated entirely by a fuzzy model?
If a system can be approximated entirely by a fuzzy model, are the parameters of this fuzzy model readily available or must they be determined onpne?
If a system cannot be approximated entirely by a fuzzy model, can it be approximated piecewise by a set of fuzzy model?
If a system can be approximated by a set of fuzzy models, are these models having the same format with different parameters or are they having different formats?
If a system can be approximated by a set of fuzzy models having the same format, each with a different set of parameters, are these parameter sets readily available or must they be determined onpne?