SlideShare a Scribd company logo
International Journal of Engineering Research and Development
e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com
Volume 11, Issue 06 (June 2015), PP.30-37
30
Neuro-Genetic Optimization of LDO-fired Rotary Furnace
Parameters for the Production of Quality Castings
Gurumukh Das1
, Padam Das2
1
Assistant Professor, Department of Mechanical Engineering, Faculty of Engineering, DEI, Agra, UP, INDIA.
2
Adviser - Workshop, Department of Mechanical Engineering, Faculty of Engineering, DEI, Agra, UP, INDIA.
Abstract:- The rising demand for high quality homogenous castings necessitate that vast amount of
manufacturing knowledge be incorporated in manufacturing systems. Rotary furnace involves several critical
parameters like excess air, flame temperature, rotational speed of the furnace drum, melting time, preheat air
temperature, fuel consumption and melting rate of the molten metal which should be controlled throughout the
melting process. A complex relationship exists between these manufacturing parameters and hence there is a
need to develop models which can capture this complex interrelationship and enable fast computation. In the
present work, we propose a generic approach where the applicability and effectiveness of neural network in
function approximation is used for rapid estimation of melting rate and they are integrated into the framework
of genetic evolutionary algorithm to form a neuro-genetic optimization technique. A neural network model is
trained with the experimental results. The results indicate that the heuristic converges to better solutions rapidly
as it provides the values of various process parameters for optimizing the objective in a single run and thus
assists for the improvement of quality in development of sound parts.
Keywords:- Rotary furnace, Neural networks (NN), Genetic algorithm (GA), Optimization, Neuro-genetic
optimization
I. INTRODUCTION
A continuously rotating dome for getting homogeneous castings is the main idea of eco-friendly Rotary
Furnace. This furnace consists of a cylindrical structure, which rotates continuously about its axis. The furnace
can be run by a variety of fuels but at present we are considering a light diesel oil (LDO) fired furnace. This
technique suits the conditions and requirements of the local foundries in terms of the cost of castings produced
as well as their quality. Moreover, the pollutants emitted by the furnace are well within the range specified by
the central pollution control board (CPCB) of India.
The Rotary furnace is the most versatile and economical mode of melting iron in ferrous foundries. But
it is very strange that a very little information is available in the form of literature on this furnace.
There are a number of variables controllable to varying degrees which affect the quality and
composition of the out-coming molten metal. These variables, such as excess air, flame temperature, rotational
speed of the furnace drum, melting time, preheat air temperature, fuel consumption and melting rate play
significant role in determining the molten metal‟s properties and should be controlled throughout the melting
process. However, even an experienced operator may find it difficult to select the optimum input parameters
which would yield ideal molten metal and often he may choose them by guessing which may not be effective
and economical [1].
Process parameters are optimized to minimize the production cost in conventional manufacturing. In
specialized manufacturing applications, such as production of high quality homogeneous castings in rotary
furnace, achievement of specific goals in terms of improved casting quality and homogeneity may be the
primary objective. Considering such requirements, it is imperative that the process parameters are chosen
appropriately so as to ensure high quality castings and minimum possible production cost without violating any
of the imposed constraints.
Thus, in order to optimize process parameters, variety of soft computing techniques is used. Genetic
algorithm (GA) has been widely used for the selection of the operating conditions in several other applications.
To simplify modeling, simulated annealing, fuzzy logic, and neural networks (NNs) have been used with the
GAs. The GA finds the optimal solutions quickly when the analytical or empirical models are not available [2].
In this work, an effort is made to develop a neuro-genetic optimization technique, using a NN in
tandem with genetic evolutionary algorithm (GEA) in determining the optimal process parameters. The
optimization is performed using the GEA, which requires that, the fitness function, i.e., the value of melting rate
for a set of process parameters, is easily computable for the method to be computationally tractable. An artificial
neural network (ANN) model is used to provide the fitness function value in the technique. This technique has
its own modeling and optimization tool to model the system from experimental data and to obtain the optimal
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Production of Quality Castings
31
operating conditions. This provides the value of process parameters in the form of result that correlate well with
the experimental data. In this work operating conditions were selected to maximize the melting rate [3].
II. THEORETICAL BACKGROUND
Back propagation (BP) is one of the basic and most frequently used NNs. The user determines the
number of inputs, outputs, hidden layers, and nodes of the hidden layers. In most applications, each node is
connected to all the nodes of the next layer. The hidden and output layer nodes multiply the incoming values by
weights and use a transfer function to determine their output. Sigmoid is the most commonly used transfer
function. Linear, Gaussian, and various hyperbolic functions have also been used depending on the need. The
network starts to process the incoming training signals with arbitrary weights. The error is calculated by
comparing the output of the network with the corresponding values in the training file. All the weights are
adjusted by back-propagating the errors through the network at each interaction. This process is repeated many
times until the network‟s output errors are reduced to an acceptable level [4].
Fig.1: NN Architecture
ANNs are currently gaining wide popularity in manufacturing field. ANNs are proposed to represent
the relationship between the operating conditions and the process-related variables because of their data driven
approach i.e. they can capture and model extremely complex relationships even without the help of an explicitly
stated mathematical model. This property of ANNs is extremely useful in situations where it is difficult to
derive the mathematical model that links the various parameters.
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Production of Quality Castings
32
The back propagation neural network (BPNN) is a multiple layer network with one input layer, one
output layer and some hidden layers between input and output layers. Its learning procedure is based on gradient
search with least sum squared optimality criterion. This algorithm can be expressed succinctly in the form of a
pseudo-code as given below:
PSEUDO-CODE:
1. Pick a rate parameter R.
2. Until performance is satisfactory.
3. For each sample input, compute the resulting output.
4. Compute  for nodes in the output layer using: z = Dz – Oz; where D represents the desired output and O
represents the actual output of the neuron.
5. Compute  for all other nodes using:  1j j k k k kk
W O O  
6. Compute weight changes for all weights using:  1i j i j j jW rOO O   
7. Add up the weight changes for all sample inputs and change the weights [5].
The standard BP algorithm suffers from the serious drawbacks of slow convergence and inability to
avoid local minima. Therefore, BP with Levenberg-Marquardt (LM) approximation is used in this work. LM
learning rule uses an approximation of the Newton's method to get better performance. This technique is
relatively faster but requires more memory. The LM update rule is:  
1T T
W JJ J I e

   ; where J is the
Jacobean matrix of derivatives of each error to each weight, is a scalar and e is an error vector. If the scalar is
very large, the above expression approximates the Gradient Descent method and if it is small, the above
expression becomes the Gauss–Newton method. The Gauss–Newton method is faster and more accurate near
error minima. Hence, the aim is to shift towards the Gauss–Newton as quickly as possible. The  is decreased
after each successful step and increased only when the step increases the error [6-8].
GA uses the biological evolution principles including natural selection and survival of the fittest. All
the parameters are represented with chromosomes. The algorithm tries to find the best 0 and 1 combination of
this string either to minimize or to maximize the objective function [9]. The penalty functions might be used to
force some of the parameters to stay in the selected range. The user generally selects the population size, the
number of children for each set of the parents, and the probability of mutation [10]. The chromosomes are
generated randomly for the first generation. GA has proved to be an effective tool for optimization of machining
parameters as it converges to optimum solutions rapidly [11].
GA uses the biological evolution principles including natural selection, and survival of the fittest. The
user determines the number of the binary digits to be assigned for each parameter and their boundaries.
Additional bits can be assigned for switches. All the parameters and the switches are represented with
chromosome. The algorithm tries to find the best 0 and 1 combination of this string either to minimize or to
maximize the objective function. The penalty functions might be used to force some of the parameters to stay in
the selected range. The user generally selects the population size, the number of children for each set of the
parents, and the probability of mutation. The chromosomes are generated randomly for the first generation.
Generally, GAs follows a five-step optimization procedure which includes:
a. Selection of the mating parents
b. Selection of the hereditary chromosomes from the parents
c. Gene crossover
d. Gene mutation, and
e. Creation of the next generation [12].
The general scheme of GA is shown in Fig.2.
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Production of Quality Castings
33
Fig.2: General scheme of GA.
III. PROPOSED OPTIMIZATION SYSTEM
The technique in this work used one BPNN and one GA. The NN had one output as melting rate to
have the best possible accuracy. The inputs of the NN were the flame temperature, preheat air temperature,
rotational speed of the furnace, excess air percentage, melting time and fuel consumption. The NN was trained
to estimate the melting rate by using the experimental results in Appendix. The architecture of the proposed
optimization system is shown in Fig.3.
Fig.3: The Architecture of the proposed optimization system.
The pseudo-code of the proposed algorithm can be expressed concisely as under:
PSEUDO-CODE:
1) Initialize:
a) Randomly select „N‟ parent strings,
b) Determine number of children to be generated by each parent,
c) Initialize Pareto-optimal Set (PS).
2) For each parent „i‟, generate „m (i)‟ children using crossover.
3) Perform mutation with a probability „pm’.
4) Find the best child for each parent, based on fitness evaluated with the NN model.
5) Select the best child as the parent for the next generation.
6) Repeat step 7 to step 10 for each family.
7) Count=0.
8) Repeat step 9 for each child; go to step 10.
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Production of Quality Castings
34
9) Increase count as per pseudo-code given in the explanation of steps 6-9.
10) Acceptance number of the family is equal to count (A).
11) Sum up the acceptance number of all the families (S).
12) For each family „i‟, calculate the number of children to be generated in the next generation according to
the following formula: m(i)=(T×A)/S; where T=Total number of children generated by all the
families.
13) Update PS.
14) Repeat step 2 to step 14 until a certain number of iteration has been reached.
The NN model is used to provide the fitness function value by incorporating in the above mentioned
algorithm. This approach of using a NN model, in tandem with GEA is quite novel.
IV. EXPERIMENTAL SETUP AND DATA COLLECTION
The rotary furnace data used to train the ANNs have been extracted from the experiments conducted on
self-designed and developed furnace (see Fig.4) at Foundry Shop, Faculty of Engineering, DEI, Dayalbagh,
Agra, India.
Fig.4: Self-designed and developed Rotary furnace at Faculty of Engineering DEI, Agra
In the experimentation, 200 kg of the charge is melted in the rotary furnace. A circular burner is used
for burning light diesel oil (LDO) as fuel. Due to the heat transfer by conduction, when refractory material
comes in contact with the molten charge, to have better heat transfer, the maximum time is given to refractory to
be in contact with the charge. The quantity of fuel consumed is reduced in subsequent heats and normally it is
found to be almost constant in third heat onwards.
Numbers of experiments were conducted at different percentage of excess air varying from 10% to
50% and amount of air preheat from 200°C to 400°C.
It was observed that it is difficult to achieve the rotation below 0.8 RPM from the fabricated rotary
furnace so, keeping this in view the experiments were carried out at rotational speed ranged from 0.8 to 2.0
RPM and the following results were obtained.
While conducting experiments, it was observed that rate of melting varies with change of rotational
speed. The charge of 200 kg when melted at 2 RPM takes 45 min, the rate of melting (MR) is given by:
Quantity of charge in 60 0.2 60
0.266 (Metric Ton) /
Time taken for complete melting 45
MT
MR MT hr
 
  
Under similar conditions, the total time taken for complete melting from third heat onwards was
reduced to 35 min, when the rotational speed is reduced to 1 RPM. The MR is given by:
Quantity of charge in 60 0.2 60
0.343 /
Time taken for complete melting 35
MT
MR MT hr
 
  
From above, it can be interpreted that the rate of melting is high at slower rotational speed. During
experimentation it was observed that the fuel consumption varies with rotational speed percentage of excess air
and air preheat temperature. Charge of 200 kg, when melted in the furnace at 2 RPM with 20% excess air and
300°C air preheat, takes 47 min and consumed 85 liters of LDO.
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Production of Quality Castings
35
 
 
Fuel consumed 85
Rate of fuel consumption 0.425
Quantity of charge 200
liters liters
kgkg
  
Under similar conditions, the fuel consumption for complete melting of charge at the rotational speed
of 1 RPM with 20% excess air and 300°C air preheat is 81 liters.
 
 
Fuel consumed 81
Rate of fuel consumption 0.405
Quantity of charge 200
liters liters
kgkg
  
From the above discussion it can be interpreted that the rate of fuel consumption is high at higher
rotational speed.
Large numbers of heats were taken from the rotary furnace with the variations of the above mentioned
parameters and finally a set of 201 heats was obtained from the furnace. This data was used to train the artificial
NN and to find optimum operating conditions for maximizing melting rate in the proposed technique. Here, a set
of 50 readings is presented.
V. RESULTS AND DISCUSSIONS
A two layer feed forward network with six input neurons, twelve neurons in the first hidden layer (S1),
ten neurons in the second hidden layer (S2), and one output neurons in the output layer was designed and trained
with NN. The logarithm of sigmoid function is used in the first hidden layer, tangent of sigmoid in the second
hidden layer and the output layer has pure linear neurons.
The input parameters were:
1. Percentage of Excess Air (in %)
2. Flame Temperature (in °C)
3. Rotational Speed (in RPM)
4. Melting Time (in Minutes)
5. Preheat Air Temperature (in °C)
6. Fuel Consumed (in Liters)
Melting Rate is taken as single output parameter.
The training parameters are as follows:
Frequency of progress displays (in epochs) = 100
Maximum number of epochs to train = 10000
Sum-squared error goal = 10-10
Neurons in layer 1, S1 = 12
Neurons in layer 2, S2 = 10
Number of epochs = 1567.
While performing optimization, the technique was asked to maximize the melting rate. The population
size, child number, cross-probability, mutation-probability and creep-probability were selected as 100, 10, 0.2,
0.1, and 0.05, respectively, during the optimization process. Optimum values were found in less than 50
iterations. GA was stopped after 50 iterations were completed. The range of the parameters in the optimization
study is shown in Table I and the optimization results are presented in Table II.
The operating conditions were optimized to obtain the best maximized value of melting rate. Flame
temperature, preheat air temperature, rotational speed of the furnace, excess air percentage, melting time and
fuel consumption were kept in the desired range and the technique was asked to maximize the melting rate for a
set of process parameters. A series of alternatives were provided to the user. The results obtained correlated well
with the experimental data.
VI. CONCLUSION
The technique was proposed for selection of the optimal operating conditions in rotary furnace
operations from the experimental data without developing any analytical or empirical models. NNs were trained
by using a series of experimental results to represent the relationship between the process parameters such as
flame temperature, preheat air temperature, rotational speed of the furnace, excess air percentage, melting time
and fuel consumption. The technique determined the optimal process parameters while maximizing the melting
rate. The tendency of the estimations of the technique agreed with the theoretical expectations.
The technique has proved to be effective for constrained optimization as it provides the values of
various process parameters in a single run and so assists in achieving in energy and material saving.
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Production of Quality Castings
36
Table I: Range of process parameters given to the proposed technique
Excess
air (%)
Flame
temperature
(°C)
Rotational
speed
(RPM)
Melting
time (Min)
Preheat air
temperature
(°C)
Fuel
consumed
(Liters)
10–50 1690–2300 0.8–2.0 32–50 200–400 74–88
Table II: Optimization results
Parameter
maximization
Melting
rate
(MT./
hr.)
Operating conditions
Excess
air (%)
Flame
temperature
(°C)
Rotational
speed
(RPM)
Melting
time
(Min.)
Preheat air
temperature
(°C)
Fuel
consumed
(Liters)
Melting Rate 0.3751 10 2290 0.8 32 400 74
The results indicate that the proposed heuristic converges to better solutions rapidly thereby assisting in
the improvement of quality in development of sound parts. This methodology ensures quality, precision,
economy and flexibility in agile manufacturing.
ACKNOWLEDGMENT
The authors gratefully acknowledge the inspiration provided by Most Revered Prof. P.S. Satsangi
Sahab, Chairman, Advisory Committee on Education, Dayalbagh, Agra.
REFERENCES
[1]. R. Singh, G. Das, and M. Radha Krishna, “Economic and Microstructure Analysis of Ferrous Castings
from Coke-less Cupola, Coke Fired Cupola and Rotary Furnace,” DEI Journal of Science and
Engineering Research, Vol. 14, No. 1-2, pp. 127-138, 2007.
[2]. R. Singh, G. Das, and R. Setia, “An evolutionary approach to parametric optimization of rotary furnace
using light diesel oil,” International Journal of Agile Manufacturing, Vol. 10, No. 3, pp. 36–42, 2008.
[3]. R. Singh, R. Setia, and G. Das, “Modeling and optimization of rotary furnace parameters using
artificial neural networks and genetic evolutionary algorithms,” Proceedings of the 31st
National
Systems Conference (India), P.No. 75, 2007.
[4]. R. Singh, G. Das, and R.K. Jain, “Modeling and optimization of rotary furnace parameters using
regression and numerical techniques,” Proceedings of the 68th
World Foundry Congress & 56th
Indian
Foundry Congress (India), P.No. OP–62, pp. 333–339, 2008.
[5]. L. Fausett, “Fundamentals of Neural Networks,” Prentice Hall, Eaglewood Cliffs, NJ, 1994.
[6]. R. Singh, G. Das, and R. Setia, “Parametric Modeling of a Rotary Furnace for Agile Production of
Castings with Artificial Neural Networks,” International Journal of Agile Manufacturing, Vol. 10,
Issue 2, pp. 137-147, 2007.
[7]. L. Monostori, “A step towards intelligent manufacturing: Modeling and monitoring of manufacturing
processes through artificial neural networks,” Annals of the CIRP, Vol. 42, Issue 1, pp. 485-488, 1994.
[8]. D.E. Goldberg, “Genetic Algorithms in Search, Optimization and Machine Learning,” Addison-Wesley,
Reading, MA, 1989.
[9]. K. Krishnamurthy, and L. Yan, “Selection of optimal machining parameters using a Genetic
Algorithm,” International Mechanical Engineering Congress and Exposition Proceedings, Vol. 2, pp.
1051–1057, 2001.
[10]. I.N. Tansel, B. Ozelik, W.Y. Bas, P. Chen, D. Rincon, S.Y. Yang, and A. Yenilmez, “Selection of
Optimal Cutting Conditions by using GONNS,” International Journal of Machine Tools & Manufacture,
Vol. 4, Issue 6, pp. 26-35, 2006.
[11]. F. Cus, J. Balic, and J. Kopac, “Optimization of Milling Parameters by Genetic Algorithm Approach,”
Proceedings of Asian Simulation Conference: System Simulation and Scientific Computing (Shanghai),
Vol. 2, pp. 974–979, 2002.
[12]. M.T. Rad, and I.M. Bidhendi, “Optimization of Machining Parameters for Milling Operations,”
International Journal of Machine Tools and Manufacture, Vol. 37, Issue 1, 1996.
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Production of Quality Castings
37
Appendix: Comparison of Melting Rate obtained by Experimentation on Rotary Furnace & by ANN Model
S.
No.
Excess
air
(%)
Flame
temperature
(°C)
Rotational
speed
(RPM)
Melting
time
(Min.)
Preheat Air
temperature
(°C)
Fuel
consumed
(Liters)
Experimental
values
of melting rate
(MT/hr.)
NN Values
of melting
rate
(MT/hr.)
1. 10 2190 0.8 35 200 76 0.343 0.343
2. 10 2185 0.8 35 200 75 0.343 0.342
3. 10 2190 0.8 35 200 76 0.343 0.343
4. 10 2195 0.8 36 200 75 0.330 0.329
5. 10 2200 0.8 34 300 75 0.353 0.353
6. 10 2215 0.8 34 300 75 0.353 0.352
7. 10 2215 0.8 35 300 76 0.343 0.342
8. 10 2220 0.8 34 300 75 0.353 0.353
9. 10 2280 0.8 32 400 74 0.375 0.375
10. 10 2290 0.8 32 400 74 0.375 0.375
11. 10 2300 0.8 32 400 74 0.375 0.374
12. 10 2290 0.8 32 400 74 0.375 0.375
13. 10 2180 1.0 37 200 78 0.324 0.324
14. 10 2175 1.0 37 200 78 0.324 0.323
15. 10 2175 1.0 38 200 79 0.315 0.315
16. 10 2195 1.0 35 300 76 0.343 0.343
17. 10 2200 1.0 35 300 76 0.343 0.342
18. 10 2215 1.0 36 300 79 0.330 0.330
19. 10 2265 1.0 34 400 75 0.343 0.342
20. 10 2270 1.0 34 400 75 0.343 0.343
21. 10 2270 1.0 34 400 76 0.343 0.343
22. 10 2160 1.2 38 200 79 0.315 0.314
23. 10 2165 1.2 38 200 78 0.315 0.315
24. 10 2160 1.2 37 200 79 0.324 0.323
25. 10 2180 1.2 37 300 77 0.324 0.324
26. 10 2185 1.2 37 300 78 0.324 0.324
27. 10 2190 1.2 37 300 77 0.324 0.323
28. 10 2250 1.2 36 400 76 0.330 0.330
29. 10 2245 1.2 36 400 75 0.330 0.329
30. 10 2245 1.2 36 400 76 0.330 0.329
31. 10 2150 1.4 38 200 80 0.315 0.315
32. 10 2155 1.4 38 200 80 0.315 0.314
33. 10 2160 1.4 37 200 79 0.324 0.324
34. 10 2175 1.4 36 300 80 0.330 0.330
35. 10 2180 1.4 36 300 81 0.330 0.330
36. 10 2170 1.4 36 300 81 0.330 0.329
37. 10 2230 1.4 34 400 80 0.353 0.353
38. 10 2240 1.4 34 400 79 0.353 0.352
39. 10 2240 1.4 34 400 79 0.353 0.352
40. 10 2145 1.6 38 200 81 0.315 0.315
41. 10 2150 1.6 38 200 80 0.315 0.315
42. 10 2150 1.6 37 200 81 0.324 0.323
43. 10 2170 1.6 36 300 79 0.330 0.330
44. 10 2178 1.6 36 300 79 0.330 0.329
45. 10 2170 1.6 36 300 80 0.330 0.330
46. 10 2220 1.6 35 400 78 0.343 0.343
47. 10 2215 1.6 35 400 78 0.343 0.342
48. 10 2210 1.6 35 400 79 0.343 0.343
49. 10 2100 2.0 39 200 80 0.307 0.307
50. 10 2110 2.0 38 200 80 0.315 0.315

More Related Content

What's hot

Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
Editor IJARCET
 
IRJET- A Review on Application of Artificial Intelligence to Predict Strength...
IRJET- A Review on Application of Artificial Intelligence to Predict Strength...IRJET- A Review on Application of Artificial Intelligence to Predict Strength...
IRJET- A Review on Application of Artificial Intelligence to Predict Strength...
IRJET Journal
 
IRJET- Prediction of Compressive Strength of High Performance Concrete using ...
IRJET- Prediction of Compressive Strength of High Performance Concrete using ...IRJET- Prediction of Compressive Strength of High Performance Concrete using ...
IRJET- Prediction of Compressive Strength of High Performance Concrete using ...
IRJET Journal
 
Algorithm for Modeling Unconventional Machine Tool Machining Parameters using...
Algorithm for Modeling Unconventional Machine Tool Machining Parameters using...Algorithm for Modeling Unconventional Machine Tool Machining Parameters using...
Algorithm for Modeling Unconventional Machine Tool Machining Parameters using...
IDES Editor
 
Finite Element Analysis of Payload for Space Applications
Finite Element Analysis of Payload for Space ApplicationsFinite Element Analysis of Payload for Space Applications
Finite Element Analysis of Payload for Space Applications
Carnegie Mellon University
 
Software Effort Estimation Using Particle Swarm Optimization with Inertia Weight
Software Effort Estimation Using Particle Swarm Optimization with Inertia WeightSoftware Effort Estimation Using Particle Swarm Optimization with Inertia Weight
Software Effort Estimation Using Particle Swarm Optimization with Inertia Weight
Waqas Tariq
 
Modeling of wedm process for complex shape using multilayer perceptron and re...
Modeling of wedm process for complex shape using multilayer perceptron and re...Modeling of wedm process for complex shape using multilayer perceptron and re...
Modeling of wedm process for complex shape using multilayer perceptron and re...
eSAT Journals
 
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
 
Implementing a neural network potential for exascale molecular dynamics
Implementing a neural network potential for exascale molecular dynamicsImplementing a neural network potential for exascale molecular dynamics
Implementing a neural network potential for exascale molecular dynamics
PFHub PFHub
 
Experimental Investigation and Analysis of Torque in Drilling Hybrid Metal Ma...
Experimental Investigation and Analysis of Torque in Drilling Hybrid Metal Ma...Experimental Investigation and Analysis of Torque in Drilling Hybrid Metal Ma...
Experimental Investigation and Analysis of Torque in Drilling Hybrid Metal Ma...
IJMERJOURNAL
 
Using an Explicit Nucleation Model in PRISIMS-PF to Predict Precipate Microst...
Using an Explicit Nucleation Model in PRISIMS-PF to Predict Precipate Microst...Using an Explicit Nucleation Model in PRISIMS-PF to Predict Precipate Microst...
Using an Explicit Nucleation Model in PRISIMS-PF to Predict Precipate Microst...
PFHub PFHub
 
Genetic Algorithm Optimization of Operating Parameters for Multiobjective Mul...
Genetic Algorithm Optimization of Operating Parameters for Multiobjective Mul...Genetic Algorithm Optimization of Operating Parameters for Multiobjective Mul...
Genetic Algorithm Optimization of Operating Parameters for Multiobjective Mul...
IDES Editor
 
Modelling the Single Chamber Solid Oxide Fuel Cell by Artificial Neural Network
Modelling the Single Chamber Solid Oxide Fuel Cell by Artificial Neural NetworkModelling the Single Chamber Solid Oxide Fuel Cell by Artificial Neural Network
Modelling the Single Chamber Solid Oxide Fuel Cell by Artificial Neural Network
International Journal of Modern Research in Engineering and Technology
 
IRJET- Optimization of Fink and Howe Trusses
IRJET-  	  Optimization of Fink and Howe TrussesIRJET-  	  Optimization of Fink and Howe Trusses
IRJET- Optimization of Fink and Howe Trusses
IRJET Journal
 
Improved ant colony optimization for quantum cost reduction
Improved ant colony optimization for quantum cost reductionImproved ant colony optimization for quantum cost reduction
Improved ant colony optimization for quantum cost reduction
journalBEEI
 

What's hot (15)

Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
 
IRJET- A Review on Application of Artificial Intelligence to Predict Strength...
IRJET- A Review on Application of Artificial Intelligence to Predict Strength...IRJET- A Review on Application of Artificial Intelligence to Predict Strength...
IRJET- A Review on Application of Artificial Intelligence to Predict Strength...
 
IRJET- Prediction of Compressive Strength of High Performance Concrete using ...
IRJET- Prediction of Compressive Strength of High Performance Concrete using ...IRJET- Prediction of Compressive Strength of High Performance Concrete using ...
IRJET- Prediction of Compressive Strength of High Performance Concrete using ...
 
Algorithm for Modeling Unconventional Machine Tool Machining Parameters using...
Algorithm for Modeling Unconventional Machine Tool Machining Parameters using...Algorithm for Modeling Unconventional Machine Tool Machining Parameters using...
Algorithm for Modeling Unconventional Machine Tool Machining Parameters using...
 
Finite Element Analysis of Payload for Space Applications
Finite Element Analysis of Payload for Space ApplicationsFinite Element Analysis of Payload for Space Applications
Finite Element Analysis of Payload for Space Applications
 
Software Effort Estimation Using Particle Swarm Optimization with Inertia Weight
Software Effort Estimation Using Particle Swarm Optimization with Inertia WeightSoftware Effort Estimation Using Particle Swarm Optimization with Inertia Weight
Software Effort Estimation Using Particle Swarm Optimization with Inertia Weight
 
Modeling of wedm process for complex shape using multilayer perceptron and re...
Modeling of wedm process for complex shape using multilayer perceptron and re...Modeling of wedm process for complex shape using multilayer perceptron and re...
Modeling of wedm process for complex shape using multilayer perceptron and re...
 
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...
 
Implementing a neural network potential for exascale molecular dynamics
Implementing a neural network potential for exascale molecular dynamicsImplementing a neural network potential for exascale molecular dynamics
Implementing a neural network potential for exascale molecular dynamics
 
Experimental Investigation and Analysis of Torque in Drilling Hybrid Metal Ma...
Experimental Investigation and Analysis of Torque in Drilling Hybrid Metal Ma...Experimental Investigation and Analysis of Torque in Drilling Hybrid Metal Ma...
Experimental Investigation and Analysis of Torque in Drilling Hybrid Metal Ma...
 
Using an Explicit Nucleation Model in PRISIMS-PF to Predict Precipate Microst...
Using an Explicit Nucleation Model in PRISIMS-PF to Predict Precipate Microst...Using an Explicit Nucleation Model in PRISIMS-PF to Predict Precipate Microst...
Using an Explicit Nucleation Model in PRISIMS-PF to Predict Precipate Microst...
 
Genetic Algorithm Optimization of Operating Parameters for Multiobjective Mul...
Genetic Algorithm Optimization of Operating Parameters for Multiobjective Mul...Genetic Algorithm Optimization of Operating Parameters for Multiobjective Mul...
Genetic Algorithm Optimization of Operating Parameters for Multiobjective Mul...
 
Modelling the Single Chamber Solid Oxide Fuel Cell by Artificial Neural Network
Modelling the Single Chamber Solid Oxide Fuel Cell by Artificial Neural NetworkModelling the Single Chamber Solid Oxide Fuel Cell by Artificial Neural Network
Modelling the Single Chamber Solid Oxide Fuel Cell by Artificial Neural Network
 
IRJET- Optimization of Fink and Howe Trusses
IRJET-  	  Optimization of Fink and Howe TrussesIRJET-  	  Optimization of Fink and Howe Trusses
IRJET- Optimization of Fink and Howe Trusses
 
Improved ant colony optimization for quantum cost reduction
Improved ant colony optimization for quantum cost reductionImproved ant colony optimization for quantum cost reduction
Improved ant colony optimization for quantum cost reduction
 

Viewers also liked

High Phase Order Transmission System: “A solution for Electrical Power Transm...
High Phase Order Transmission System: “A solution for Electrical Power Transm...High Phase Order Transmission System: “A solution for Electrical Power Transm...
High Phase Order Transmission System: “A solution for Electrical Power Transm...
IJERD Editor
 
Exploiting Multi Core Architectures for Process Speed Up
Exploiting Multi Core Architectures for Process Speed UpExploiting Multi Core Architectures for Process Speed Up
Exploiting Multi Core Architectures for Process Speed Up
IJERD Editor
 
Numerical Deterministic Method of Including Saturation Effect in the Performa...
Numerical Deterministic Method of Including Saturation Effect in the Performa...Numerical Deterministic Method of Including Saturation Effect in the Performa...
Numerical Deterministic Method of Including Saturation Effect in the Performa...
IJERD Editor
 
Thermo mechanical characterization and damage of polymer materials:Applicatio...
Thermo mechanical characterization and damage of polymer materials:Applicatio...Thermo mechanical characterization and damage of polymer materials:Applicatio...
Thermo mechanical characterization and damage of polymer materials:Applicatio...
IJERD Editor
 
PALLAVAS IMMIGRATION? (Father of “DARK RICE”)
PALLAVAS IMMIGRATION? (Father of “DARK RICE”)PALLAVAS IMMIGRATION? (Father of “DARK RICE”)
PALLAVAS IMMIGRATION? (Father of “DARK RICE”)
IJERD Editor
 
Comparative Analysis of Social Sustainability at Four Locations of Indore Cit...
Comparative Analysis of Social Sustainability at Four Locations of Indore Cit...Comparative Analysis of Social Sustainability at Four Locations of Indore Cit...
Comparative Analysis of Social Sustainability at Four Locations of Indore Cit...
IJERD Editor
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
IJERD Editor
 
WINE IS DIVINE TONIC?... (RAMANUJAM “MADHU”)
WINE IS DIVINE TONIC?... (RAMANUJAM “MADHU”)WINE IS DIVINE TONIC?... (RAMANUJAM “MADHU”)
WINE IS DIVINE TONIC?... (RAMANUJAM “MADHU”)
IJERD Editor
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
IJERD Editor
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
IJERD Editor
 
Online Shopping Behaviour in India
Online Shopping Behaviour in IndiaOnline Shopping Behaviour in India
Online Shopping Behaviour in India
IJERD Editor
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
IJERD Editor
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’
IJERD Editor
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACE
IJERD Editor
 
Spatial and temporal distribution of Nitrate (NO3 -) In groundwater of Rohtak...
Spatial and temporal distribution of Nitrate (NO3 -) In groundwater of Rohtak...Spatial and temporal distribution of Nitrate (NO3 -) In groundwater of Rohtak...
Spatial and temporal distribution of Nitrate (NO3 -) In groundwater of Rohtak...
IJERD Editor
 
High Power Lasers and New Applications
High Power Lasers and New ApplicationsHigh Power Lasers and New Applications
High Power Lasers and New Applications
IJERD Editor
 
Model of Energy Generation in Plant by the Cells of The Leafs During the Nigh...
Model of Energy Generation in Plant by the Cells of The Leafs During the Nigh...Model of Energy Generation in Plant by the Cells of The Leafs During the Nigh...
Model of Energy Generation in Plant by the Cells of The Leafs During the Nigh...
IJERD Editor
 

Viewers also liked (17)

High Phase Order Transmission System: “A solution for Electrical Power Transm...
High Phase Order Transmission System: “A solution for Electrical Power Transm...High Phase Order Transmission System: “A solution for Electrical Power Transm...
High Phase Order Transmission System: “A solution for Electrical Power Transm...
 
Exploiting Multi Core Architectures for Process Speed Up
Exploiting Multi Core Architectures for Process Speed UpExploiting Multi Core Architectures for Process Speed Up
Exploiting Multi Core Architectures for Process Speed Up
 
Numerical Deterministic Method of Including Saturation Effect in the Performa...
Numerical Deterministic Method of Including Saturation Effect in the Performa...Numerical Deterministic Method of Including Saturation Effect in the Performa...
Numerical Deterministic Method of Including Saturation Effect in the Performa...
 
Thermo mechanical characterization and damage of polymer materials:Applicatio...
Thermo mechanical characterization and damage of polymer materials:Applicatio...Thermo mechanical characterization and damage of polymer materials:Applicatio...
Thermo mechanical characterization and damage of polymer materials:Applicatio...
 
PALLAVAS IMMIGRATION? (Father of “DARK RICE”)
PALLAVAS IMMIGRATION? (Father of “DARK RICE”)PALLAVAS IMMIGRATION? (Father of “DARK RICE”)
PALLAVAS IMMIGRATION? (Father of “DARK RICE”)
 
Comparative Analysis of Social Sustainability at Four Locations of Indore Cit...
Comparative Analysis of Social Sustainability at Four Locations of Indore Cit...Comparative Analysis of Social Sustainability at Four Locations of Indore Cit...
Comparative Analysis of Social Sustainability at Four Locations of Indore Cit...
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
 
WINE IS DIVINE TONIC?... (RAMANUJAM “MADHU”)
WINE IS DIVINE TONIC?... (RAMANUJAM “MADHU”)WINE IS DIVINE TONIC?... (RAMANUJAM “MADHU”)
WINE IS DIVINE TONIC?... (RAMANUJAM “MADHU”)
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
 
Online Shopping Behaviour in India
Online Shopping Behaviour in IndiaOnline Shopping Behaviour in India
Online Shopping Behaviour in India
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACE
 
Spatial and temporal distribution of Nitrate (NO3 -) In groundwater of Rohtak...
Spatial and temporal distribution of Nitrate (NO3 -) In groundwater of Rohtak...Spatial and temporal distribution of Nitrate (NO3 -) In groundwater of Rohtak...
Spatial and temporal distribution of Nitrate (NO3 -) In groundwater of Rohtak...
 
High Power Lasers and New Applications
High Power Lasers and New ApplicationsHigh Power Lasers and New Applications
High Power Lasers and New Applications
 
Model of Energy Generation in Plant by the Cells of The Leafs During the Nigh...
Model of Energy Generation in Plant by the Cells of The Leafs During the Nigh...Model of Energy Generation in Plant by the Cells of The Leafs During the Nigh...
Model of Energy Generation in Plant by the Cells of The Leafs During the Nigh...
 

Similar to Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Production of Quality Castings

Analysis of economic load dispatch using fuzzified pso
Analysis of economic load dispatch using fuzzified psoAnalysis of economic load dispatch using fuzzified pso
Analysis of economic load dispatch using fuzzified pso
eSAT Publishing House
 
Improvement in Quality of Power by PI Controller Hybrid PSO using STATCOM
Improvement in Quality of Power by PI Controller Hybrid PSO using STATCOMImprovement in Quality of Power by PI Controller Hybrid PSO using STATCOM
Improvement in Quality of Power by PI Controller Hybrid PSO using STATCOM
IRJET Journal
 
Development of an Explainable Model for a Gluconic Acid Bioreactor and Profit...
Development of an Explainable Model for a Gluconic Acid Bioreactor and Profit...Development of an Explainable Model for a Gluconic Acid Bioreactor and Profit...
Development of an Explainable Model for a Gluconic Acid Bioreactor and Profit...
IRJET Journal
 
FrackingPaper
FrackingPaperFrackingPaper
FrackingPaper
Collin Purcell
 
29 19 sep17 17may 6637 10140-1-ed(edit)
29 19 sep17 17may 6637 10140-1-ed(edit)29 19 sep17 17may 6637 10140-1-ed(edit)
29 19 sep17 17may 6637 10140-1-ed(edit)
IAESIJEECS
 
Artificial Intelligence based optimization of weld bead geometry in laser wel...
Artificial Intelligence based optimization of weld bead geometry in laser wel...Artificial Intelligence based optimization of weld bead geometry in laser wel...
Artificial Intelligence based optimization of weld bead geometry in laser wel...
IJMER
 
A novel auto-tuning method for fractional order PID controllers
A novel auto-tuning method for fractional order PID controllersA novel auto-tuning method for fractional order PID controllers
A novel auto-tuning method for fractional order PID controllers
ISA Interchange
 
A Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
A Genetic Algorithm Based Approach for Solving Optimal Power Flow ProblemA Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
A Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
Shubhashis Shil
 
Optimum capacity allocation of distributed generation units using parallel ps...
Optimum capacity allocation of distributed generation units using parallel ps...Optimum capacity allocation of distributed generation units using parallel ps...
Optimum capacity allocation of distributed generation units using parallel ps...
eSAT Journals
 
Using particle swarm optimization to solve test functions problems
Using particle swarm optimization to solve test functions problemsUsing particle swarm optimization to solve test functions problems
Using particle swarm optimization to solve test functions problems
riyaniaes
 
Autotuning of pid controller for robot arm and magnet levitation plant
Autotuning of pid controller for robot arm and magnet levitation plantAutotuning of pid controller for robot arm and magnet levitation plant
Autotuning of pid controller for robot arm and magnet levitation plant
eSAT Journals
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
Editor IJARCET
 
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)
 
Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...
Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...
Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...
IJERA Editor
 
Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...
Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...
Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...
csandit
 
Prediction of Critical Temperature of Superconductors using Tree Based Method...
Prediction of Critical Temperature of Superconductors using Tree Based Method...Prediction of Critical Temperature of Superconductors using Tree Based Method...
Prediction of Critical Temperature of Superconductors using Tree Based Method...
IRJET Journal
 
A new approach to the solution of economic dispatch using particle Swarm opt...
A new approach to the solution of economic dispatch using particle Swarm  opt...A new approach to the solution of economic dispatch using particle Swarm  opt...
A new approach to the solution of economic dispatch using particle Swarm opt...
ijcsa
 
V.KARTHIKEYAN PUBLISHED ARTICLE
V.KARTHIKEYAN PUBLISHED ARTICLEV.KARTHIKEYAN PUBLISHED ARTICLE
V.KARTHIKEYAN PUBLISHED ARTICLE
KARTHIKEYAN V
 
V.KARTHIKEYAN PUBLISHED ARTICLE A..
V.KARTHIKEYAN PUBLISHED ARTICLE A..V.KARTHIKEYAN PUBLISHED ARTICLE A..
V.KARTHIKEYAN PUBLISHED ARTICLE A..
KARTHIKEYAN V
 
Design and testing of systolic array multiplier using fault injecting schemes
Design and testing of systolic array multiplier using fault injecting schemesDesign and testing of systolic array multiplier using fault injecting schemes
Design and testing of systolic array multiplier using fault injecting schemes
CSITiaesprime
 

Similar to Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Production of Quality Castings (20)

Analysis of economic load dispatch using fuzzified pso
Analysis of economic load dispatch using fuzzified psoAnalysis of economic load dispatch using fuzzified pso
Analysis of economic load dispatch using fuzzified pso
 
Improvement in Quality of Power by PI Controller Hybrid PSO using STATCOM
Improvement in Quality of Power by PI Controller Hybrid PSO using STATCOMImprovement in Quality of Power by PI Controller Hybrid PSO using STATCOM
Improvement in Quality of Power by PI Controller Hybrid PSO using STATCOM
 
Development of an Explainable Model for a Gluconic Acid Bioreactor and Profit...
Development of an Explainable Model for a Gluconic Acid Bioreactor and Profit...Development of an Explainable Model for a Gluconic Acid Bioreactor and Profit...
Development of an Explainable Model for a Gluconic Acid Bioreactor and Profit...
 
FrackingPaper
FrackingPaperFrackingPaper
FrackingPaper
 
29 19 sep17 17may 6637 10140-1-ed(edit)
29 19 sep17 17may 6637 10140-1-ed(edit)29 19 sep17 17may 6637 10140-1-ed(edit)
29 19 sep17 17may 6637 10140-1-ed(edit)
 
Artificial Intelligence based optimization of weld bead geometry in laser wel...
Artificial Intelligence based optimization of weld bead geometry in laser wel...Artificial Intelligence based optimization of weld bead geometry in laser wel...
Artificial Intelligence based optimization of weld bead geometry in laser wel...
 
A novel auto-tuning method for fractional order PID controllers
A novel auto-tuning method for fractional order PID controllersA novel auto-tuning method for fractional order PID controllers
A novel auto-tuning method for fractional order PID controllers
 
A Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
A Genetic Algorithm Based Approach for Solving Optimal Power Flow ProblemA Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
A Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
 
Optimum capacity allocation of distributed generation units using parallel ps...
Optimum capacity allocation of distributed generation units using parallel ps...Optimum capacity allocation of distributed generation units using parallel ps...
Optimum capacity allocation of distributed generation units using parallel ps...
 
Using particle swarm optimization to solve test functions problems
Using particle swarm optimization to solve test functions problemsUsing particle swarm optimization to solve test functions problems
Using particle swarm optimization to solve test functions problems
 
Autotuning of pid controller for robot arm and magnet levitation plant
Autotuning of pid controller for robot arm and magnet levitation plantAutotuning of pid controller for robot arm and magnet levitation plant
Autotuning of pid controller for robot arm and magnet levitation plant
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
 
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...
 
Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...
Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...
Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...
 
Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...
Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...
Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...
 
Prediction of Critical Temperature of Superconductors using Tree Based Method...
Prediction of Critical Temperature of Superconductors using Tree Based Method...Prediction of Critical Temperature of Superconductors using Tree Based Method...
Prediction of Critical Temperature of Superconductors using Tree Based Method...
 
A new approach to the solution of economic dispatch using particle Swarm opt...
A new approach to the solution of economic dispatch using particle Swarm  opt...A new approach to the solution of economic dispatch using particle Swarm  opt...
A new approach to the solution of economic dispatch using particle Swarm opt...
 
V.KARTHIKEYAN PUBLISHED ARTICLE
V.KARTHIKEYAN PUBLISHED ARTICLEV.KARTHIKEYAN PUBLISHED ARTICLE
V.KARTHIKEYAN PUBLISHED ARTICLE
 
V.KARTHIKEYAN PUBLISHED ARTICLE A..
V.KARTHIKEYAN PUBLISHED ARTICLE A..V.KARTHIKEYAN PUBLISHED ARTICLE A..
V.KARTHIKEYAN PUBLISHED ARTICLE A..
 
Design and testing of systolic array multiplier using fault injecting schemes
Design and testing of systolic array multiplier using fault injecting schemesDesign and testing of systolic array multiplier using fault injecting schemes
Design and testing of systolic array multiplier using fault injecting schemes
 

More from IJERD Editor

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
IJERD Editor
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
IJERD Editor
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding Design
IJERD Editor
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and Verification
IJERD Editor
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
IJERD Editor
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive Manufacturing
IJERD Editor
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string value
IJERD Editor
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
IJERD Editor
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
IJERD Editor
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
IJERD Editor
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
IJERD Editor
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF Dxing
IJERD Editor
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart Grid
IJERD Editor
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powder
IJERD Editor
 
Seismic Drift Consideration in soft storied RCC buildings: A Critical Review
Seismic Drift Consideration in soft storied RCC buildings: A Critical ReviewSeismic Drift Consideration in soft storied RCC buildings: A Critical Review
Seismic Drift Consideration in soft storied RCC buildings: A Critical Review
IJERD Editor
 
Post processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standards
Post processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standardsPost processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standards
Post processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standards
IJERD Editor
 
Treatment of Waste Water from Organic Fraction Incineration of Municipal Soli...
Treatment of Waste Water from Organic Fraction Incineration of Municipal Soli...Treatment of Waste Water from Organic Fraction Incineration of Municipal Soli...
Treatment of Waste Water from Organic Fraction Incineration of Municipal Soli...
IJERD Editor
 
Content Based Video Retrieval Using Integrated Feature Extraction and Persona...
Content Based Video Retrieval Using Integrated Feature Extraction and Persona...Content Based Video Retrieval Using Integrated Feature Extraction and Persona...
Content Based Video Retrieval Using Integrated Feature Extraction and Persona...
IJERD Editor
 
Planar Internal Antenna Design for Cellular Applications & SAR Analysis
Planar Internal Antenna Design for Cellular Applications & SAR AnalysisPlanar Internal Antenna Design for Cellular Applications & SAR Analysis
Planar Internal Antenna Design for Cellular Applications & SAR Analysis
IJERD Editor
 
Intelligent learning management system starters
Intelligent learning management system startersIntelligent learning management system starters
Intelligent learning management system starters
IJERD Editor
 

More from IJERD Editor (20)

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding Design
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and Verification
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive Manufacturing
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string value
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF Dxing
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart Grid
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powder
 
Seismic Drift Consideration in soft storied RCC buildings: A Critical Review
Seismic Drift Consideration in soft storied RCC buildings: A Critical ReviewSeismic Drift Consideration in soft storied RCC buildings: A Critical Review
Seismic Drift Consideration in soft storied RCC buildings: A Critical Review
 
Post processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standards
Post processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standardsPost processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standards
Post processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standards
 
Treatment of Waste Water from Organic Fraction Incineration of Municipal Soli...
Treatment of Waste Water from Organic Fraction Incineration of Municipal Soli...Treatment of Waste Water from Organic Fraction Incineration of Municipal Soli...
Treatment of Waste Water from Organic Fraction Incineration of Municipal Soli...
 
Content Based Video Retrieval Using Integrated Feature Extraction and Persona...
Content Based Video Retrieval Using Integrated Feature Extraction and Persona...Content Based Video Retrieval Using Integrated Feature Extraction and Persona...
Content Based Video Retrieval Using Integrated Feature Extraction and Persona...
 
Planar Internal Antenna Design for Cellular Applications & SAR Analysis
Planar Internal Antenna Design for Cellular Applications & SAR AnalysisPlanar Internal Antenna Design for Cellular Applications & SAR Analysis
Planar Internal Antenna Design for Cellular Applications & SAR Analysis
 
Intelligent learning management system starters
Intelligent learning management system startersIntelligent learning management system starters
Intelligent learning management system starters
 

Recently uploaded

20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
ThomasParaiso2
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Vladimir Iglovikov, Ph.D.
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
Alex Pruden
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
SOFTTECHHUB
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 

Recently uploaded (20)

20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 

Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Production of Quality Castings

  • 1. International Journal of Engineering Research and Development e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com Volume 11, Issue 06 (June 2015), PP.30-37 30 Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Production of Quality Castings Gurumukh Das1 , Padam Das2 1 Assistant Professor, Department of Mechanical Engineering, Faculty of Engineering, DEI, Agra, UP, INDIA. 2 Adviser - Workshop, Department of Mechanical Engineering, Faculty of Engineering, DEI, Agra, UP, INDIA. Abstract:- The rising demand for high quality homogenous castings necessitate that vast amount of manufacturing knowledge be incorporated in manufacturing systems. Rotary furnace involves several critical parameters like excess air, flame temperature, rotational speed of the furnace drum, melting time, preheat air temperature, fuel consumption and melting rate of the molten metal which should be controlled throughout the melting process. A complex relationship exists between these manufacturing parameters and hence there is a need to develop models which can capture this complex interrelationship and enable fast computation. In the present work, we propose a generic approach where the applicability and effectiveness of neural network in function approximation is used for rapid estimation of melting rate and they are integrated into the framework of genetic evolutionary algorithm to form a neuro-genetic optimization technique. A neural network model is trained with the experimental results. The results indicate that the heuristic converges to better solutions rapidly as it provides the values of various process parameters for optimizing the objective in a single run and thus assists for the improvement of quality in development of sound parts. Keywords:- Rotary furnace, Neural networks (NN), Genetic algorithm (GA), Optimization, Neuro-genetic optimization I. INTRODUCTION A continuously rotating dome for getting homogeneous castings is the main idea of eco-friendly Rotary Furnace. This furnace consists of a cylindrical structure, which rotates continuously about its axis. The furnace can be run by a variety of fuels but at present we are considering a light diesel oil (LDO) fired furnace. This technique suits the conditions and requirements of the local foundries in terms of the cost of castings produced as well as their quality. Moreover, the pollutants emitted by the furnace are well within the range specified by the central pollution control board (CPCB) of India. The Rotary furnace is the most versatile and economical mode of melting iron in ferrous foundries. But it is very strange that a very little information is available in the form of literature on this furnace. There are a number of variables controllable to varying degrees which affect the quality and composition of the out-coming molten metal. These variables, such as excess air, flame temperature, rotational speed of the furnace drum, melting time, preheat air temperature, fuel consumption and melting rate play significant role in determining the molten metal‟s properties and should be controlled throughout the melting process. However, even an experienced operator may find it difficult to select the optimum input parameters which would yield ideal molten metal and often he may choose them by guessing which may not be effective and economical [1]. Process parameters are optimized to minimize the production cost in conventional manufacturing. In specialized manufacturing applications, such as production of high quality homogeneous castings in rotary furnace, achievement of specific goals in terms of improved casting quality and homogeneity may be the primary objective. Considering such requirements, it is imperative that the process parameters are chosen appropriately so as to ensure high quality castings and minimum possible production cost without violating any of the imposed constraints. Thus, in order to optimize process parameters, variety of soft computing techniques is used. Genetic algorithm (GA) has been widely used for the selection of the operating conditions in several other applications. To simplify modeling, simulated annealing, fuzzy logic, and neural networks (NNs) have been used with the GAs. The GA finds the optimal solutions quickly when the analytical or empirical models are not available [2]. In this work, an effort is made to develop a neuro-genetic optimization technique, using a NN in tandem with genetic evolutionary algorithm (GEA) in determining the optimal process parameters. The optimization is performed using the GEA, which requires that, the fitness function, i.e., the value of melting rate for a set of process parameters, is easily computable for the method to be computationally tractable. An artificial neural network (ANN) model is used to provide the fitness function value in the technique. This technique has its own modeling and optimization tool to model the system from experimental data and to obtain the optimal
  • 2. Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Production of Quality Castings 31 operating conditions. This provides the value of process parameters in the form of result that correlate well with the experimental data. In this work operating conditions were selected to maximize the melting rate [3]. II. THEORETICAL BACKGROUND Back propagation (BP) is one of the basic and most frequently used NNs. The user determines the number of inputs, outputs, hidden layers, and nodes of the hidden layers. In most applications, each node is connected to all the nodes of the next layer. The hidden and output layer nodes multiply the incoming values by weights and use a transfer function to determine their output. Sigmoid is the most commonly used transfer function. Linear, Gaussian, and various hyperbolic functions have also been used depending on the need. The network starts to process the incoming training signals with arbitrary weights. The error is calculated by comparing the output of the network with the corresponding values in the training file. All the weights are adjusted by back-propagating the errors through the network at each interaction. This process is repeated many times until the network‟s output errors are reduced to an acceptable level [4]. Fig.1: NN Architecture ANNs are currently gaining wide popularity in manufacturing field. ANNs are proposed to represent the relationship between the operating conditions and the process-related variables because of their data driven approach i.e. they can capture and model extremely complex relationships even without the help of an explicitly stated mathematical model. This property of ANNs is extremely useful in situations where it is difficult to derive the mathematical model that links the various parameters.
  • 3. Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Production of Quality Castings 32 The back propagation neural network (BPNN) is a multiple layer network with one input layer, one output layer and some hidden layers between input and output layers. Its learning procedure is based on gradient search with least sum squared optimality criterion. This algorithm can be expressed succinctly in the form of a pseudo-code as given below: PSEUDO-CODE: 1. Pick a rate parameter R. 2. Until performance is satisfactory. 3. For each sample input, compute the resulting output. 4. Compute  for nodes in the output layer using: z = Dz – Oz; where D represents the desired output and O represents the actual output of the neuron. 5. Compute  for all other nodes using:  1j j k k k kk W O O   6. Compute weight changes for all weights using:  1i j i j j jW rOO O    7. Add up the weight changes for all sample inputs and change the weights [5]. The standard BP algorithm suffers from the serious drawbacks of slow convergence and inability to avoid local minima. Therefore, BP with Levenberg-Marquardt (LM) approximation is used in this work. LM learning rule uses an approximation of the Newton's method to get better performance. This technique is relatively faster but requires more memory. The LM update rule is:   1T T W JJ J I e     ; where J is the Jacobean matrix of derivatives of each error to each weight, is a scalar and e is an error vector. If the scalar is very large, the above expression approximates the Gradient Descent method and if it is small, the above expression becomes the Gauss–Newton method. The Gauss–Newton method is faster and more accurate near error minima. Hence, the aim is to shift towards the Gauss–Newton as quickly as possible. The  is decreased after each successful step and increased only when the step increases the error [6-8]. GA uses the biological evolution principles including natural selection and survival of the fittest. All the parameters are represented with chromosomes. The algorithm tries to find the best 0 and 1 combination of this string either to minimize or to maximize the objective function [9]. The penalty functions might be used to force some of the parameters to stay in the selected range. The user generally selects the population size, the number of children for each set of the parents, and the probability of mutation [10]. The chromosomes are generated randomly for the first generation. GA has proved to be an effective tool for optimization of machining parameters as it converges to optimum solutions rapidly [11]. GA uses the biological evolution principles including natural selection, and survival of the fittest. The user determines the number of the binary digits to be assigned for each parameter and their boundaries. Additional bits can be assigned for switches. All the parameters and the switches are represented with chromosome. The algorithm tries to find the best 0 and 1 combination of this string either to minimize or to maximize the objective function. The penalty functions might be used to force some of the parameters to stay in the selected range. The user generally selects the population size, the number of children for each set of the parents, and the probability of mutation. The chromosomes are generated randomly for the first generation. Generally, GAs follows a five-step optimization procedure which includes: a. Selection of the mating parents b. Selection of the hereditary chromosomes from the parents c. Gene crossover d. Gene mutation, and e. Creation of the next generation [12]. The general scheme of GA is shown in Fig.2.
  • 4. Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Production of Quality Castings 33 Fig.2: General scheme of GA. III. PROPOSED OPTIMIZATION SYSTEM The technique in this work used one BPNN and one GA. The NN had one output as melting rate to have the best possible accuracy. The inputs of the NN were the flame temperature, preheat air temperature, rotational speed of the furnace, excess air percentage, melting time and fuel consumption. The NN was trained to estimate the melting rate by using the experimental results in Appendix. The architecture of the proposed optimization system is shown in Fig.3. Fig.3: The Architecture of the proposed optimization system. The pseudo-code of the proposed algorithm can be expressed concisely as under: PSEUDO-CODE: 1) Initialize: a) Randomly select „N‟ parent strings, b) Determine number of children to be generated by each parent, c) Initialize Pareto-optimal Set (PS). 2) For each parent „i‟, generate „m (i)‟ children using crossover. 3) Perform mutation with a probability „pm’. 4) Find the best child for each parent, based on fitness evaluated with the NN model. 5) Select the best child as the parent for the next generation. 6) Repeat step 7 to step 10 for each family. 7) Count=0. 8) Repeat step 9 for each child; go to step 10.
  • 5. Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Production of Quality Castings 34 9) Increase count as per pseudo-code given in the explanation of steps 6-9. 10) Acceptance number of the family is equal to count (A). 11) Sum up the acceptance number of all the families (S). 12) For each family „i‟, calculate the number of children to be generated in the next generation according to the following formula: m(i)=(T×A)/S; where T=Total number of children generated by all the families. 13) Update PS. 14) Repeat step 2 to step 14 until a certain number of iteration has been reached. The NN model is used to provide the fitness function value by incorporating in the above mentioned algorithm. This approach of using a NN model, in tandem with GEA is quite novel. IV. EXPERIMENTAL SETUP AND DATA COLLECTION The rotary furnace data used to train the ANNs have been extracted from the experiments conducted on self-designed and developed furnace (see Fig.4) at Foundry Shop, Faculty of Engineering, DEI, Dayalbagh, Agra, India. Fig.4: Self-designed and developed Rotary furnace at Faculty of Engineering DEI, Agra In the experimentation, 200 kg of the charge is melted in the rotary furnace. A circular burner is used for burning light diesel oil (LDO) as fuel. Due to the heat transfer by conduction, when refractory material comes in contact with the molten charge, to have better heat transfer, the maximum time is given to refractory to be in contact with the charge. The quantity of fuel consumed is reduced in subsequent heats and normally it is found to be almost constant in third heat onwards. Numbers of experiments were conducted at different percentage of excess air varying from 10% to 50% and amount of air preheat from 200°C to 400°C. It was observed that it is difficult to achieve the rotation below 0.8 RPM from the fabricated rotary furnace so, keeping this in view the experiments were carried out at rotational speed ranged from 0.8 to 2.0 RPM and the following results were obtained. While conducting experiments, it was observed that rate of melting varies with change of rotational speed. The charge of 200 kg when melted at 2 RPM takes 45 min, the rate of melting (MR) is given by: Quantity of charge in 60 0.2 60 0.266 (Metric Ton) / Time taken for complete melting 45 MT MR MT hr      Under similar conditions, the total time taken for complete melting from third heat onwards was reduced to 35 min, when the rotational speed is reduced to 1 RPM. The MR is given by: Quantity of charge in 60 0.2 60 0.343 / Time taken for complete melting 35 MT MR MT hr      From above, it can be interpreted that the rate of melting is high at slower rotational speed. During experimentation it was observed that the fuel consumption varies with rotational speed percentage of excess air and air preheat temperature. Charge of 200 kg, when melted in the furnace at 2 RPM with 20% excess air and 300°C air preheat, takes 47 min and consumed 85 liters of LDO.
  • 6. Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Production of Quality Castings 35     Fuel consumed 85 Rate of fuel consumption 0.425 Quantity of charge 200 liters liters kgkg    Under similar conditions, the fuel consumption for complete melting of charge at the rotational speed of 1 RPM with 20% excess air and 300°C air preheat is 81 liters.     Fuel consumed 81 Rate of fuel consumption 0.405 Quantity of charge 200 liters liters kgkg    From the above discussion it can be interpreted that the rate of fuel consumption is high at higher rotational speed. Large numbers of heats were taken from the rotary furnace with the variations of the above mentioned parameters and finally a set of 201 heats was obtained from the furnace. This data was used to train the artificial NN and to find optimum operating conditions for maximizing melting rate in the proposed technique. Here, a set of 50 readings is presented. V. RESULTS AND DISCUSSIONS A two layer feed forward network with six input neurons, twelve neurons in the first hidden layer (S1), ten neurons in the second hidden layer (S2), and one output neurons in the output layer was designed and trained with NN. The logarithm of sigmoid function is used in the first hidden layer, tangent of sigmoid in the second hidden layer and the output layer has pure linear neurons. The input parameters were: 1. Percentage of Excess Air (in %) 2. Flame Temperature (in °C) 3. Rotational Speed (in RPM) 4. Melting Time (in Minutes) 5. Preheat Air Temperature (in °C) 6. Fuel Consumed (in Liters) Melting Rate is taken as single output parameter. The training parameters are as follows: Frequency of progress displays (in epochs) = 100 Maximum number of epochs to train = 10000 Sum-squared error goal = 10-10 Neurons in layer 1, S1 = 12 Neurons in layer 2, S2 = 10 Number of epochs = 1567. While performing optimization, the technique was asked to maximize the melting rate. The population size, child number, cross-probability, mutation-probability and creep-probability were selected as 100, 10, 0.2, 0.1, and 0.05, respectively, during the optimization process. Optimum values were found in less than 50 iterations. GA was stopped after 50 iterations were completed. The range of the parameters in the optimization study is shown in Table I and the optimization results are presented in Table II. The operating conditions were optimized to obtain the best maximized value of melting rate. Flame temperature, preheat air temperature, rotational speed of the furnace, excess air percentage, melting time and fuel consumption were kept in the desired range and the technique was asked to maximize the melting rate for a set of process parameters. A series of alternatives were provided to the user. The results obtained correlated well with the experimental data. VI. CONCLUSION The technique was proposed for selection of the optimal operating conditions in rotary furnace operations from the experimental data without developing any analytical or empirical models. NNs were trained by using a series of experimental results to represent the relationship between the process parameters such as flame temperature, preheat air temperature, rotational speed of the furnace, excess air percentage, melting time and fuel consumption. The technique determined the optimal process parameters while maximizing the melting rate. The tendency of the estimations of the technique agreed with the theoretical expectations. The technique has proved to be effective for constrained optimization as it provides the values of various process parameters in a single run and so assists in achieving in energy and material saving.
  • 7. Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Production of Quality Castings 36 Table I: Range of process parameters given to the proposed technique Excess air (%) Flame temperature (°C) Rotational speed (RPM) Melting time (Min) Preheat air temperature (°C) Fuel consumed (Liters) 10–50 1690–2300 0.8–2.0 32–50 200–400 74–88 Table II: Optimization results Parameter maximization Melting rate (MT./ hr.) Operating conditions Excess air (%) Flame temperature (°C) Rotational speed (RPM) Melting time (Min.) Preheat air temperature (°C) Fuel consumed (Liters) Melting Rate 0.3751 10 2290 0.8 32 400 74 The results indicate that the proposed heuristic converges to better solutions rapidly thereby assisting in the improvement of quality in development of sound parts. This methodology ensures quality, precision, economy and flexibility in agile manufacturing. ACKNOWLEDGMENT The authors gratefully acknowledge the inspiration provided by Most Revered Prof. P.S. Satsangi Sahab, Chairman, Advisory Committee on Education, Dayalbagh, Agra. REFERENCES [1]. R. Singh, G. Das, and M. Radha Krishna, “Economic and Microstructure Analysis of Ferrous Castings from Coke-less Cupola, Coke Fired Cupola and Rotary Furnace,” DEI Journal of Science and Engineering Research, Vol. 14, No. 1-2, pp. 127-138, 2007. [2]. R. Singh, G. Das, and R. Setia, “An evolutionary approach to parametric optimization of rotary furnace using light diesel oil,” International Journal of Agile Manufacturing, Vol. 10, No. 3, pp. 36–42, 2008. [3]. R. Singh, R. Setia, and G. Das, “Modeling and optimization of rotary furnace parameters using artificial neural networks and genetic evolutionary algorithms,” Proceedings of the 31st National Systems Conference (India), P.No. 75, 2007. [4]. R. Singh, G. Das, and R.K. Jain, “Modeling and optimization of rotary furnace parameters using regression and numerical techniques,” Proceedings of the 68th World Foundry Congress & 56th Indian Foundry Congress (India), P.No. OP–62, pp. 333–339, 2008. [5]. L. Fausett, “Fundamentals of Neural Networks,” Prentice Hall, Eaglewood Cliffs, NJ, 1994. [6]. R. Singh, G. Das, and R. Setia, “Parametric Modeling of a Rotary Furnace for Agile Production of Castings with Artificial Neural Networks,” International Journal of Agile Manufacturing, Vol. 10, Issue 2, pp. 137-147, 2007. [7]. L. Monostori, “A step towards intelligent manufacturing: Modeling and monitoring of manufacturing processes through artificial neural networks,” Annals of the CIRP, Vol. 42, Issue 1, pp. 485-488, 1994. [8]. D.E. Goldberg, “Genetic Algorithms in Search, Optimization and Machine Learning,” Addison-Wesley, Reading, MA, 1989. [9]. K. Krishnamurthy, and L. Yan, “Selection of optimal machining parameters using a Genetic Algorithm,” International Mechanical Engineering Congress and Exposition Proceedings, Vol. 2, pp. 1051–1057, 2001. [10]. I.N. Tansel, B. Ozelik, W.Y. Bas, P. Chen, D. Rincon, S.Y. Yang, and A. Yenilmez, “Selection of Optimal Cutting Conditions by using GONNS,” International Journal of Machine Tools & Manufacture, Vol. 4, Issue 6, pp. 26-35, 2006. [11]. F. Cus, J. Balic, and J. Kopac, “Optimization of Milling Parameters by Genetic Algorithm Approach,” Proceedings of Asian Simulation Conference: System Simulation and Scientific Computing (Shanghai), Vol. 2, pp. 974–979, 2002. [12]. M.T. Rad, and I.M. Bidhendi, “Optimization of Machining Parameters for Milling Operations,” International Journal of Machine Tools and Manufacture, Vol. 37, Issue 1, 1996.
  • 8. Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Production of Quality Castings 37 Appendix: Comparison of Melting Rate obtained by Experimentation on Rotary Furnace & by ANN Model S. No. Excess air (%) Flame temperature (°C) Rotational speed (RPM) Melting time (Min.) Preheat Air temperature (°C) Fuel consumed (Liters) Experimental values of melting rate (MT/hr.) NN Values of melting rate (MT/hr.) 1. 10 2190 0.8 35 200 76 0.343 0.343 2. 10 2185 0.8 35 200 75 0.343 0.342 3. 10 2190 0.8 35 200 76 0.343 0.343 4. 10 2195 0.8 36 200 75 0.330 0.329 5. 10 2200 0.8 34 300 75 0.353 0.353 6. 10 2215 0.8 34 300 75 0.353 0.352 7. 10 2215 0.8 35 300 76 0.343 0.342 8. 10 2220 0.8 34 300 75 0.353 0.353 9. 10 2280 0.8 32 400 74 0.375 0.375 10. 10 2290 0.8 32 400 74 0.375 0.375 11. 10 2300 0.8 32 400 74 0.375 0.374 12. 10 2290 0.8 32 400 74 0.375 0.375 13. 10 2180 1.0 37 200 78 0.324 0.324 14. 10 2175 1.0 37 200 78 0.324 0.323 15. 10 2175 1.0 38 200 79 0.315 0.315 16. 10 2195 1.0 35 300 76 0.343 0.343 17. 10 2200 1.0 35 300 76 0.343 0.342 18. 10 2215 1.0 36 300 79 0.330 0.330 19. 10 2265 1.0 34 400 75 0.343 0.342 20. 10 2270 1.0 34 400 75 0.343 0.343 21. 10 2270 1.0 34 400 76 0.343 0.343 22. 10 2160 1.2 38 200 79 0.315 0.314 23. 10 2165 1.2 38 200 78 0.315 0.315 24. 10 2160 1.2 37 200 79 0.324 0.323 25. 10 2180 1.2 37 300 77 0.324 0.324 26. 10 2185 1.2 37 300 78 0.324 0.324 27. 10 2190 1.2 37 300 77 0.324 0.323 28. 10 2250 1.2 36 400 76 0.330 0.330 29. 10 2245 1.2 36 400 75 0.330 0.329 30. 10 2245 1.2 36 400 76 0.330 0.329 31. 10 2150 1.4 38 200 80 0.315 0.315 32. 10 2155 1.4 38 200 80 0.315 0.314 33. 10 2160 1.4 37 200 79 0.324 0.324 34. 10 2175 1.4 36 300 80 0.330 0.330 35. 10 2180 1.4 36 300 81 0.330 0.330 36. 10 2170 1.4 36 300 81 0.330 0.329 37. 10 2230 1.4 34 400 80 0.353 0.353 38. 10 2240 1.4 34 400 79 0.353 0.352 39. 10 2240 1.4 34 400 79 0.353 0.352 40. 10 2145 1.6 38 200 81 0.315 0.315 41. 10 2150 1.6 38 200 80 0.315 0.315 42. 10 2150 1.6 37 200 81 0.324 0.323 43. 10 2170 1.6 36 300 79 0.330 0.330 44. 10 2178 1.6 36 300 79 0.330 0.329 45. 10 2170 1.6 36 300 80 0.330 0.330 46. 10 2220 1.6 35 400 78 0.343 0.343 47. 10 2215 1.6 35 400 78 0.343 0.342 48. 10 2210 1.6 35 400 79 0.343 0.343 49. 10 2100 2.0 39 200 80 0.307 0.307 50. 10 2110 2.0 38 200 80 0.315 0.315