Soft - Pptxsoftcomputing - Genetic Algorithm - Introduction
Soft - Pptxsoftcomputing - Genetic Algorithm - Introduction
CONTENTS:
Introduction PID control based on soft computing Genetic algorithm Objectives function of Genetic Algorithm conclusion
INTRO:
Proportional-integral-derivative (PID) control schemes continue to provide the simplest and yet effective solutions to most of the control engineering applications today. Since it is ease to design and simplicity in structure these are frequently used in the heavy industries. Soft computing techniques like Genetic Algorithm(GA) method have proved their excellence in giving better results by improving the steady state characteristics and performance indices.
PID CONTROL:
PID controller is a generic control loop feedback mechanism widely used in industrial control systems. It calculates an error value as the difference between measured process variable and a desired set-point. The PID controller calculation involves three separate parameters proportional, integral and derivative values. The new proportional gain (Kp), the integral time (Tj), and derivative time (Td) were determined from GA. This soft computing techniques for a PID controller considerably reduced the overshoot
GENETIC ALGORITHM:
o Genetic Algorithms (GA) are a stochastic global search method that mimics the process of natural evolution. It is one of the methods used for optimization. o The genetic algorithm starts with no knowledge of the correct solution and depends entirely on responses from its environment and evolution operators such as reproduction, crossover and mutation to arrive at the best solution
CONTD:
When the chromosome enters the evaluation function, it is split up into its three Terms. The newly formed PID controller is placed in a unity feedback loop with the system transfer function. This will result in a reduce of the compilation time of the program. The system transfer function is imported as a global variable.
The controlled system is then given a step input and the error is assessed using an error performance criterion such as Integral square error or in short ISE. The chromosome is assigned an overall fitness value according to the magnitude of the error, the smaller the error the larger the fitness
Result:
CHARACTERISTICS
Z-N TUNINGS
GA
4.8
0.00315
0.34
45.3
0.00257
0.0365
INITIALIZED POPULATION
EVALUATE FITNESS
SELECT FITNESS
MUTATION
CONCLUSIONS:
Simulation results demonstrate the tuning methods that have a better control performance compared with the conventional ones. PID controller tuning is a small scale problem and thus computational complexity is not really an issue here since soft computing is often criticized for two reasons: algorithms are computationally heavy and convergence to the optimal solution cannot be guaranteed. Compared to the conventional tuned system, GA tuned system has a good steady state response and performance indices.
Thank you!