SlideShare a Scribd company logo
1 of 9
Download to read offline
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 10, No. 2, April 2020, pp. 1367~1375
ISSN: 2088-8708, DOI: 10.11591/ijece.v10i2.pp1367-1375  1367
Journal homepage: http://ijece.iaescore.com/index.php/IJECE
Optimal tuning linear quadratic regulator for gas turbine by
genetic algorithm using integral time absolute error
Jamal M. Ahmed
College of Electronics Engineering, Ninevah University, Ninevah, Iraq
Article Info ABSTRACT
Article history:
Received Feb 20, 2019
Revised Oct 10, 2019
Accepted Oct 18, 2019
For multiple input-multiple output (MIMO) systems, the most common
control strategy is the linear quadratic regulator (LQR) which relies on state
vector feedback. Despite this strategy gives very good result, it still has trial
and error procedure to select the values of its weight matrices which plays
a important role in reaching to the desiered system performance. In order to
overcome this problem, the Genetic algorithm is used. The design of genetic
algorithm based linear quadratic regulator (GA-LQR) utilized Integral time
absolute error (ITAE) as a cost function for optimization. The propsed
procedure is implemented on a linear model of gas turbine to control
the generator spool’s speed and the output power.
Keywords:
Gas Turbine
Genetic Algorithm
ITAE
LQR
Copyright © 2020 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Jamal M. Ahmed,
College of Electronics Engineering,
Ninevah University,
Almajmuaa Street, Mosul, Ninevah, Iraq.
Email: Jamal1961eng@yahoo.com
1. INTRODUCTION
One of the most common regulators that has been used in the case of MIMO systems is the Linear
Quadratic Regulator (LQR) which minimizes the excursion in state trajectories of a system while requiring
minimum controller effort [1-3]. Moreover, LQR provides robust stability with a minimized energy-like
performance index [4]. However, the startup realizations of the regulator are not straightforward task because
they need try and error selection of the parameters (definition of weight matrices) [5]. There is no analytic
process of finding the parameters that obtain the optimal performance of the LQR.
Over the past couple of decades andmore, Genetic Algorithm as an optimization technique has been
successfully applied to a wide variety of engineering problems, because of its simplicity, global perspective,
and inherent parallel processing [6]. Therefore, such optimization technique can be used to design LQR for
MIMO systems in a more systematic way. The GA was used to determine the weight matrices for single-input
single-output systems [7]. Other reserchers used Ant Colony Optimization technique to determine the tuning
parameters of the LQR [8, 9]. In this paper, as a case study to most popular industrial MIMO system, genetic
algorithm based LQR is applied to linear model for the gas turbine engine (LV100) The proposed method gave
systematic procedure to design LQR with optimal performance that satisfies the required design.
2. ENGINE GAS TURBINE MATHEMATICAL MODEL
In this model, there are two engine spools connected to the turbine and there is a recuperate that is
inserted for thermodynamic efficiency improvement. Also, there are low pressure and high pressure turbines
where the low pressure turbine is coupled with the vehicle transmission while the high pressure turbine is used
to drive the compressor [10-12]. The schematic structure of the LV100 gas turbine is shown in Figure 1.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 10, No. 2, April 2020 : 1367 - 1375
1368
Figure 1. Gas turbine engine schematic diagram (LV100)
Practically, it is required control the two inputs, main fuel flow and output power, to adjust the gas
spool speed [10]. The system has five states with two inputs and two outputs.
𝑥̇ = 𝐴𝑥 + 𝐵𝑢 (1)
𝑦 = 𝐶𝑥 + 𝐷𝑢 (2)
𝑢 = [𝑊𝑓 𝑉𝐴𝑇𝑁]
′
𝑎𝑠 𝑡ℎ𝑒 𝑖𝑛𝑝𝑢𝑡 , 𝑦 = [𝑁𝑔 𝑇6]
′
𝑎𝑠 𝑡ℎ𝑒 𝑜𝑢𝑡𝑝𝑢𝑡.
Where: xwf and xVATN
are the states that has been associated with actuation of the state of a normalized space
representation.
 '
6 ATNVwfpg xxTNNx 
It is clear that this state-space model is open-loop unstable since it has the following set of eigenvalues:
[-3.3330 -0.1096 1.4088 25.0000 - 33.3300]
Moreover, the model is completely controllable as the rank of the controllability matrix is 5 which is
the dimension of the state vector. The model of the gas turbine as a transfer function is represented as follow:
[
y1
y2
] = [
G11 G12
G21 G22
] [
u1
u2
]
Int J Elec & Comp Eng ISSN: 2088-8708 
Optimal tuning linear quadratic regulator for gas turbine by genetic algorithm using … (Jamal M. Ahmed)
1369
G11 =
42.95 s + 4.634
s3 + 26.53s2 + 38.3s + 4.128
G12 =
300.4s2
+ 120.2 s − 10.71
s4 + 29.86 s3 + 126.7s2 + 131.8s + 13.76
G21 =
6.309 s + 0.7566
s3 + 34.86s2 + 51.02s + 5.504
G22 =
−4.489s2
− 56.16 s − 6.554
s4 + 38.19 s3 + 167.2s2 + 175.6s + 18.35
3. GENETIC ALGORITHM
Genetic Algorithm (GA) it is global-search that based on the biological theory of evolution in addition
to the mechanism of the natural genetic. One the main advantages of this algorithm is that it is computationally
simple and does not have any assumption about the space of the search where it more likely to converge toward
a global solution because it simultaneously evaluates more than one point in the parameter space. Another
advantage of this method is that it is recommended for searching noisy, multimodal and complex system.
This algorithm is different from other algorithms by the working principle where it deals with the coding of
the parameters rather than the parameters themselves. Also, in certain cases, the binary coding has been
suggested [13].
Regarding search method, the search for the population of points and climb many picks are done in
parallel and the algorithm needs only the object function values to manage the search without the need for other
auxiliary information. To guide its search, GA uses probabilistic transition rules rather than the deterministic
transition rules to manage its search. For these reasons, GA gives better and more robust results than other
traditional methods [14]. In GA, population is the set of all strings where each string is one possible solution
for the problem. It starts by generate initial population of strings randomly then, by applying genetic operators,
the population evolves from generation to generation. According to their fitness value, all the strings will be
evacuated. Figure 2 shows the three main operators of the GA which are reproduction, crossover, and
mutation [15, 16].
Figure 2. Flowchart of genetic algorithms
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 10, No. 2, April 2020 : 1367 - 1375
1370
4. LINEAR QUADRATIC REGULATOR (LQR)
Liner quadratic regulator (LQR) is a control that working based on minimizing the index of
the quadratic performance which as result provide an optimal control law [17-19]. The block diagram of
the LQR is shown in Figure 3.
Figure 3. Linear quadratic regulator structure
The aim of the design is to minimize the quadratic cost function J by finding the suitable control input
u, where Q is the state matrix while R is the weighting matrix [20, 21].
(3)
According to the LQR, Q should be positive semi-definite while the weighting matrix R should be positive
definite. The state space representation for a system is shown in (5).
(4)
where (A, B) is stable, the optimal control u is defined as:
(5)
Where
The matrix K is giving by
(6)
The symmetric definite matrix P is the solution of the algebraic Riccati equation given by
(7)
The closed-loop system which has the optimal Eigen values is given by
(8)
The block diagram of LQR controller of the gas turbineis shown in the Figure 4
Int J Elec & Comp Eng ISSN: 2088-8708 
Optimal tuning linear quadratic regulator for gas turbine by genetic algorithm using … (Jamal M. Ahmed)
1371
Figure 4. Blok diagram LQR with gas turbine
5. OBJECTIVE FUNCTION
Objective function considered as the heart of the genetic algorithm and the most difficult part of its
design. For this paper, it is required to evaluate the optimum LQR controller for a gas turbine so the objective
function will be selected to achieve this aim. The objective function might me created depending on
the controller performance like the overshoot and rise time but it is better to combine all the transient and steady
state specifications in the objective function [22]. This combination will minimize the error of the controlled
system. The effectiveness of the objective function will be directly on the chromosome where each
chromosome will pass into it [23]. After passing into the objective function, chromosome will be evaluated
and according to this evaluation, it will be assigned by a number that represent its fitness where the bigger
number is the better fitness. This fitness value then will be used to create new population. Defining
the chromosome representation will be the start of the tuning procedure by the GA where each chromosome is
represented in a real value form as shown in Figure 5.
Figure 5. Chromosome definition
The state and weight matrices Q and R will be represented by seven values and these values will form
the chromosome. These seven values are q11, q22, q33, q44, q55, r11and r22. These values must be positive
to be evaluated [24,25]. The next step is the calculation of the fitness function where it represents the quality
of the chromosome and it can be defined in many different forms, in this paper, we will define it as Integral
Time Absolute Error (ITAE)
𝐼𝑇𝐴𝐸 = ∫ 𝑡|𝑒(𝑡)|𝑑𝑡 = ∫ 𝑡|𝑟(𝑡) − 𝑦(𝑡)|𝑑𝑡
𝑇
0
𝑇
0
(9)
Figure 6 shows the GA_LQR of the gas turbine.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 10, No. 2, April 2020 : 1367 - 1375
1372
Figure 6. Block diagram of GA-LQR controller of the gas turbine
6. SIMULATION AND RESULTS
In this section, the result of the GA-LQR will be analyzed after been analyzed with a population size
of 20. The response specifications that will be analyzed are the overshoot, where it desired to be minimum, rise
time and settling time, they are desired to be fastest. Table 1 summarize the GA property with the relative
values and methods since the best response will be selected depending on them.
Table 1. Parameters of GA
GA property Value/Method
Population Size 20
Max No. of Generations 100
Fitness Function Integral Time Absolute Error (ITAE)
Selection Method Normalized Geometric Selection
Probability of Selection 0.05
Crossover Method scattering
Crossover probability 0.2
Mutation Method Uniform Mutation
Mutation Probability 0.01
The GA- LQR controller weight matrices Q andR are:
Q = blkdiag(q11 , q22 , q33 , q44 , q55)
= blkdiag(45.949, 0.251873, 45.7067, 0.367866, 0.418926)
R = blkdiag( r11, r22 ) = blkdiag(0.230221, 5.08264 e-005)
The solution of the algebraic Riccati equation matrix P is





















0061.00443.00199.00001.00445.0
0443.06665.147150.20053.08704.0
0199.07150.28836.00319.00457.0
0001.00053.00319.01246.11157.0
0445.08704.00453.01157.00905.1
P
Int J Elec & Comp Eng ISSN: 2088-8708 
Optimal tuning linear quadratic regulator for gas turbine by genetic algorithm using … (Jamal M. Ahmed)
1373
The feedback gain matrix K is giving by, PBRK T1

𝐾 = 







7276.1203987.8727974.3918287.27125.874
1926.07061.637930.110029.07806.3
The closed loop poles (Eigen values) are shown in Table 2. The number of generation of the weight
matrices Q and R elements (q11,, q22 , q33 , q44, q55 , r11 and r22) values of GA-LQR controller are shown in
Figure 7. The state vector response for GA-LQR with input vector [1 0] and illustratingboth gasgenerator spool
speed Ng and vehicle transmission T6 outputs are shown in Figure 8. Figure 9 shows the state vector response
for GA-LQR with input vector [0 1]. The obtained results are comared with that obtained in [6] as shown in
Table 3.
Table 2. Eigen values
Closed loop poles Value
P1 -75.2227 +37.5527i
P2 -75.2227 - 37.5527i
P3 -48.5339 +40.0904i
P4 -48.5339 - 40.0904i
P5 -0.1125
Figure 7. Number of generation of GA-LQR parameters Q and R
Figure 8.The state vector response of the GA- LQR with input [1 0]
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 10, No. 2, April 2020 : 1367 - 1375
1374
Figure 9. The state vector response of the GA- LQR with input [0 1]
Table 3. Time response specifications
Response charaecteristics GA-LQR LQR of Ref.6
Rise time 0.04 0.39
Settling time 0.07 0.686
Percentage overshoot 0.01 0.002
7. CONCLUSION
In conclusion, this paper presented a method that used GA technique with LQR then applied to state
feedback control system. This strategy modified the state transition matrix then it used to propose the outline
the difficulties at the LQR control process. These difficulties were consisting of the definition of the Q and R
matrices (Weight matrices). This paper should that GA-LQR guaranteed the required system response
specifications which were fasten the rise time and settling time.
REFERENCES
[1] Brian D.O. Anderson, John B. Moore, “Optimal Control: Linear Quadratic Methods,” Prentice-Hall International,
Inc., Englewood Cliffs, NJ, 1989.
[2] M. Almobaied, I. Eksin, and M. Guzelkaya, "Design of lqr controller with big bang-big crunch
optimization algorithm based on time domain criteria," in 2016 24th Mediterranean Conference on
Control and Automation (MED), pp. 1192-1197, 2016.
[3] A. Wiese, M. Blom, C. Manzie, M. Brear, and A. Kitchener, "Model reduction and MIMO model predictive control
of gas turbine systems," Control Engineering Practice, vol. 45, pp. 194-206, 2015.
[4] R. G. Subramanian and V. K. Elumalai, "Robust MRAC augmented baseline LQR for tracking control of 2 DoF
helicopter," Robotics and Autonomous Systems, vol. 86, pp. 70-77, 2016.
[5] K. Miyamoto, J. She, D. Sato, and N. Yasuo, "Automatic determination of LQR weighting matrices for active
structural control," Engineering Structures, vol. 174, pp. 308-321, 2018.
[6] K. Deb, “Introduction to Genetic Algorithms for Engineering Optimization,” Part of the Studies in Fuzziness and
Soft Computing book series (STUDFUZZ, volume 141), Springer, pp13-51, 2004.
[7] A. I. Abdulla, J. M. Ahmed, S. M. Attya, “Genetic Algorithm (GA) Based Optimal Feedback Control Weighting
Matrices Computation,” Al-Rafidain Engineering, Vol.21, No. 5 October 2013.
[8] S. Eshtehardiha, A. Kiyoumarsi, and M. Ataei, "Optimizing LQR and pole placement to control buck
converter by genetic algorithm," in 2007 International Conference on Control, Automation and Systems,
pp. 2195-2200, 2007.
[9] A. M. Hamza, M. S. Saad, H. M. Rashad, and A. Bahgat, "Gas Turbine LQR, INTEGRAL Controllers and Optimal
PID Tuning by Ant Colony Optimization Comparative Study," International Journal of Computer Science and
Telecommunications, vol. 4, pp. 35-41, 2013.
[10] K. Ogata, "Engenharia de controle moderno, Ed," São Paulo: 4º, 2003.
[11] Zhang, Xiao-yi. "Gas turbine controller and a method for controlling a gas turbine." U.S. Patent No. 9,422,866. 23
Aug. 2016.
[12] Gassner, Martin Erwin, et al. "Method and system for controlling a sequential gas turbine engine," U.S. Patent
Application No. 15/458,912.
Int J Elec & Comp Eng ISSN: 2088-8708 
Optimal tuning linear quadratic regulator for gas turbine by genetic algorithm using … (Jamal M. Ahmed)
1375
[13] P. S. Oliveira, L. S. Barros, and L. d. Q. S. Júnior, "Genetic algorithm applied to state feedback control design," in
2010 IEEE/PES Transmission and Distribution Conference and Exposition: Latin America (T&D-LA), pp. 480-485,
2010.
[14] S. Sivanandam and S. Deepa, "Genetic algorithm optimization problems," in Introduction to Genetic Algorithms,
ed: Springer, pp. 165-209, 2008.
[15] G. Wang, M. Zhang, X. Xu, and C. Jiang, "Optimization of controller parameters based on the improved genetic
algorithms," in 2006 6th World Congress on Intelligent Control and Automation, pp. 3695-3698, 2006.
[16] S. I. Khather, M. Almaged, and A. I. Abdullah, "Fractional order based on genetic algorithm PID controller for
controlling the speed of DC motors," International Journal of Engineering & Technology, vol. 7, pp. 5386-5392,
2018.
[17] N. Magaji, M. F. Hamza, and A. Dan-Isa, "Comparison of GA and LQR tuning of static VAR compensator for
damping oscillations," International Journal of Advances in Engineering & Technology, vol. 2, p. 594, 2012.
[18] K. H. Reddy, P. Ramanathan, and S. Ramasamy, "LQR based PI plus PD controller to control the
Non-linear process," in 2016 Online International Conference on Green Engineering and Technologies
(IC-GET), pp. 1-4, 2016.
[19] Das, Himadry Shekhar, et al. "Fuel cell and ultracapacitor energy system control using linear quadratic regulator
proportional integral controller," Electrical Engineering 101.2, 559-573, 2019.
[20] M. Haraguchi and H. Hu, "Using a new discretization approach to design a delayed LQG controller," Journal of
sound and vibration, vol. 314, pp. 558-570, 2008.
[21] Levine, William S. "Linear quadratic regulator control," The Control Systems Handbook. CRC Press, 403-426 ,2018.
[22] Khatir, Samir, et al. "Genetic algorithm based objective functions comparative study for damage detection and
localization in beam structures," Journal of Physics: Conference Series, Vol. 628. No. 1. IOP Publishing, 2015.
[23] A. Oonsivilai and R. Oonsivilai, "A genetic algorithms programming application in natural cheese products,"
Wseas Transactions on Systems, vol. 8, pp. 44-54, 2009.
[24] A. Oonsivilai and R. Oonsivilai, "Parameter estimation of frequency response twin-screw food extrusion process
using genetic algorithms," WSEAS TRANSACTIONS on SYSTEMS, vol. 7, pp. 626-636, 2008.
[25] Munje, Ravindra, Balasaheb Patre, and Akhilanand Tiwari. "State feedback control using linear quadratic regulator."
Investigation of Spatial Control Strategies with Application to Advanced Heavy Water Reactor. Springer, Singapore,
61-77, 2018.

More Related Content

What's hot

Cost Allocation of Reactive Power Using Matrix Methodology in Transmission Ne...
Cost Allocation of Reactive Power Using Matrix Methodology in Transmission Ne...Cost Allocation of Reactive Power Using Matrix Methodology in Transmission Ne...
Cost Allocation of Reactive Power Using Matrix Methodology in Transmission Ne...IJAAS Team
 
Modelling design and control of an electromechanical mass lifting system usin...
Modelling design and control of an electromechanical mass lifting system usin...Modelling design and control of an electromechanical mass lifting system usin...
Modelling design and control of an electromechanical mass lifting system usin...Mustefa Jibril
 
Model Predictive Current Control of a Seven-phase Voltage Source Inverter
Model Predictive Current Control of a Seven-phase Voltage Source InverterModel Predictive Current Control of a Seven-phase Voltage Source Inverter
Model Predictive Current Control of a Seven-phase Voltage Source Inverteridescitation
 
Analytical Evaluation of Generalized Predictive Control Algorithms Using a Fu...
Analytical Evaluation of Generalized Predictive Control Algorithms Using a Fu...Analytical Evaluation of Generalized Predictive Control Algorithms Using a Fu...
Analytical Evaluation of Generalized Predictive Control Algorithms Using a Fu...inventy
 
Transmission Congestion Management by Using Series Facts Devices and Changing...
Transmission Congestion Management by Using Series Facts Devices and Changing...Transmission Congestion Management by Using Series Facts Devices and Changing...
Transmission Congestion Management by Using Series Facts Devices and Changing...IJMER
 
Soft Computing Technique Based Enhancement of Transmission System Lodability ...
Soft Computing Technique Based Enhancement of Transmission System Lodability ...Soft Computing Technique Based Enhancement of Transmission System Lodability ...
Soft Computing Technique Based Enhancement of Transmission System Lodability ...IJERA Editor
 
Intelligent back analysis using data from the instrument (poster)
Intelligent back analysis using data from the instrument (poster)Intelligent back analysis using data from the instrument (poster)
Intelligent back analysis using data from the instrument (poster)Hamed Zarei
 
Fuzzy and predictive control of a photovoltaic pumping system based on three-...
Fuzzy and predictive control of a photovoltaic pumping system based on three-...Fuzzy and predictive control of a photovoltaic pumping system based on three-...
Fuzzy and predictive control of a photovoltaic pumping system based on three-...journalBEEI
 
Optimal and robust controllers based design of quarter car active suspension ...
Optimal and robust controllers based design of quarter car active suspension ...Optimal and robust controllers based design of quarter car active suspension ...
Optimal and robust controllers based design of quarter car active suspension ...Mustefa Jibril
 
76201978
7620197876201978
76201978IJRAT
 
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units IJECEIAES
 
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...IDES Editor
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Editor IJARCET
 
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...IRJET Journal
 
Design of GCSC Stabilizing Controller for Damping Low Frequency Oscillations
Design of GCSC Stabilizing Controller for Damping Low Frequency OscillationsDesign of GCSC Stabilizing Controller for Damping Low Frequency Oscillations
Design of GCSC Stabilizing Controller for Damping Low Frequency OscillationsIJAEMSJORNAL
 
Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...
Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...
Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...ijeei-iaes
 
Numerical Method for Power Losses Minimization of Vector- Controlled Inductio...
Numerical Method for Power Losses Minimization of Vector- Controlled Inductio...Numerical Method for Power Losses Minimization of Vector- Controlled Inductio...
Numerical Method for Power Losses Minimization of Vector- Controlled Inductio...IAES-IJPEDS
 
Multi-objective Optimization Scheme for PID-Controlled DC Motor
Multi-objective Optimization Scheme for PID-Controlled DC MotorMulti-objective Optimization Scheme for PID-Controlled DC Motor
Multi-objective Optimization Scheme for PID-Controlled DC MotorIAES-IJPEDS
 
MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTRO...
MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTRO...MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTRO...
MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTRO...IAEME Publication
 

What's hot (20)

Cost Allocation of Reactive Power Using Matrix Methodology in Transmission Ne...
Cost Allocation of Reactive Power Using Matrix Methodology in Transmission Ne...Cost Allocation of Reactive Power Using Matrix Methodology in Transmission Ne...
Cost Allocation of Reactive Power Using Matrix Methodology in Transmission Ne...
 
Modelling design and control of an electromechanical mass lifting system usin...
Modelling design and control of an electromechanical mass lifting system usin...Modelling design and control of an electromechanical mass lifting system usin...
Modelling design and control of an electromechanical mass lifting system usin...
 
Model Predictive Current Control of a Seven-phase Voltage Source Inverter
Model Predictive Current Control of a Seven-phase Voltage Source InverterModel Predictive Current Control of a Seven-phase Voltage Source Inverter
Model Predictive Current Control of a Seven-phase Voltage Source Inverter
 
Analytical Evaluation of Generalized Predictive Control Algorithms Using a Fu...
Analytical Evaluation of Generalized Predictive Control Algorithms Using a Fu...Analytical Evaluation of Generalized Predictive Control Algorithms Using a Fu...
Analytical Evaluation of Generalized Predictive Control Algorithms Using a Fu...
 
Transmission Congestion Management by Using Series Facts Devices and Changing...
Transmission Congestion Management by Using Series Facts Devices and Changing...Transmission Congestion Management by Using Series Facts Devices and Changing...
Transmission Congestion Management by Using Series Facts Devices and Changing...
 
Soft Computing Technique Based Enhancement of Transmission System Lodability ...
Soft Computing Technique Based Enhancement of Transmission System Lodability ...Soft Computing Technique Based Enhancement of Transmission System Lodability ...
Soft Computing Technique Based Enhancement of Transmission System Lodability ...
 
Intelligent back analysis using data from the instrument (poster)
Intelligent back analysis using data from the instrument (poster)Intelligent back analysis using data from the instrument (poster)
Intelligent back analysis using data from the instrument (poster)
 
G010525868
G010525868G010525868
G010525868
 
Fuzzy and predictive control of a photovoltaic pumping system based on three-...
Fuzzy and predictive control of a photovoltaic pumping system based on three-...Fuzzy and predictive control of a photovoltaic pumping system based on three-...
Fuzzy and predictive control of a photovoltaic pumping system based on three-...
 
Optimal and robust controllers based design of quarter car active suspension ...
Optimal and robust controllers based design of quarter car active suspension ...Optimal and robust controllers based design of quarter car active suspension ...
Optimal and robust controllers based design of quarter car active suspension ...
 
76201978
7620197876201978
76201978
 
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
 
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
 
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
 
Design of GCSC Stabilizing Controller for Damping Low Frequency Oscillations
Design of GCSC Stabilizing Controller for Damping Low Frequency OscillationsDesign of GCSC Stabilizing Controller for Damping Low Frequency Oscillations
Design of GCSC Stabilizing Controller for Damping Low Frequency Oscillations
 
Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...
Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...
Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...
 
Numerical Method for Power Losses Minimization of Vector- Controlled Inductio...
Numerical Method for Power Losses Minimization of Vector- Controlled Inductio...Numerical Method for Power Losses Minimization of Vector- Controlled Inductio...
Numerical Method for Power Losses Minimization of Vector- Controlled Inductio...
 
Multi-objective Optimization Scheme for PID-Controlled DC Motor
Multi-objective Optimization Scheme for PID-Controlled DC MotorMulti-objective Optimization Scheme for PID-Controlled DC Motor
Multi-objective Optimization Scheme for PID-Controlled DC Motor
 
MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTRO...
MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTRO...MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTRO...
MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTRO...
 

Similar to Optimal tuning linear quadratic regulator for gas turbine by genetic algorithm using integral time absolute error

Signature PSO: A novel inertia weight adjustment using fuzzy signature for LQ...
Signature PSO: A novel inertia weight adjustment using fuzzy signature for LQ...Signature PSO: A novel inertia weight adjustment using fuzzy signature for LQ...
Signature PSO: A novel inertia weight adjustment using fuzzy signature for LQ...journalBEEI
 
IRJET- A New Approach to Economic Load Dispatch by using Improved QEMA ba...
IRJET-  	  A New Approach to Economic Load Dispatch by using Improved QEMA ba...IRJET-  	  A New Approach to Economic Load Dispatch by using Improved QEMA ba...
IRJET- A New Approach to Economic Load Dispatch by using Improved QEMA ba...IRJET Journal
 
Tuning PID Controller Parameters for Load Frequency Control Considering Syste...
Tuning PID Controller Parameters for Load Frequency Control Considering Syste...Tuning PID Controller Parameters for Load Frequency Control Considering Syste...
Tuning PID Controller Parameters for Load Frequency Control Considering Syste...IJERA Editor
 
Genetic Algorithm for Solving the Economic Load Dispatch
Genetic Algorithm for Solving the Economic Load DispatchGenetic Algorithm for Solving the Economic Load Dispatch
Genetic Algorithm for Solving the Economic Load DispatchSatyendra Singh
 
GWO-based estimation of input-output parameters of thermal power plants
GWO-based estimation of input-output parameters of thermal power plantsGWO-based estimation of input-output parameters of thermal power plants
GWO-based estimation of input-output parameters of thermal power plantsTELKOMNIKA JOURNAL
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Editor IJARCET
 
Model Validation and Control of an In-Wheel DC Motor Prototype for Hybrid El...
Model Validation and Control of an In-Wheel DC Motor  Prototype for Hybrid El...Model Validation and Control of an In-Wheel DC Motor  Prototype for Hybrid El...
Model Validation and Control of an In-Wheel DC Motor Prototype for Hybrid El...Scientific Review SR
 
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...IOSR Journals
 
Optimal power flow solution with current injection model of generalized inte...
Optimal power flow solution with current injection model of  generalized inte...Optimal power flow solution with current injection model of  generalized inte...
Optimal power flow solution with current injection model of generalized inte...IJECEIAES
 
The gravitational search algorithm for incorporating TCSC devices into the sy...
The gravitational search algorithm for incorporating TCSC devices into the sy...The gravitational search algorithm for incorporating TCSC devices into the sy...
The gravitational search algorithm for incorporating TCSC devices into the sy...IJECEIAES
 
Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...
Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...
Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...Cemal Ardil
 
Design and Implementation of Model Reference Adaptive Controller using Coeffi...
Design and Implementation of Model Reference Adaptive Controller using Coeffi...Design and Implementation of Model Reference Adaptive Controller using Coeffi...
Design and Implementation of Model Reference Adaptive Controller using Coeffi...IOSR Journals
 
2-DOF Block Pole Placement Control Application To: Have-DASH-IIBITT Missile
2-DOF Block Pole Placement Control Application To: Have-DASH-IIBITT Missile2-DOF Block Pole Placement Control Application To: Have-DASH-IIBITT Missile
2-DOF Block Pole Placement Control Application To: Have-DASH-IIBITT MissileZac Darcy
 
2-DOF Block Pole Placement Control Application To: Have-DASH-IIBITT Missile
2-DOF Block Pole Placement Control Application To: Have-DASH-IIBITT Missile2-DOF Block Pole Placement Control Application To: Have-DASH-IIBITT Missile
2-DOF Block Pole Placement Control Application To: Have-DASH-IIBITT MissileZac Darcy
 
Quantum behaved artificial bee colony based conventional controller for opti...
Quantum behaved artificial bee colony based conventional  controller for opti...Quantum behaved artificial bee colony based conventional  controller for opti...
Quantum behaved artificial bee colony based conventional controller for opti...IJECEIAES
 
Compensation of Data-Loss in Attitude Control of Spacecraft Systems
 Compensation of Data-Loss in Attitude Control of Spacecraft Systems  Compensation of Data-Loss in Attitude Control of Spacecraft Systems
Compensation of Data-Loss in Attitude Control of Spacecraft Systems rinzindorjej
 

Similar to Optimal tuning linear quadratic regulator for gas turbine by genetic algorithm using integral time absolute error (20)

Signature PSO: A novel inertia weight adjustment using fuzzy signature for LQ...
Signature PSO: A novel inertia weight adjustment using fuzzy signature for LQ...Signature PSO: A novel inertia weight adjustment using fuzzy signature for LQ...
Signature PSO: A novel inertia weight adjustment using fuzzy signature for LQ...
 
Tuning of PID, SVFB and LQ Controllers Using Genetic Algorithms
Tuning of PID, SVFB and LQ Controllers Using Genetic AlgorithmsTuning of PID, SVFB and LQ Controllers Using Genetic Algorithms
Tuning of PID, SVFB and LQ Controllers Using Genetic Algorithms
 
paper11
paper11paper11
paper11
 
IRJET- A New Approach to Economic Load Dispatch by using Improved QEMA ba...
IRJET-  	  A New Approach to Economic Load Dispatch by using Improved QEMA ba...IRJET-  	  A New Approach to Economic Load Dispatch by using Improved QEMA ba...
IRJET- A New Approach to Economic Load Dispatch by using Improved QEMA ba...
 
Tuning PID Controller Parameters for Load Frequency Control Considering Syste...
Tuning PID Controller Parameters for Load Frequency Control Considering Syste...Tuning PID Controller Parameters for Load Frequency Control Considering Syste...
Tuning PID Controller Parameters for Load Frequency Control Considering Syste...
 
Genetic Algorithm for Solving the Economic Load Dispatch
Genetic Algorithm for Solving the Economic Load DispatchGenetic Algorithm for Solving the Economic Load Dispatch
Genetic Algorithm for Solving the Economic Load Dispatch
 
GWO-based estimation of input-output parameters of thermal power plants
GWO-based estimation of input-output parameters of thermal power plantsGWO-based estimation of input-output parameters of thermal power plants
GWO-based estimation of input-output parameters of thermal power plants
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
 
Model Validation and Control of an In-Wheel DC Motor Prototype for Hybrid El...
Model Validation and Control of an In-Wheel DC Motor  Prototype for Hybrid El...Model Validation and Control of an In-Wheel DC Motor  Prototype for Hybrid El...
Model Validation and Control of an In-Wheel DC Motor Prototype for Hybrid El...
 
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
 
Optimal power flow solution with current injection model of generalized inte...
Optimal power flow solution with current injection model of  generalized inte...Optimal power flow solution with current injection model of  generalized inte...
Optimal power flow solution with current injection model of generalized inte...
 
The gravitational search algorithm for incorporating TCSC devices into the sy...
The gravitational search algorithm for incorporating TCSC devices into the sy...The gravitational search algorithm for incorporating TCSC devices into the sy...
The gravitational search algorithm for incorporating TCSC devices into the sy...
 
Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...
Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...
Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...
 
Design and Implementation of Model Reference Adaptive Controller using Coeffi...
Design and Implementation of Model Reference Adaptive Controller using Coeffi...Design and Implementation of Model Reference Adaptive Controller using Coeffi...
Design and Implementation of Model Reference Adaptive Controller using Coeffi...
 
2-DOF Block Pole Placement Control Application To: Have-DASH-IIBITT Missile
2-DOF Block Pole Placement Control Application To: Have-DASH-IIBITT Missile2-DOF Block Pole Placement Control Application To: Have-DASH-IIBITT Missile
2-DOF Block Pole Placement Control Application To: Have-DASH-IIBITT Missile
 
2-DOF Block Pole Placement Control Application To: Have-DASH-IIBITT Missile
2-DOF Block Pole Placement Control Application To: Have-DASH-IIBITT Missile2-DOF Block Pole Placement Control Application To: Have-DASH-IIBITT Missile
2-DOF Block Pole Placement Control Application To: Have-DASH-IIBITT Missile
 
A Case Study of Economic Load Dispatch for a Thermal Power Plant using Partic...
A Case Study of Economic Load Dispatch for a Thermal Power Plant using Partic...A Case Study of Economic Load Dispatch for a Thermal Power Plant using Partic...
A Case Study of Economic Load Dispatch for a Thermal Power Plant using Partic...
 
C011111829
C011111829C011111829
C011111829
 
Quantum behaved artificial bee colony based conventional controller for opti...
Quantum behaved artificial bee colony based conventional  controller for opti...Quantum behaved artificial bee colony based conventional  controller for opti...
Quantum behaved artificial bee colony based conventional controller for opti...
 
Compensation of Data-Loss in Attitude Control of Spacecraft Systems
 Compensation of Data-Loss in Attitude Control of Spacecraft Systems  Compensation of Data-Loss in Attitude Control of Spacecraft Systems
Compensation of Data-Loss in Attitude Control of Spacecraft Systems
 

More from IJECEIAES

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...IJECEIAES
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionIJECEIAES
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...IJECEIAES
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...IJECEIAES
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningIJECEIAES
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...IJECEIAES
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...IJECEIAES
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...IJECEIAES
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...IJECEIAES
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyIJECEIAES
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationIJECEIAES
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceIJECEIAES
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...IJECEIAES
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...IJECEIAES
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...IJECEIAES
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...IJECEIAES
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...IJECEIAES
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...IJECEIAES
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...IJECEIAES
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...IJECEIAES
 

More from IJECEIAES (20)

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regression
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learning
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancy
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performance
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
 

Recently uploaded

The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 

Recently uploaded (20)

The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 

Optimal tuning linear quadratic regulator for gas turbine by genetic algorithm using integral time absolute error

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 10, No. 2, April 2020, pp. 1367~1375 ISSN: 2088-8708, DOI: 10.11591/ijece.v10i2.pp1367-1375  1367 Journal homepage: http://ijece.iaescore.com/index.php/IJECE Optimal tuning linear quadratic regulator for gas turbine by genetic algorithm using integral time absolute error Jamal M. Ahmed College of Electronics Engineering, Ninevah University, Ninevah, Iraq Article Info ABSTRACT Article history: Received Feb 20, 2019 Revised Oct 10, 2019 Accepted Oct 18, 2019 For multiple input-multiple output (MIMO) systems, the most common control strategy is the linear quadratic regulator (LQR) which relies on state vector feedback. Despite this strategy gives very good result, it still has trial and error procedure to select the values of its weight matrices which plays a important role in reaching to the desiered system performance. In order to overcome this problem, the Genetic algorithm is used. The design of genetic algorithm based linear quadratic regulator (GA-LQR) utilized Integral time absolute error (ITAE) as a cost function for optimization. The propsed procedure is implemented on a linear model of gas turbine to control the generator spool’s speed and the output power. Keywords: Gas Turbine Genetic Algorithm ITAE LQR Copyright © 2020 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Jamal M. Ahmed, College of Electronics Engineering, Ninevah University, Almajmuaa Street, Mosul, Ninevah, Iraq. Email: Jamal1961eng@yahoo.com 1. INTRODUCTION One of the most common regulators that has been used in the case of MIMO systems is the Linear Quadratic Regulator (LQR) which minimizes the excursion in state trajectories of a system while requiring minimum controller effort [1-3]. Moreover, LQR provides robust stability with a minimized energy-like performance index [4]. However, the startup realizations of the regulator are not straightforward task because they need try and error selection of the parameters (definition of weight matrices) [5]. There is no analytic process of finding the parameters that obtain the optimal performance of the LQR. Over the past couple of decades andmore, Genetic Algorithm as an optimization technique has been successfully applied to a wide variety of engineering problems, because of its simplicity, global perspective, and inherent parallel processing [6]. Therefore, such optimization technique can be used to design LQR for MIMO systems in a more systematic way. The GA was used to determine the weight matrices for single-input single-output systems [7]. Other reserchers used Ant Colony Optimization technique to determine the tuning parameters of the LQR [8, 9]. In this paper, as a case study to most popular industrial MIMO system, genetic algorithm based LQR is applied to linear model for the gas turbine engine (LV100) The proposed method gave systematic procedure to design LQR with optimal performance that satisfies the required design. 2. ENGINE GAS TURBINE MATHEMATICAL MODEL In this model, there are two engine spools connected to the turbine and there is a recuperate that is inserted for thermodynamic efficiency improvement. Also, there are low pressure and high pressure turbines where the low pressure turbine is coupled with the vehicle transmission while the high pressure turbine is used to drive the compressor [10-12]. The schematic structure of the LV100 gas turbine is shown in Figure 1.
  • 2.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 10, No. 2, April 2020 : 1367 - 1375 1368 Figure 1. Gas turbine engine schematic diagram (LV100) Practically, it is required control the two inputs, main fuel flow and output power, to adjust the gas spool speed [10]. The system has five states with two inputs and two outputs. 𝑥̇ = 𝐴𝑥 + 𝐵𝑢 (1) 𝑦 = 𝐶𝑥 + 𝐷𝑢 (2) 𝑢 = [𝑊𝑓 𝑉𝐴𝑇𝑁] ′ 𝑎𝑠 𝑡ℎ𝑒 𝑖𝑛𝑝𝑢𝑡 , 𝑦 = [𝑁𝑔 𝑇6] ′ 𝑎𝑠 𝑡ℎ𝑒 𝑜𝑢𝑡𝑝𝑢𝑡. Where: xwf and xVATN are the states that has been associated with actuation of the state of a normalized space representation.  ' 6 ATNVwfpg xxTNNx  It is clear that this state-space model is open-loop unstable since it has the following set of eigenvalues: [-3.3330 -0.1096 1.4088 25.0000 - 33.3300] Moreover, the model is completely controllable as the rank of the controllability matrix is 5 which is the dimension of the state vector. The model of the gas turbine as a transfer function is represented as follow: [ y1 y2 ] = [ G11 G12 G21 G22 ] [ u1 u2 ]
  • 3. Int J Elec & Comp Eng ISSN: 2088-8708  Optimal tuning linear quadratic regulator for gas turbine by genetic algorithm using … (Jamal M. Ahmed) 1369 G11 = 42.95 s + 4.634 s3 + 26.53s2 + 38.3s + 4.128 G12 = 300.4s2 + 120.2 s − 10.71 s4 + 29.86 s3 + 126.7s2 + 131.8s + 13.76 G21 = 6.309 s + 0.7566 s3 + 34.86s2 + 51.02s + 5.504 G22 = −4.489s2 − 56.16 s − 6.554 s4 + 38.19 s3 + 167.2s2 + 175.6s + 18.35 3. GENETIC ALGORITHM Genetic Algorithm (GA) it is global-search that based on the biological theory of evolution in addition to the mechanism of the natural genetic. One the main advantages of this algorithm is that it is computationally simple and does not have any assumption about the space of the search where it more likely to converge toward a global solution because it simultaneously evaluates more than one point in the parameter space. Another advantage of this method is that it is recommended for searching noisy, multimodal and complex system. This algorithm is different from other algorithms by the working principle where it deals with the coding of the parameters rather than the parameters themselves. Also, in certain cases, the binary coding has been suggested [13]. Regarding search method, the search for the population of points and climb many picks are done in parallel and the algorithm needs only the object function values to manage the search without the need for other auxiliary information. To guide its search, GA uses probabilistic transition rules rather than the deterministic transition rules to manage its search. For these reasons, GA gives better and more robust results than other traditional methods [14]. In GA, population is the set of all strings where each string is one possible solution for the problem. It starts by generate initial population of strings randomly then, by applying genetic operators, the population evolves from generation to generation. According to their fitness value, all the strings will be evacuated. Figure 2 shows the three main operators of the GA which are reproduction, crossover, and mutation [15, 16]. Figure 2. Flowchart of genetic algorithms
  • 4.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 10, No. 2, April 2020 : 1367 - 1375 1370 4. LINEAR QUADRATIC REGULATOR (LQR) Liner quadratic regulator (LQR) is a control that working based on minimizing the index of the quadratic performance which as result provide an optimal control law [17-19]. The block diagram of the LQR is shown in Figure 3. Figure 3. Linear quadratic regulator structure The aim of the design is to minimize the quadratic cost function J by finding the suitable control input u, where Q is the state matrix while R is the weighting matrix [20, 21]. (3) According to the LQR, Q should be positive semi-definite while the weighting matrix R should be positive definite. The state space representation for a system is shown in (5). (4) where (A, B) is stable, the optimal control u is defined as: (5) Where The matrix K is giving by (6) The symmetric definite matrix P is the solution of the algebraic Riccati equation given by (7) The closed-loop system which has the optimal Eigen values is given by (8) The block diagram of LQR controller of the gas turbineis shown in the Figure 4
  • 5. Int J Elec & Comp Eng ISSN: 2088-8708  Optimal tuning linear quadratic regulator for gas turbine by genetic algorithm using … (Jamal M. Ahmed) 1371 Figure 4. Blok diagram LQR with gas turbine 5. OBJECTIVE FUNCTION Objective function considered as the heart of the genetic algorithm and the most difficult part of its design. For this paper, it is required to evaluate the optimum LQR controller for a gas turbine so the objective function will be selected to achieve this aim. The objective function might me created depending on the controller performance like the overshoot and rise time but it is better to combine all the transient and steady state specifications in the objective function [22]. This combination will minimize the error of the controlled system. The effectiveness of the objective function will be directly on the chromosome where each chromosome will pass into it [23]. After passing into the objective function, chromosome will be evaluated and according to this evaluation, it will be assigned by a number that represent its fitness where the bigger number is the better fitness. This fitness value then will be used to create new population. Defining the chromosome representation will be the start of the tuning procedure by the GA where each chromosome is represented in a real value form as shown in Figure 5. Figure 5. Chromosome definition The state and weight matrices Q and R will be represented by seven values and these values will form the chromosome. These seven values are q11, q22, q33, q44, q55, r11and r22. These values must be positive to be evaluated [24,25]. The next step is the calculation of the fitness function where it represents the quality of the chromosome and it can be defined in many different forms, in this paper, we will define it as Integral Time Absolute Error (ITAE) 𝐼𝑇𝐴𝐸 = ∫ 𝑡|𝑒(𝑡)|𝑑𝑡 = ∫ 𝑡|𝑟(𝑡) − 𝑦(𝑡)|𝑑𝑡 𝑇 0 𝑇 0 (9) Figure 6 shows the GA_LQR of the gas turbine.
  • 6.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 10, No. 2, April 2020 : 1367 - 1375 1372 Figure 6. Block diagram of GA-LQR controller of the gas turbine 6. SIMULATION AND RESULTS In this section, the result of the GA-LQR will be analyzed after been analyzed with a population size of 20. The response specifications that will be analyzed are the overshoot, where it desired to be minimum, rise time and settling time, they are desired to be fastest. Table 1 summarize the GA property with the relative values and methods since the best response will be selected depending on them. Table 1. Parameters of GA GA property Value/Method Population Size 20 Max No. of Generations 100 Fitness Function Integral Time Absolute Error (ITAE) Selection Method Normalized Geometric Selection Probability of Selection 0.05 Crossover Method scattering Crossover probability 0.2 Mutation Method Uniform Mutation Mutation Probability 0.01 The GA- LQR controller weight matrices Q andR are: Q = blkdiag(q11 , q22 , q33 , q44 , q55) = blkdiag(45.949, 0.251873, 45.7067, 0.367866, 0.418926) R = blkdiag( r11, r22 ) = blkdiag(0.230221, 5.08264 e-005) The solution of the algebraic Riccati equation matrix P is                      0061.00443.00199.00001.00445.0 0443.06665.147150.20053.08704.0 0199.07150.28836.00319.00457.0 0001.00053.00319.01246.11157.0 0445.08704.00453.01157.00905.1 P
  • 7. Int J Elec & Comp Eng ISSN: 2088-8708  Optimal tuning linear quadratic regulator for gas turbine by genetic algorithm using … (Jamal M. Ahmed) 1373 The feedback gain matrix K is giving by, PBRK T1  𝐾 =         7276.1203987.8727974.3918287.27125.874 1926.07061.637930.110029.07806.3 The closed loop poles (Eigen values) are shown in Table 2. The number of generation of the weight matrices Q and R elements (q11,, q22 , q33 , q44, q55 , r11 and r22) values of GA-LQR controller are shown in Figure 7. The state vector response for GA-LQR with input vector [1 0] and illustratingboth gasgenerator spool speed Ng and vehicle transmission T6 outputs are shown in Figure 8. Figure 9 shows the state vector response for GA-LQR with input vector [0 1]. The obtained results are comared with that obtained in [6] as shown in Table 3. Table 2. Eigen values Closed loop poles Value P1 -75.2227 +37.5527i P2 -75.2227 - 37.5527i P3 -48.5339 +40.0904i P4 -48.5339 - 40.0904i P5 -0.1125 Figure 7. Number of generation of GA-LQR parameters Q and R Figure 8.The state vector response of the GA- LQR with input [1 0]
  • 8.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 10, No. 2, April 2020 : 1367 - 1375 1374 Figure 9. The state vector response of the GA- LQR with input [0 1] Table 3. Time response specifications Response charaecteristics GA-LQR LQR of Ref.6 Rise time 0.04 0.39 Settling time 0.07 0.686 Percentage overshoot 0.01 0.002 7. CONCLUSION In conclusion, this paper presented a method that used GA technique with LQR then applied to state feedback control system. This strategy modified the state transition matrix then it used to propose the outline the difficulties at the LQR control process. These difficulties were consisting of the definition of the Q and R matrices (Weight matrices). This paper should that GA-LQR guaranteed the required system response specifications which were fasten the rise time and settling time. REFERENCES [1] Brian D.O. Anderson, John B. Moore, “Optimal Control: Linear Quadratic Methods,” Prentice-Hall International, Inc., Englewood Cliffs, NJ, 1989. [2] M. Almobaied, I. Eksin, and M. Guzelkaya, "Design of lqr controller with big bang-big crunch optimization algorithm based on time domain criteria," in 2016 24th Mediterranean Conference on Control and Automation (MED), pp. 1192-1197, 2016. [3] A. Wiese, M. Blom, C. Manzie, M. Brear, and A. Kitchener, "Model reduction and MIMO model predictive control of gas turbine systems," Control Engineering Practice, vol. 45, pp. 194-206, 2015. [4] R. G. Subramanian and V. K. Elumalai, "Robust MRAC augmented baseline LQR for tracking control of 2 DoF helicopter," Robotics and Autonomous Systems, vol. 86, pp. 70-77, 2016. [5] K. Miyamoto, J. She, D. Sato, and N. Yasuo, "Automatic determination of LQR weighting matrices for active structural control," Engineering Structures, vol. 174, pp. 308-321, 2018. [6] K. Deb, “Introduction to Genetic Algorithms for Engineering Optimization,” Part of the Studies in Fuzziness and Soft Computing book series (STUDFUZZ, volume 141), Springer, pp13-51, 2004. [7] A. I. Abdulla, J. M. Ahmed, S. M. Attya, “Genetic Algorithm (GA) Based Optimal Feedback Control Weighting Matrices Computation,” Al-Rafidain Engineering, Vol.21, No. 5 October 2013. [8] S. Eshtehardiha, A. Kiyoumarsi, and M. Ataei, "Optimizing LQR and pole placement to control buck converter by genetic algorithm," in 2007 International Conference on Control, Automation and Systems, pp. 2195-2200, 2007. [9] A. M. Hamza, M. S. Saad, H. M. Rashad, and A. Bahgat, "Gas Turbine LQR, INTEGRAL Controllers and Optimal PID Tuning by Ant Colony Optimization Comparative Study," International Journal of Computer Science and Telecommunications, vol. 4, pp. 35-41, 2013. [10] K. Ogata, "Engenharia de controle moderno, Ed," São Paulo: 4º, 2003. [11] Zhang, Xiao-yi. "Gas turbine controller and a method for controlling a gas turbine." U.S. Patent No. 9,422,866. 23 Aug. 2016. [12] Gassner, Martin Erwin, et al. "Method and system for controlling a sequential gas turbine engine," U.S. Patent Application No. 15/458,912.
  • 9. Int J Elec & Comp Eng ISSN: 2088-8708  Optimal tuning linear quadratic regulator for gas turbine by genetic algorithm using … (Jamal M. Ahmed) 1375 [13] P. S. Oliveira, L. S. Barros, and L. d. Q. S. Júnior, "Genetic algorithm applied to state feedback control design," in 2010 IEEE/PES Transmission and Distribution Conference and Exposition: Latin America (T&D-LA), pp. 480-485, 2010. [14] S. Sivanandam and S. Deepa, "Genetic algorithm optimization problems," in Introduction to Genetic Algorithms, ed: Springer, pp. 165-209, 2008. [15] G. Wang, M. Zhang, X. Xu, and C. Jiang, "Optimization of controller parameters based on the improved genetic algorithms," in 2006 6th World Congress on Intelligent Control and Automation, pp. 3695-3698, 2006. [16] S. I. Khather, M. Almaged, and A. I. Abdullah, "Fractional order based on genetic algorithm PID controller for controlling the speed of DC motors," International Journal of Engineering & Technology, vol. 7, pp. 5386-5392, 2018. [17] N. Magaji, M. F. Hamza, and A. Dan-Isa, "Comparison of GA and LQR tuning of static VAR compensator for damping oscillations," International Journal of Advances in Engineering & Technology, vol. 2, p. 594, 2012. [18] K. H. Reddy, P. Ramanathan, and S. Ramasamy, "LQR based PI plus PD controller to control the Non-linear process," in 2016 Online International Conference on Green Engineering and Technologies (IC-GET), pp. 1-4, 2016. [19] Das, Himadry Shekhar, et al. "Fuel cell and ultracapacitor energy system control using linear quadratic regulator proportional integral controller," Electrical Engineering 101.2, 559-573, 2019. [20] M. Haraguchi and H. Hu, "Using a new discretization approach to design a delayed LQG controller," Journal of sound and vibration, vol. 314, pp. 558-570, 2008. [21] Levine, William S. "Linear quadratic regulator control," The Control Systems Handbook. CRC Press, 403-426 ,2018. [22] Khatir, Samir, et al. "Genetic algorithm based objective functions comparative study for damage detection and localization in beam structures," Journal of Physics: Conference Series, Vol. 628. No. 1. IOP Publishing, 2015. [23] A. Oonsivilai and R. Oonsivilai, "A genetic algorithms programming application in natural cheese products," Wseas Transactions on Systems, vol. 8, pp. 44-54, 2009. [24] A. Oonsivilai and R. Oonsivilai, "Parameter estimation of frequency response twin-screw food extrusion process using genetic algorithms," WSEAS TRANSACTIONS on SYSTEMS, vol. 7, pp. 626-636, 2008. [25] Munje, Ravindra, Balasaheb Patre, and Akhilanand Tiwari. "State feedback control using linear quadratic regulator." Investigation of Spatial Control Strategies with Application to Advanced Heavy Water Reactor. Springer, Singapore, 61-77, 2018.