SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME
42
PERFORMANCE OPTIMIZATION AND COMPARISON OF VARIABLE
PARAMETER USING GENETIC ALGORITHM BASED PID CONTROLLER
L.Raguraman 1
and A.Gnanasaravanan2
1
Assistant Professor, CHANDY College of Engineering, Thoothukudi.
2
Associate Professor, SCAD College of Engineering and Technology, Tirunelveli.
ABSTRACT
The performance optimization and comparison of variable parameter nonlinear PID (NL-
PID) and Genetic Algorithm (GA)[1]based PID controller is achieved in this paper. In the proposed
method, an error function depending on the system input and output is create and a non linear PID
controller is designed by using the defined error[2]-[5] function. The nonlinear PID controller
changes its own parameters over time according to the output response. Genetic algorithm based PID
controller performance is compared with the NL-PID controller[7] and Ziegler-Nichols PID
controller. Simulation results show that the effects of the PID controllers; nonlinear GA based and
Ziegler-Nichols.
Keywords - Genetic Algorithm, Variable parameter PID, Ziegler-Nichols method and Gaussian
error function.
I. INTRODUCTION
PID control schemes based on the classical control theory have been widely used for various
industrial control systems for a long time [1]. Generally, it is simply to determine parameters and
easy to apply them. Thus, PID controller is the most common form of feedback. The controllers
consist of in many different forms.
Nonlinear Proportional-Integral-Derivative control (NPID control)[2-10] is a nonlinear
control construction in which the controller gains are modulated according to system state, input,
error or other variables. By modulating the controller gains it is possible to achieve:
1. Increased damping,
2. Reduced rise time for step input
3. Improved tracking accuracy
4. Friction Compensation.
Genetic Algorithm (GA) is a stochastic global search method that mimics the process of natural
INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING &
TECHNOLOGY (IJEET)
ISSN 0976 – 6545(Print)
ISSN 0976 – 6553(Online)
Volume 4, Issue 4, July-August (2013), pp. 42-47
© IAEME: www.iaeme.com/ijeet.asp
Journal Impact Factor (2013): 5.5028 (Calculated by GISI)
www.jifactor.com
IJEET
© I A E M E
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME
43
evolution. The genetic algorithm starts with no knowledge of the correct solution and depends
entirely on responses from its environment and evolution operators (i.e. reproduction, crossover and
mutation) to arrive at the best solution. By starting at several independent points and searching in
parallel, the algorithm avoids local minima and converging to sub optimal solutions.
In this way, GAs have been shown to be capable of locating high performance areas in
complex domains without experiencing the difficulties associated with high dimensionality, as may
occur with gradient decent techniques or methods that rely on derivative information.
In this study, GA based PID parameters and NL-PID parameters allied to change of error are
analyzed and nonlinear functions of Proportional (P), Integral (I) and Derivative (D) depending on
error and GA-PID parameters are presented respectively.
II. DESIGN OF PID CONTROLLER, PERFORMANCE INDICES AND GENETIC
ALGORITHMS
A general body of a PID control system is shown in Fig.1, where it can be seen that in a PID
controller, the error signal e(t) is used to generate the proportional, integral, and derivative actions,
with the resulting signals weighted and summed to form the control signal u(t) applied to the plant
model. .
Figure 1. A typical PID control system
A. PID Controller Design Methods
Despite there are many design methods for PID controllers, the most widely used design
methods in the literature are Ziegler-Nichols rules, Chien-Hrones-Reswick PID tuning algorithm,
Cohen-Coon tuning algorithm, Wang-Juang-Chan tuning formulae.
The Ziegler-Nichols[3] design method which was presented in mid-20th century is the most
popular methods used in process control to determine the parameters of a PID controller. One of the
important specialties of this system guarantees the stabilities.
PID control consists of three types of control, Proportional, Integral and Derivative control.
Proportional Control:
The proportional controller output uses a ‘proportion’ of the system error to control the system.
However, this introduces an offset error into the system.
Integral Control:
The integral controller output is proportional to the amount of time there is an error present in the
system. The integral action removes the offset introduced by the proportional control but introduces
a phase lag into the system.
Derivative Control:
The derivative controller output is proportional to the rate of change of the error. Derivative control
is used to reduce/eliminate overshoot and introduces a phase lead action that removes the phase lag
introduced by the integral action.
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME
44
Continuous PID Controller:
The three types of control are combined together to form a PID controller with the transfer function.
Discrete PID Controller:
This project proposes to use a PID controller that is tuned online. To facilitate the real time aspect of
this, a discrete PID controller must be used. The PID controller will be discretised using the
Trapezoidal Difference method.
Trapezoidal Difference Method:
The trapezoidal difference method is the most popular method for discretizing a PID controller. The
trapezoidal difference method maps a stable continuous controller to a stable discrete controller.
Figure 2. Unit response of the designed system
B. Genetic Algorithms
A GA is an optimization technique in which the solution space is searched by generating a
population of candidate individuals to find best values [11]. This process is similar to natural
evolution of biological individuals. These are generally having global search capability, better
robustness and not depending on initial conditions. These algorithms present excellent global
optimization points to solve system optimization problem.
Generally, GAs consist of three fundamental operators: reproduction, crossover and mutation
Reproduction:
During the reproduction phase the fitness value of each chromosome is assessed. This value is used
in the selection process to provide bias towards fitter individuals. Just like in natural evolution, a fit
chromosome has a higher probability of being selected for reproduction.
An example of a common selection technique is the ‘Roulette Wheel’ selection Method
Crossover:
The crossover operations swap certain parts of the two selected strings in a bid to capture the good
parts of old chromosomes and create better new ones. Genetic operators manipulate the characters of
a chromosome directly, using the assumption that certain Individual’s gene codes, on average,
produce fitter individuals. The crossover probability indicates how often crossover is performed.
There are two stages involved in single point crossover:
1. Members of the newly reproduced strings in the mating pool are ‘mated’ (paired) at random.
2. Each pair of strings undergoes a crossover as follows: An integer k is randomly selected between
one and the length of the string less one
Swapping all the characters between positions k+1 and L inclusively creates two new strings.
Mutation:
Using selection and crossover on their own will generate a large amount of different strings.
However there are two main problems with this:
1. Depending on the initial population chosen, there may not be enough diversity in the initial strings
to ensure the GA searches the entire problem space.
2. The GA may converge on sub-optimum strings due to a bad choice of initial population.
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME
45
C. Performance Indices
In order to select the best controller, we define a cost function. The cost function mainly
derives on how the controller reacts to a given disturbance. There are many of cost functions. In fact,
we can define in infinitive criterion. It is a quantitative measure of the performance of a system and
is chosen so that emphasis is given to the important system specifications. There are many type of
performance indices is described in literature.
A performance index[5-7] is criterion measures that are based on the integral of some
function of the control error and on possibly other variables (such as time).
For example, IAE integrates the absolute error over time. It does not add weight to any of the
errors in a systems response. It tends to produce slower response than ISE optimal systems, but
usually with less sustained oscillation.
The Integral of the Square Error (ISE) penalizes for large errors more than for small errors. It
tends to eliminate large errors quickly [11].
III. PROPOSED METHODS
Considering the above classical methods, they present poor robustness, high overlapping, late
rise time etc. Thinking of fixed parameters causes this result in steady state and temporary state. In
defiance of these explanations, better system response is occurred when the PID parameters are
looked into depending on error function owing to they are variable. Correspondingly, system
responds better than traditional PID controller methods when the PID fixed parameters determine
with genetic algorithms based on objective functions or designing them as a nonlinear form.
Considering the step response of a common control system we need to decrease overlapping
and oscillation, accelerate the system response and initialize the steady state error. For these
conditions the parameters can be analyzed like this way.
The proportional gain (Kp) contribute to accelerate system response, decrease the settling
time however increase the oscillation and in the large values system becomes unstable.
It is benefitted from “error function” (also called Gaussian error function It) to determine NL-PID
variable coefficients (see in Fig.3).
Figure 3. Error Function
IV. SIMULATION RESULTS
The control methods mentioned above was examined with the classical common method
Ziegler – Nichols and comparison of some results can be seen on Table I. These methods and Z-N
PID values were compared to some criterion and implementing methods values were better than
Ziegler – Nichols method.
The designed model is shown in Fig. 4. For this simulation two different plants model tested.
The coefficients (ai, bi, ci) shown in the Table I were obtained for the application. Steady state error
and performance indices were measured via the block diagram and system response curves were
figured for both. Two kind of plant was used in this paper which is third order process and fourth
order system. Output responses and changing of NL-PID parameters were showed in Fig. 5
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME
46
Figure 4. Matlab Simulink Mode
Under the conditions shown in Fig 5 of this experiment, it can be seen that the ISE and MSE
objective functions perform almost identically, having a smaller rise time, smaller overshoot and
bigger settling time than the other controllers. Each of the genetic algorithm-tuned PID controllers
outperforms the Ziegler-Nichols tuned controller in terms of rise time and overshoot but only the
ITAE and IAE functions outperform it in terms of settling time. The MSE
Figure 5. Output Response for the Plant
objective function was chosen as the primary performance criterion for the remainder of this
project due to its smaller rise time and smaller overshoot than any other method in conjunction with
a slightly faster compile time due to there being just one multiplication to be carried after the error
has been calculated. This is coupled with the fact that MSE has been a ‘proven measure of control
and quality for many years’ makes it the ideal performance criterion for this project.
Plant ISE IAE ess
ZN PID 3.153 5.075 -.0041
NL PID 2.783 4.012 -.0325
GA PID 2.012 3.001 -.0115
Table I. Comparison Value between Implement Methods
G (s) = 1
s(s
2
+ s + 1)(s + 2)
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME
47
V. CONCLUSION
In spite of the fact that controllers designed by the Ziegler-Nichols rules give a good
performance, they create poor robustness and high exceeding. It is obvious that in case of few
parameter changes of the plant led to decline of the performance of the conventional PID controller
drastically. The coefficients of GA-PID parameters were set with idea of the objective function,
called mean square error (MSE).
The methods presented gave lower exceeds, short settling time and better performance
indices than that of classical form for the third and fourth order systems. Especially, genetic
algorithm which converge the minimal points used to obtain the best PID controller parameters. The
main advantage of it was to find optimal points of PID parameters and as it seen in the graphics, GA-
PID results were the best ones in the plants. However the GA designed PID is much better in terms
of the rise time and the settling time.
REFERENCES
[1] K.J. Astrom, T. Hagglund, Advanced PID Control, ISA-The Instrumentation, Systems, and
Automation Society, 2006.
[2] B. Armstrong, D. Neevel, T. Kusik, “New results in NPID control: tracking, integral control,
friction compensation and experimental results”, IEEE Trans. Control Syst. Technol., vol.
9(2), pp. 399 – 406, 2001.
[3] B. Armstrong, B.A. Wade, “Nonlinear PID control with partial state knowledge: damping
without derivatives”, Int. J. Robotics Research, vol. 19(8) , pp. 715 – 731, 2000.
[4] W.H. Chen, D.J. Balance, P.J. Gawthrop, J.J. Gribble, J. O’Reilly, “Nonlinear PID predictive
controller”, IEE Proc. Control Theory Appl., vol. 146 (6), pp. 603 – 611, 1999.
[5] J.Q. Han, “Nonlinear PID controller”, Acta Automatica Sinica, vol. 20(4), pp. 487 – 490,
1994.
[6] W. Wang, J.T. Zhang, T.Y. Chai, “A survey of advanced PID parameter tuning methods”,
Acta Automatica Sinica, vol. 26(3), pp. 347-355, 2000.
[7] J.J. Gu, Y.J. Zhang, D.M. Gao, “Application of Nonlinear PID Controller in Main Steam
Temperature Control”, Asia Pacific Power and Energy Engineering Conference, pp. 1-5,
Wuhan, Chine, 2009.
[8] O. Aydogdu , M. Korkmaz “A Simple Approach to Design of Variable Parameter Nonlinear
PID Controller” International Conference on Electrical Engineering and Applications, pp. 81-
85, Chennai, India, 2011.
[9] J.H. Holland, Adaptation in Natural and Artificial Systems, The Uni-versity of Michigan
Press, Ann Arbor, 1975.
[10] D.E. Goldberg, Genetic Algorithms in Search, Optimization and Machine Learning,
Addison-Wesley, Massachusetts, 1989.
[11] K. Ogata, Modern Control Engineering, 5th
ed., Prentice Hall, New Jersey, 2010.
[12] Dr Amged S. El-Wakeel, Dr A.E. Elawa and Y.S. Eng. El-Koteshy, “Position Control of a
Single Arm Manipulator using Ga-PID Controller”, International Journal of Electrical
Engineering & Technology (IJEET), Volume 4, Issue 2, 2013, pp. 120 - 135, ISSN Print:
0976-6545, ISSN Online: 0976-6553.
[13] VenkataRamesh.Edara, B.Amarendra Reddy, Srikanth Monangi and M.Vimala, “Analytical
Structures for Fuzzy PID Controllers and Applications”, International Journal of Electrical
Engineering & Technology (IJEET), Volume 1, Issue 1, 2010, pp. 1 - 17, ISSN Print:
0976-6545, ISSN Online: 0976-6553.

Weitere ähnliche Inhalte

Was ist angesagt?

FRACTIONAL ORDER PID CONTROLLER TUNING BASED ON IMC
FRACTIONAL ORDER PID CONTROLLER TUNING BASED ON IMC FRACTIONAL ORDER PID CONTROLLER TUNING BASED ON IMC
FRACTIONAL ORDER PID CONTROLLER TUNING BASED ON IMC IJITCA Journal
 
Design and optimization of pid controller using genetic algorithm
Design and optimization of pid controller using genetic algorithmDesign and optimization of pid controller using genetic algorithm
Design and optimization of pid controller using genetic algorithmeSAT Publishing House
 
Paper id 21201482
Paper id 21201482Paper id 21201482
Paper id 21201482IJRAT
 
Adaptive Functional-Based Neuro-Fuzzy-PID Incremental Controller Structure
Adaptive Functional-Based Neuro-Fuzzy-PID Incremental Controller StructureAdaptive Functional-Based Neuro-Fuzzy-PID Incremental Controller Structure
Adaptive Functional-Based Neuro-Fuzzy-PID Incremental Controller Structureijeei-iaes
 
Performance evaluation of two degree of freedom conventional controller adopt...
Performance evaluation of two degree of freedom conventional controller adopt...Performance evaluation of two degree of freedom conventional controller adopt...
Performance evaluation of two degree of freedom conventional controller adopt...IJECEIAES
 
Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...
Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...
Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...dbpublications
 
Fuzzy based control using lab view for miso temperature process
Fuzzy based control using lab view for miso temperature processFuzzy based control using lab view for miso temperature process
Fuzzy based control using lab view for miso temperature processeSAT Publishing House
 
On an LAS-integrated soft PLC system based on WorldFIP fieldbus
On an LAS-integrated soft PLC system based on WorldFIP fieldbusOn an LAS-integrated soft PLC system based on WorldFIP fieldbus
On an LAS-integrated soft PLC system based on WorldFIP fieldbusISA Interchange
 
FUZZY INFERENCE SYSTEM AND PD CONTROLLER HYBRIDIZATION FOR FIELD ORIENT SYSTE...
FUZZY INFERENCE SYSTEM AND PD CONTROLLER HYBRIDIZATION FOR FIELD ORIENT SYSTE...FUZZY INFERENCE SYSTEM AND PD CONTROLLER HYBRIDIZATION FOR FIELD ORIENT SYSTE...
FUZZY INFERENCE SYSTEM AND PD CONTROLLER HYBRIDIZATION FOR FIELD ORIENT SYSTE...IAEME Publication
 
IRJET- Automation Framework to Validate Interface Gateway Data Dictionary usi...
IRJET- Automation Framework to Validate Interface Gateway Data Dictionary usi...IRJET- Automation Framework to Validate Interface Gateway Data Dictionary usi...
IRJET- Automation Framework to Validate Interface Gateway Data Dictionary usi...IRJET Journal
 

Was ist angesagt? (14)

Di34672675
Di34672675Di34672675
Di34672675
 
FRACTIONAL ORDER PID CONTROLLER TUNING BASED ON IMC
FRACTIONAL ORDER PID CONTROLLER TUNING BASED ON IMC FRACTIONAL ORDER PID CONTROLLER TUNING BASED ON IMC
FRACTIONAL ORDER PID CONTROLLER TUNING BASED ON IMC
 
Design and optimization of pid controller using genetic algorithm
Design and optimization of pid controller using genetic algorithmDesign and optimization of pid controller using genetic algorithm
Design and optimization of pid controller using genetic algorithm
 
Paper id 21201482
Paper id 21201482Paper id 21201482
Paper id 21201482
 
40220140506005
4022014050600540220140506005
40220140506005
 
Adaptive Functional-Based Neuro-Fuzzy-PID Incremental Controller Structure
Adaptive Functional-Based Neuro-Fuzzy-PID Incremental Controller StructureAdaptive Functional-Based Neuro-Fuzzy-PID Incremental Controller Structure
Adaptive Functional-Based Neuro-Fuzzy-PID Incremental Controller Structure
 
Performance evaluation of two degree of freedom conventional controller adopt...
Performance evaluation of two degree of freedom conventional controller adopt...Performance evaluation of two degree of freedom conventional controller adopt...
Performance evaluation of two degree of freedom conventional controller adopt...
 
Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...
Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...
Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...
 
Control theory
Control theoryControl theory
Control theory
 
Bj4301341344
Bj4301341344Bj4301341344
Bj4301341344
 
Fuzzy based control using lab view for miso temperature process
Fuzzy based control using lab view for miso temperature processFuzzy based control using lab view for miso temperature process
Fuzzy based control using lab view for miso temperature process
 
On an LAS-integrated soft PLC system based on WorldFIP fieldbus
On an LAS-integrated soft PLC system based on WorldFIP fieldbusOn an LAS-integrated soft PLC system based on WorldFIP fieldbus
On an LAS-integrated soft PLC system based on WorldFIP fieldbus
 
FUZZY INFERENCE SYSTEM AND PD CONTROLLER HYBRIDIZATION FOR FIELD ORIENT SYSTE...
FUZZY INFERENCE SYSTEM AND PD CONTROLLER HYBRIDIZATION FOR FIELD ORIENT SYSTE...FUZZY INFERENCE SYSTEM AND PD CONTROLLER HYBRIDIZATION FOR FIELD ORIENT SYSTE...
FUZZY INFERENCE SYSTEM AND PD CONTROLLER HYBRIDIZATION FOR FIELD ORIENT SYSTE...
 
IRJET- Automation Framework to Validate Interface Gateway Data Dictionary usi...
IRJET- Automation Framework to Validate Interface Gateway Data Dictionary usi...IRJET- Automation Framework to Validate Interface Gateway Data Dictionary usi...
IRJET- Automation Framework to Validate Interface Gateway Data Dictionary usi...
 

Andere mochten auch

Calculation of the undetermined static reactions for the articulated pl
Calculation of the undetermined static reactions for the articulated plCalculation of the undetermined static reactions for the articulated pl
Calculation of the undetermined static reactions for the articulated plIAEME Publication
 
Query clip genre recognition using tree pruning technique for video retrieval
Query clip genre recognition using tree pruning technique for video retrievalQuery clip genre recognition using tree pruning technique for video retrieval
Query clip genre recognition using tree pruning technique for video retrievalIAEME Publication
 
Experimental study of evaporation in a tubular solar still
Experimental study of evaporation in a tubular solar stillExperimental study of evaporation in a tubular solar still
Experimental study of evaporation in a tubular solar stillIAEME Publication
 
Comparative study on different pin geometries of tool profile in friction sti...
Comparative study on different pin geometries of tool profile in friction sti...Comparative study on different pin geometries of tool profile in friction sti...
Comparative study on different pin geometries of tool profile in friction sti...IAEME Publication
 
Action event retrieval from cricket video using audio energy feature for even...
Action event retrieval from cricket video using audio energy feature for even...Action event retrieval from cricket video using audio energy feature for even...
Action event retrieval from cricket video using audio energy feature for even...IAEME Publication
 
Diversity techniques for wireless communication
Diversity techniques for wireless communicationDiversity techniques for wireless communication
Diversity techniques for wireless communicationIAEME Publication
 
Design of area optimized aes encryption core using pipelining technology
Design of area optimized aes encryption core using pipelining technologyDesign of area optimized aes encryption core using pipelining technology
Design of area optimized aes encryption core using pipelining technologyIAEME Publication
 
A novel technique in spiht for medical image compression
A novel technique in spiht for medical image compressionA novel technique in spiht for medical image compression
A novel technique in spiht for medical image compressionIAEME Publication
 
Concurrent engineering an effective engineering management strategy
Concurrent engineering an effective engineering management strategyConcurrent engineering an effective engineering management strategy
Concurrent engineering an effective engineering management strategyIAEME Publication
 

Andere mochten auch (9)

Calculation of the undetermined static reactions for the articulated pl
Calculation of the undetermined static reactions for the articulated plCalculation of the undetermined static reactions for the articulated pl
Calculation of the undetermined static reactions for the articulated pl
 
Query clip genre recognition using tree pruning technique for video retrieval
Query clip genre recognition using tree pruning technique for video retrievalQuery clip genre recognition using tree pruning technique for video retrieval
Query clip genre recognition using tree pruning technique for video retrieval
 
Experimental study of evaporation in a tubular solar still
Experimental study of evaporation in a tubular solar stillExperimental study of evaporation in a tubular solar still
Experimental study of evaporation in a tubular solar still
 
Comparative study on different pin geometries of tool profile in friction sti...
Comparative study on different pin geometries of tool profile in friction sti...Comparative study on different pin geometries of tool profile in friction sti...
Comparative study on different pin geometries of tool profile in friction sti...
 
Action event retrieval from cricket video using audio energy feature for even...
Action event retrieval from cricket video using audio energy feature for even...Action event retrieval from cricket video using audio energy feature for even...
Action event retrieval from cricket video using audio energy feature for even...
 
Diversity techniques for wireless communication
Diversity techniques for wireless communicationDiversity techniques for wireless communication
Diversity techniques for wireless communication
 
Design of area optimized aes encryption core using pipelining technology
Design of area optimized aes encryption core using pipelining technologyDesign of area optimized aes encryption core using pipelining technology
Design of area optimized aes encryption core using pipelining technology
 
A novel technique in spiht for medical image compression
A novel technique in spiht for medical image compressionA novel technique in spiht for medical image compression
A novel technique in spiht for medical image compression
 
Concurrent engineering an effective engineering management strategy
Concurrent engineering an effective engineering management strategyConcurrent engineering an effective engineering management strategy
Concurrent engineering an effective engineering management strategy
 

Ähnlich wie Performance optimization and comparison of variable parameter using genetic

COMPARATIVE ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...
COMPARATIVE  ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...COMPARATIVE  ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...
COMPARATIVE ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...IJITCA Journal
 
12 article azojete vol 8 125 131
12 article azojete vol 8 125 13112 article azojete vol 8 125 131
12 article azojete vol 8 125 131Oyeniyi Samuel
 
IRJET- Speed Control of DC Motor using PID Controller - A Review
IRJET-  	  Speed Control of DC Motor using PID Controller - A ReviewIRJET-  	  Speed Control of DC Motor using PID Controller - A Review
IRJET- Speed Control of DC Motor using PID Controller - A ReviewIRJET Journal
 
Application of genetic algorithm and neuro fuzzy control techniques for auto
Application of genetic algorithm and neuro fuzzy control techniques for autoApplication of genetic algorithm and neuro fuzzy control techniques for auto
Application of genetic algorithm and neuro fuzzy control techniques for autoIAEME Publication
 
IRJET- Optimum Design of PSO based Tuning using PID Controller for an Automat...
IRJET- Optimum Design of PSO based Tuning using PID Controller for an Automat...IRJET- Optimum Design of PSO based Tuning using PID Controller for an Automat...
IRJET- Optimum Design of PSO based Tuning using PID Controller for an Automat...IRJET Journal
 
Optimal tuning of pid power system stabilizer in simulink environment
Optimal tuning of pid power system stabilizer in simulink environmentOptimal tuning of pid power system stabilizer in simulink environment
Optimal tuning of pid power system stabilizer in simulink environmentIAEME Publication
 
Controller design and optimized system analysis for standard dexterous arm model
Controller design and optimized system analysis for standard dexterous arm modelController design and optimized system analysis for standard dexterous arm model
Controller design and optimized system analysis for standard dexterous arm modelIAEME Publication
 
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEM
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEMPERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEM
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEMijccmsjournal
 
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEM
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEMPERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEM
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEMijccmsjournal
 
DESIGN OF PID CONTROLLERS INTEGRATOR SYSTEM WITH TIME DELAY AND DOUBLE INTEGR...
DESIGN OF PID CONTROLLERS INTEGRATOR SYSTEM WITH TIME DELAY AND DOUBLE INTEGR...DESIGN OF PID CONTROLLERS INTEGRATOR SYSTEM WITH TIME DELAY AND DOUBLE INTEGR...
DESIGN OF PID CONTROLLERS INTEGRATOR SYSTEM WITH TIME DELAY AND DOUBLE INTEGR...ijics
 
DESIGN OF PID CONTROLLERS INTEGRATOR SYSTEM WITH TIME DELAY AND DOUBLE INTEGR...
DESIGN OF PID CONTROLLERS INTEGRATOR SYSTEM WITH TIME DELAY AND DOUBLE INTEGR...DESIGN OF PID CONTROLLERS INTEGRATOR SYSTEM WITH TIME DELAY AND DOUBLE INTEGR...
DESIGN OF PID CONTROLLERS INTEGRATOR SYSTEM WITH TIME DELAY AND DOUBLE INTEGR...ijcisjournal
 
Position control of a single arm manipulator using ga pid controller
Position control of a single arm manipulator using ga pid controllerPosition control of a single arm manipulator using ga pid controller
Position control of a single arm manipulator using ga pid controllerIAEME Publication
 
Intelligent Controller Design for a Chemical Process
Intelligent Controller Design for a Chemical ProcessIntelligent Controller Design for a Chemical Process
Intelligent Controller Design for a Chemical ProcessCSCJournals
 
Stability analysis and design of algorithmic tuned pid controller for bio rea...
Stability analysis and design of algorithmic tuned pid controller for bio rea...Stability analysis and design of algorithmic tuned pid controller for bio rea...
Stability analysis and design of algorithmic tuned pid controller for bio rea...eSAT Journals
 
EVALUATION OF EFFECT OF PARAMETERS OF FRACTIONAL ORDER PID CONTROLLER FOR A C...
EVALUATION OF EFFECT OF PARAMETERS OF FRACTIONAL ORDER PID CONTROLLER FOR A C...EVALUATION OF EFFECT OF PARAMETERS OF FRACTIONAL ORDER PID CONTROLLER FOR A C...
EVALUATION OF EFFECT OF PARAMETERS OF FRACTIONAL ORDER PID CONTROLLER FOR A C...IAEME Publication
 
Hybrid controller design using gain scheduling approach for compressor systems
Hybrid controller design using gain scheduling approach for  compressor systemsHybrid controller design using gain scheduling approach for  compressor systems
Hybrid controller design using gain scheduling approach for compressor systemsIJECEIAES
 

Ähnlich wie Performance optimization and comparison of variable parameter using genetic (20)

COMPARATIVE ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...
COMPARATIVE  ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...COMPARATIVE  ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...
COMPARATIVE ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...
 
40220130405010 2-3
40220130405010 2-340220130405010 2-3
40220130405010 2-3
 
12 article azojete vol 8 125 131
12 article azojete vol 8 125 13112 article azojete vol 8 125 131
12 article azojete vol 8 125 131
 
54 890
54 89054 890
54 890
 
At4201308314
At4201308314At4201308314
At4201308314
 
IRJET- Speed Control of DC Motor using PID Controller - A Review
IRJET-  	  Speed Control of DC Motor using PID Controller - A ReviewIRJET-  	  Speed Control of DC Motor using PID Controller - A Review
IRJET- Speed Control of DC Motor using PID Controller - A Review
 
Application of genetic algorithm and neuro fuzzy control techniques for auto
Application of genetic algorithm and neuro fuzzy control techniques for autoApplication of genetic algorithm and neuro fuzzy control techniques for auto
Application of genetic algorithm and neuro fuzzy control techniques for auto
 
IRJET- Optimum Design of PSO based Tuning using PID Controller for an Automat...
IRJET- Optimum Design of PSO based Tuning using PID Controller for an Automat...IRJET- Optimum Design of PSO based Tuning using PID Controller for an Automat...
IRJET- Optimum Design of PSO based Tuning using PID Controller for an Automat...
 
Optimal tuning of pid power system stabilizer in simulink environment
Optimal tuning of pid power system stabilizer in simulink environmentOptimal tuning of pid power system stabilizer in simulink environment
Optimal tuning of pid power system stabilizer in simulink environment
 
Controller design and optimized system analysis for standard dexterous arm model
Controller design and optimized system analysis for standard dexterous arm modelController design and optimized system analysis for standard dexterous arm model
Controller design and optimized system analysis for standard dexterous arm model
 
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEM
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEMPERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEM
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEM
 
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEM
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEMPERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEM
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEM
 
DESIGN OF PID CONTROLLERS INTEGRATOR SYSTEM WITH TIME DELAY AND DOUBLE INTEGR...
DESIGN OF PID CONTROLLERS INTEGRATOR SYSTEM WITH TIME DELAY AND DOUBLE INTEGR...DESIGN OF PID CONTROLLERS INTEGRATOR SYSTEM WITH TIME DELAY AND DOUBLE INTEGR...
DESIGN OF PID CONTROLLERS INTEGRATOR SYSTEM WITH TIME DELAY AND DOUBLE INTEGR...
 
DESIGN OF PID CONTROLLERS INTEGRATOR SYSTEM WITH TIME DELAY AND DOUBLE INTEGR...
DESIGN OF PID CONTROLLERS INTEGRATOR SYSTEM WITH TIME DELAY AND DOUBLE INTEGR...DESIGN OF PID CONTROLLERS INTEGRATOR SYSTEM WITH TIME DELAY AND DOUBLE INTEGR...
DESIGN OF PID CONTROLLERS INTEGRATOR SYSTEM WITH TIME DELAY AND DOUBLE INTEGR...
 
I045046066
I045046066I045046066
I045046066
 
Position control of a single arm manipulator using ga pid controller
Position control of a single arm manipulator using ga pid controllerPosition control of a single arm manipulator using ga pid controller
Position control of a single arm manipulator using ga pid controller
 
Intelligent Controller Design for a Chemical Process
Intelligent Controller Design for a Chemical ProcessIntelligent Controller Design for a Chemical Process
Intelligent Controller Design for a Chemical Process
 
Stability analysis and design of algorithmic tuned pid controller for bio rea...
Stability analysis and design of algorithmic tuned pid controller for bio rea...Stability analysis and design of algorithmic tuned pid controller for bio rea...
Stability analysis and design of algorithmic tuned pid controller for bio rea...
 
EVALUATION OF EFFECT OF PARAMETERS OF FRACTIONAL ORDER PID CONTROLLER FOR A C...
EVALUATION OF EFFECT OF PARAMETERS OF FRACTIONAL ORDER PID CONTROLLER FOR A C...EVALUATION OF EFFECT OF PARAMETERS OF FRACTIONAL ORDER PID CONTROLLER FOR A C...
EVALUATION OF EFFECT OF PARAMETERS OF FRACTIONAL ORDER PID CONTROLLER FOR A C...
 
Hybrid controller design using gain scheduling approach for compressor systems
Hybrid controller design using gain scheduling approach for  compressor systemsHybrid controller design using gain scheduling approach for  compressor systems
Hybrid controller design using gain scheduling approach for compressor systems
 

Mehr von IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Mehr von IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Kürzlich hochgeladen

"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 

Kürzlich hochgeladen (20)

"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 

Performance optimization and comparison of variable parameter using genetic

  • 1. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME 42 PERFORMANCE OPTIMIZATION AND COMPARISON OF VARIABLE PARAMETER USING GENETIC ALGORITHM BASED PID CONTROLLER L.Raguraman 1 and A.Gnanasaravanan2 1 Assistant Professor, CHANDY College of Engineering, Thoothukudi. 2 Associate Professor, SCAD College of Engineering and Technology, Tirunelveli. ABSTRACT The performance optimization and comparison of variable parameter nonlinear PID (NL- PID) and Genetic Algorithm (GA)[1]based PID controller is achieved in this paper. In the proposed method, an error function depending on the system input and output is create and a non linear PID controller is designed by using the defined error[2]-[5] function. The nonlinear PID controller changes its own parameters over time according to the output response. Genetic algorithm based PID controller performance is compared with the NL-PID controller[7] and Ziegler-Nichols PID controller. Simulation results show that the effects of the PID controllers; nonlinear GA based and Ziegler-Nichols. Keywords - Genetic Algorithm, Variable parameter PID, Ziegler-Nichols method and Gaussian error function. I. INTRODUCTION PID control schemes based on the classical control theory have been widely used for various industrial control systems for a long time [1]. Generally, it is simply to determine parameters and easy to apply them. Thus, PID controller is the most common form of feedback. The controllers consist of in many different forms. Nonlinear Proportional-Integral-Derivative control (NPID control)[2-10] is a nonlinear control construction in which the controller gains are modulated according to system state, input, error or other variables. By modulating the controller gains it is possible to achieve: 1. Increased damping, 2. Reduced rise time for step input 3. Improved tracking accuracy 4. Friction Compensation. Genetic Algorithm (GA) is a stochastic global search method that mimics the process of natural INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) ISSN 0976 – 6545(Print) ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), pp. 42-47 © IAEME: www.iaeme.com/ijeet.asp Journal Impact Factor (2013): 5.5028 (Calculated by GISI) www.jifactor.com IJEET © I A E M E
  • 2. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME 43 evolution. The genetic algorithm starts with no knowledge of the correct solution and depends entirely on responses from its environment and evolution operators (i.e. reproduction, crossover and mutation) to arrive at the best solution. By starting at several independent points and searching in parallel, the algorithm avoids local minima and converging to sub optimal solutions. In this way, GAs have been shown to be capable of locating high performance areas in complex domains without experiencing the difficulties associated with high dimensionality, as may occur with gradient decent techniques or methods that rely on derivative information. In this study, GA based PID parameters and NL-PID parameters allied to change of error are analyzed and nonlinear functions of Proportional (P), Integral (I) and Derivative (D) depending on error and GA-PID parameters are presented respectively. II. DESIGN OF PID CONTROLLER, PERFORMANCE INDICES AND GENETIC ALGORITHMS A general body of a PID control system is shown in Fig.1, where it can be seen that in a PID controller, the error signal e(t) is used to generate the proportional, integral, and derivative actions, with the resulting signals weighted and summed to form the control signal u(t) applied to the plant model. . Figure 1. A typical PID control system A. PID Controller Design Methods Despite there are many design methods for PID controllers, the most widely used design methods in the literature are Ziegler-Nichols rules, Chien-Hrones-Reswick PID tuning algorithm, Cohen-Coon tuning algorithm, Wang-Juang-Chan tuning formulae. The Ziegler-Nichols[3] design method which was presented in mid-20th century is the most popular methods used in process control to determine the parameters of a PID controller. One of the important specialties of this system guarantees the stabilities. PID control consists of three types of control, Proportional, Integral and Derivative control. Proportional Control: The proportional controller output uses a ‘proportion’ of the system error to control the system. However, this introduces an offset error into the system. Integral Control: The integral controller output is proportional to the amount of time there is an error present in the system. The integral action removes the offset introduced by the proportional control but introduces a phase lag into the system. Derivative Control: The derivative controller output is proportional to the rate of change of the error. Derivative control is used to reduce/eliminate overshoot and introduces a phase lead action that removes the phase lag introduced by the integral action.
  • 3. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME 44 Continuous PID Controller: The three types of control are combined together to form a PID controller with the transfer function. Discrete PID Controller: This project proposes to use a PID controller that is tuned online. To facilitate the real time aspect of this, a discrete PID controller must be used. The PID controller will be discretised using the Trapezoidal Difference method. Trapezoidal Difference Method: The trapezoidal difference method is the most popular method for discretizing a PID controller. The trapezoidal difference method maps a stable continuous controller to a stable discrete controller. Figure 2. Unit response of the designed system B. Genetic Algorithms A GA is an optimization technique in which the solution space is searched by generating a population of candidate individuals to find best values [11]. This process is similar to natural evolution of biological individuals. These are generally having global search capability, better robustness and not depending on initial conditions. These algorithms present excellent global optimization points to solve system optimization problem. Generally, GAs consist of three fundamental operators: reproduction, crossover and mutation Reproduction: During the reproduction phase the fitness value of each chromosome is assessed. This value is used in the selection process to provide bias towards fitter individuals. Just like in natural evolution, a fit chromosome has a higher probability of being selected for reproduction. An example of a common selection technique is the ‘Roulette Wheel’ selection Method Crossover: The crossover operations swap certain parts of the two selected strings in a bid to capture the good parts of old chromosomes and create better new ones. Genetic operators manipulate the characters of a chromosome directly, using the assumption that certain Individual’s gene codes, on average, produce fitter individuals. The crossover probability indicates how often crossover is performed. There are two stages involved in single point crossover: 1. Members of the newly reproduced strings in the mating pool are ‘mated’ (paired) at random. 2. Each pair of strings undergoes a crossover as follows: An integer k is randomly selected between one and the length of the string less one Swapping all the characters between positions k+1 and L inclusively creates two new strings. Mutation: Using selection and crossover on their own will generate a large amount of different strings. However there are two main problems with this: 1. Depending on the initial population chosen, there may not be enough diversity in the initial strings to ensure the GA searches the entire problem space. 2. The GA may converge on sub-optimum strings due to a bad choice of initial population.
  • 4. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME 45 C. Performance Indices In order to select the best controller, we define a cost function. The cost function mainly derives on how the controller reacts to a given disturbance. There are many of cost functions. In fact, we can define in infinitive criterion. It is a quantitative measure of the performance of a system and is chosen so that emphasis is given to the important system specifications. There are many type of performance indices is described in literature. A performance index[5-7] is criterion measures that are based on the integral of some function of the control error and on possibly other variables (such as time). For example, IAE integrates the absolute error over time. It does not add weight to any of the errors in a systems response. It tends to produce slower response than ISE optimal systems, but usually with less sustained oscillation. The Integral of the Square Error (ISE) penalizes for large errors more than for small errors. It tends to eliminate large errors quickly [11]. III. PROPOSED METHODS Considering the above classical methods, they present poor robustness, high overlapping, late rise time etc. Thinking of fixed parameters causes this result in steady state and temporary state. In defiance of these explanations, better system response is occurred when the PID parameters are looked into depending on error function owing to they are variable. Correspondingly, system responds better than traditional PID controller methods when the PID fixed parameters determine with genetic algorithms based on objective functions or designing them as a nonlinear form. Considering the step response of a common control system we need to decrease overlapping and oscillation, accelerate the system response and initialize the steady state error. For these conditions the parameters can be analyzed like this way. The proportional gain (Kp) contribute to accelerate system response, decrease the settling time however increase the oscillation and in the large values system becomes unstable. It is benefitted from “error function” (also called Gaussian error function It) to determine NL-PID variable coefficients (see in Fig.3). Figure 3. Error Function IV. SIMULATION RESULTS The control methods mentioned above was examined with the classical common method Ziegler – Nichols and comparison of some results can be seen on Table I. These methods and Z-N PID values were compared to some criterion and implementing methods values were better than Ziegler – Nichols method. The designed model is shown in Fig. 4. For this simulation two different plants model tested. The coefficients (ai, bi, ci) shown in the Table I were obtained for the application. Steady state error and performance indices were measured via the block diagram and system response curves were figured for both. Two kind of plant was used in this paper which is third order process and fourth order system. Output responses and changing of NL-PID parameters were showed in Fig. 5
  • 5. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME 46 Figure 4. Matlab Simulink Mode Under the conditions shown in Fig 5 of this experiment, it can be seen that the ISE and MSE objective functions perform almost identically, having a smaller rise time, smaller overshoot and bigger settling time than the other controllers. Each of the genetic algorithm-tuned PID controllers outperforms the Ziegler-Nichols tuned controller in terms of rise time and overshoot but only the ITAE and IAE functions outperform it in terms of settling time. The MSE Figure 5. Output Response for the Plant objective function was chosen as the primary performance criterion for the remainder of this project due to its smaller rise time and smaller overshoot than any other method in conjunction with a slightly faster compile time due to there being just one multiplication to be carried after the error has been calculated. This is coupled with the fact that MSE has been a ‘proven measure of control and quality for many years’ makes it the ideal performance criterion for this project. Plant ISE IAE ess ZN PID 3.153 5.075 -.0041 NL PID 2.783 4.012 -.0325 GA PID 2.012 3.001 -.0115 Table I. Comparison Value between Implement Methods G (s) = 1 s(s 2 + s + 1)(s + 2)
  • 6. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME 47 V. CONCLUSION In spite of the fact that controllers designed by the Ziegler-Nichols rules give a good performance, they create poor robustness and high exceeding. It is obvious that in case of few parameter changes of the plant led to decline of the performance of the conventional PID controller drastically. The coefficients of GA-PID parameters were set with idea of the objective function, called mean square error (MSE). The methods presented gave lower exceeds, short settling time and better performance indices than that of classical form for the third and fourth order systems. Especially, genetic algorithm which converge the minimal points used to obtain the best PID controller parameters. The main advantage of it was to find optimal points of PID parameters and as it seen in the graphics, GA- PID results were the best ones in the plants. However the GA designed PID is much better in terms of the rise time and the settling time. REFERENCES [1] K.J. Astrom, T. Hagglund, Advanced PID Control, ISA-The Instrumentation, Systems, and Automation Society, 2006. [2] B. Armstrong, D. Neevel, T. Kusik, “New results in NPID control: tracking, integral control, friction compensation and experimental results”, IEEE Trans. Control Syst. Technol., vol. 9(2), pp. 399 – 406, 2001. [3] B. Armstrong, B.A. Wade, “Nonlinear PID control with partial state knowledge: damping without derivatives”, Int. J. Robotics Research, vol. 19(8) , pp. 715 – 731, 2000. [4] W.H. Chen, D.J. Balance, P.J. Gawthrop, J.J. Gribble, J. O’Reilly, “Nonlinear PID predictive controller”, IEE Proc. Control Theory Appl., vol. 146 (6), pp. 603 – 611, 1999. [5] J.Q. Han, “Nonlinear PID controller”, Acta Automatica Sinica, vol. 20(4), pp. 487 – 490, 1994. [6] W. Wang, J.T. Zhang, T.Y. Chai, “A survey of advanced PID parameter tuning methods”, Acta Automatica Sinica, vol. 26(3), pp. 347-355, 2000. [7] J.J. Gu, Y.J. Zhang, D.M. Gao, “Application of Nonlinear PID Controller in Main Steam Temperature Control”, Asia Pacific Power and Energy Engineering Conference, pp. 1-5, Wuhan, Chine, 2009. [8] O. Aydogdu , M. Korkmaz “A Simple Approach to Design of Variable Parameter Nonlinear PID Controller” International Conference on Electrical Engineering and Applications, pp. 81- 85, Chennai, India, 2011. [9] J.H. Holland, Adaptation in Natural and Artificial Systems, The Uni-versity of Michigan Press, Ann Arbor, 1975. [10] D.E. Goldberg, Genetic Algorithms in Search, Optimization and Machine Learning, Addison-Wesley, Massachusetts, 1989. [11] K. Ogata, Modern Control Engineering, 5th ed., Prentice Hall, New Jersey, 2010. [12] Dr Amged S. El-Wakeel, Dr A.E. Elawa and Y.S. Eng. El-Koteshy, “Position Control of a Single Arm Manipulator using Ga-PID Controller”, International Journal of Electrical Engineering & Technology (IJEET), Volume 4, Issue 2, 2013, pp. 120 - 135, ISSN Print: 0976-6545, ISSN Online: 0976-6553. [13] VenkataRamesh.Edara, B.Amarendra Reddy, Srikanth Monangi and M.Vimala, “Analytical Structures for Fuzzy PID Controllers and Applications”, International Journal of Electrical Engineering & Technology (IJEET), Volume 1, Issue 1, 2010, pp. 1 - 17, ISSN Print: 0976-6545, ISSN Online: 0976-6553.