SlideShare a Scribd company logo
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 Inverter
idescitation
 
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
 
G010525868
G010525868G010525868
G010525868
IOSR Journals
 
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
76201978
IJRAT
 
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 Oscillations
IJAEMSJORNAL
 
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 Motor
IAES-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
 
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
International Journal of Engineering Inventions www.ijeijournal.com
 
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 Dispatch
Satyendra 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 plants
TELKOMNIKA 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 Missile
Zac 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 Missile
Zac Darcy
 
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...
International Journal of Science and Research (IJSR)
 
C011111829
C011111829C011111829
C011111829
IOSR Journals
 
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

Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...
IJECEIAES
 
Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...
IJECEIAES
 
Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...
IJECEIAES
 
Smart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a surveySmart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a survey
IJECEIAES
 
Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...
IJECEIAES
 
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
IJECEIAES
 
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
IJECEIAES
 
Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...
IJECEIAES
 
Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...
IJECEIAES
 
Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...
IJECEIAES
 
Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...
IJECEIAES
 
An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...
IJECEIAES
 
Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...
IJECEIAES
 
A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...
IJECEIAES
 
A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...
IJECEIAES
 
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbersFuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
IJECEIAES
 
The performance of artificial intelligence in prostate magnetic resonance im...
The performance of artificial intelligence in prostate  magnetic resonance im...The performance of artificial intelligence in prostate  magnetic resonance im...
The performance of artificial intelligence in prostate magnetic resonance im...
IJECEIAES
 
Seizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networksSeizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networks
IJECEIAES
 
Analysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behaviorAnalysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behavior
IJECEIAES
 
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
IJECEIAES
 

More from IJECEIAES (20)

Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...
 
Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...
 
Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...
 
Smart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a surveySmart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a survey
 
Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...
 
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
 
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
 
Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...
 
Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...
 
Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...
 
Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...
 
An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...
 
Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...
 
A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...
 
A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...
 
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbersFuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
 
The performance of artificial intelligence in prostate magnetic resonance im...
The performance of artificial intelligence in prostate  magnetic resonance im...The performance of artificial intelligence in prostate  magnetic resonance im...
The performance of artificial intelligence in prostate magnetic resonance im...
 
Seizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networksSeizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networks
 
Analysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behaviorAnalysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behavior
 
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
 

Recently uploaded

TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 

Recently uploaded (20)

TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 

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.