SlideShare a Scribd company logo
International Refereed Journal of Engineering and Science (IRJES)
ISSN (Online) 2319-183X, (Print) 2319-1821
Volume 4, Issue 7 (July 2015), PP.31-37
www.irjes.com 31 | Page
A Firefly Algorithm for Optimizing Spur Gear Parameters
Under Non-Lubricated Condition
S.K. Rajesh kanna1
P. Sethuramalinmga2
, Kanagaraja3
, Jei Sakthi Sree4
1 2 3 4
(Department of Mechanical Engineering, Rajalakshmi Institute of Technology, India)
Abstract:- Firefly algorithm is one of the emerging evolutionary approaches for complex and non-linear
optimization problems. It is inspired by natural firefly‟s behavior such as movement of fireflies based on
brightness and by overcoming the constraints such as light absorption, obstacles, distance, etc. In this research,
firefly‟s movement had been simulated computationally to identify the best parameters for spur gear pair by
considering the design and manufacturing constraints. The proposed algorithm was tested with the traditional
design parameters and found the results are at par in less computational time by satisfying the constraints.
Keywords: - Constraints, Firefly Algorithm, Optimization, Spur gear
I. INTRODUCTION
Optimization is the process of identifying the better solution from the predefined solution space by
considering the constraints. i.e. all the suitable parameter values influencing the problem are possible solutions,
which used to form the solution space and the best value in the solution space is the optimum solution [1]. Often
optimization problems are solved through deterministic algorithms and stochastic algorithms. As the name
implies, the former algorithm follows a rigorous procedure to identify the optimal solution, but it might not be
best suitable for all kinds of optimization problems. Later algorithm is further sub-divided into heuristic and
meta-heuristic algorithms. Heuristic algorithms are the more efficient and effective algorithm for solving a
particular category of the optimization problems and cannot be the best suitable for all category of the problems.
On the other hand, nature-inspired meta-heuristic algorithms can be used to solve global optimization problems.
Because, these algorithms use random values to identify the best suitable path and to avoid the stagnation at
local optimal points, similar to the nature. In contradict, the random values can also deviated the convergence
path away from the solution. Thus there exists a tradeoff between randomization and local search [1, 2, 3]. So
the meta-heuristic optimization algorithms are having a deterministic component and random component for
randomly sampling the search space and for random walk along the path. One of the best meta-heuristic
algorithm commonly used by the researchers is the Genetic Algorithm (GA) [4, 5]. In recent years, many
modern meta-heuristic algorithms were developed based on swarm intelligence like PSO and AFSA [6, 7].
Firefly algorithm is one of the emerging meta-heuristic algorithms developed by Xin-She Yang, which
shows its superiority over some traditional algorithms [8, 9]. Firefly algorithm is inspired by the natural
behavior of fireflies in identifying their mating pair. Fireflies are the flying insects capable of producing light
through its special photogenic organs in their body surface [10]. The intensity of the light generated from them
is attracted by the other fireflies. Also the firefly does not memorize any history of better situation and they
move regardless of it, thereby it searches in the global space instead of local search. So the similar concept was
simulated in firefly algorithm for solving optimization problems.
This paper aims to identify the optimal parameters for the spur gear pair by considering the design and
manufacturing constraints in an non-lubricated conditions. The rest of this paper is organized as follows: Section
II and Section III outlines the Firefly algorithm and Spur gear design respectively. Experimental procedure and
results are presented in section IV. Section V concludes the research.
II. FIREFLY ALGORITHM
Firefly algorithm was first introduced by Xin-She Yang [2] and it is mimicking the behavior of
identifying the mating pair by its flashing characteristics. Some of the assumptions to be considered for
simulating the firefly algorithms as=re as follows.
1. All fireflies are unisex.
So that, any firefly can be attracted towards other fireflies regardless of their sex.
2. Attractiveness is proportional to their light intensity.
The fireflies are attracted and move towards the brighter firefly. Also the brightness decreases with increase
in distance, so no one is permanently brighter.
3. The light intensity of a firefly is affected by the environmental condition.
A Firefly Algorithm for Optimizing Spur Gear Parameters under Non-Lubricated Condition
www.irjes.com 32 | Page
The brightness of a firefly can be influenced by the environmental conditions like clear sky, mist, foggy
surrounding, rain, etc.
As the light intensity decides the firefly movement, in this research, the objective function value used
to decide the light intensity. The combined objective function for optimizing the spur gear parameter is given in
the Equation 1.
COF = { [(F1 / max. F1) + (F2 / min. F2) + (F3 / max. F3) + (F4 / min. F4)] / 4} (1)
Whereas,
F1 is power transmitted by the gear given in the Equation 2.
F1 = P where, P (L) ≤
P ≤ P (U)
(2)
P is Power transmitting capacity and between lower and upper limit.
F2 is the weight of the gear and is given in the Equation 3.
F2 = {[
4

d1
2
×b × ρ] + [
4

 d2
2
× b × ρ]} (3)
d1, d2 = Pitch circle diameter of pinion and gear in mm
b = Thickness of pinion and gear in mm
ρ = Density of the material in kg/mm3
F3 is the efficiency of the gear given in the Equation 4.
F3 = 100 – PL (4)
PL = Power loss which is calculated by the Equation 5.
PL =
Cos
50 f
×
)HH(
)HH(
ts
2
t
2
s


(5)
Hs = Specific sliding velocity at start of approach action
Ht = Specific sliding velocity at end of recess action
f = Coefficient of friction
 = Pressure angle in degrees
Hs and Ht are calculated by the Equations 6 & 7.
Ht =
i
1)i( 
×














2
2
0
cos
r
r
– sin  (6)
Hs = (i + 1) ×














2
2
0
cos
R
R
– sin  (7)
Where, R & Ro = Pitch and Outside circle radius of gear in mm.
R & ro = Pitch and Outside circle radius of pinion in mm
R0 = R + one addendum
One addendum for 20o
full depth involute system = one module = m.
ro = r + m = m
d

2
1
Ro = R +m = m
d

2
2
F4 is minimization of center distance and is given in Equation 8.
F4 =
2
)d(d 21 
=
2
m
(Z1+Z2) (8)
Where, z1, z2 = Number of teeth in pinion and gear respectively.
A Firefly Algorithm for Optimizing Spur Gear Parameters under Non-Lubricated Condition
www.irjes.com 33 | Page
For solving an optimization problem, Firefly algorithm has to be applied iteratively. Initially the
solution space „S‟ should be created and „n‟ fireflies need to be allowed for searching the optimal path in „S‟.
For the first iteration, fireflies are dislocated randomly in S and for forthcoming iterations, firefly movements
can employed with some deterministic strategies. Attractiveness of a firefly by the other fireflies is determined
by its light intensity which in turn is proportional to the objective function. i.e. the light intensity „I‟ of a firefly
at a particular distance „x‟ can be chosen from the Equation 9.
I(x) α COF (9)
However, the attractiveness „β‟ is relative with respect to distance „rij‟. „rij‟ is the distance between ith
firefly to jth
firefly in the „S‟. As the distance „rij‟ increases, the brightness I(x) decrease and inturn the
attractiveness „β‟ decreases proportionally. Also the light is absorbed in the surrounding media and leads to
decrease in the light intensity. So the attractiveness depends on the coefficient of absorption [11]. The Equation
10 is used for calculating the light intensity I(r).
I(r) = I0 e-γr
(10)
where „I0‟ is the initial light intensity and „γ‟ is the light absorption coefficient. The firefly
attractiveness is calculated using the Equation 11.
β = β0 e-γr2
(11)
where β0 is the initial attractiveness of the fireflies which is set a unit value. γ = 0 if the fireflies are at
same point. In general, the range of attractiveness should be between 0 and 1. The distance between the ith
firefly and the jth
firefly are determined by the Equation 12.
rij = {Σ (Xik-Xjk)2
}ᴧ (1/2)
k = { 1, .. d} (12)
The fireflies are attracted towards the more brighter firefly and is determined using the Equation 13.
Xi = Xi + β0 e-γr2
(Xj-Xi) + αεi
(13)
The second term in the equation is depend on the attractiveness and the third term is the
random number generation based on the Gaussian distribution which decides the convergence rate. Thus the
firefly are allowed to move towards the brighter firefly and finally to terminate. In each and every iteration, the
light intensity should be updated using exploration and exploitation concept. The same procedure has to be
repeated for more number of iteration and the final best value will be the optimal value for the spur gear
optimization problem
III. SPUR GEAR DESIGN OPTIMIZATION PROBLEM
Gears are defined as the friction wheels, which transmits rotational power among the shafts by
increasing or decreasing the speed and torque. To increase the friction and transmission effectiveness, teethes
are formed over the surface of the gear wheel. The straight teethed gears are normally called as spur gears.
Generally one gear receives power and transmitted to the other. The former is called driver and the later is called
driven. Spur gears are easy to manufacture and commonly used gears in all type of machine tools and
automobiles to transmit power between the parallel shafts. So the design of spur gear pair is taken in this
research for optimization of the parameters.
3.1 Constraints
Generally all the mechanical component design should be within the ultimate strength and the
allowable stress values called as design constraints. Also the gear parameter should align with the standard
design parameters for ease of manufacturing and are generally called as manufacturing constraints. major
constraints considered in this research are as follows.
(i) Bending Stress Constraint
While transmitting the power between the shafts, the top portion of the gear teeth will subject to
bending stress and the condition for the bending stress constraint is given in the Equation 14.
ζb ≤ [ζb]al (14)
Whereas, [ζb]al = Allowable bending stress in N/mm2
.
ζb is the actual bending stress in N/mm2
and is given in Equation 15.
ζb =
 
 ybma
1i 
× [Mt] (15)
A Firefly Algorithm for Optimizing Spur Gear Parameters under Non-Lubricated Condition
www.irjes.com 34 | Page
Where, i = gear ratio
a = Center distance between gear and pinion
y = Form factor
[Mt] = Design twisting moment in Nmm, and is given in Equation 16.
[Mt] = Mt × k × kd (16)
Mt = Normal twisting moment transmitted by the pinion in Nmm
K and kd are the Load Concentration factor and Dynamic load factor
(ii) Compressive Stress Constraint
Compressive stresses are created at the bottom surface of teethes of the mating gears. The compressive stress
constraint is given in the Equation 17.
ζc ≤ [ζc]al (17)
Where, [ζc]al = Allowable crushing stress in N/mm2
.
ζc = Actual crushing stress in N/mm2
and is given in Equation 18.
ζc = 0.74 




 
a
i 1
 










 
]M[E
ib
1i
t (18)
Where, E = Young‟s Modulus of the gear material in N/mm2
(iii) Module Constraint
The condition for module is given in the Equation 19.
m ≥ mmin (19)
mmin is the minimum module and is given in the Equation 20.
mmin = 1.26 
 
 
3
1mb
t
Zy
M

(20)
Ψm = ratio between the gear pair thickness and module.
The obtained module value should be standardized to the „R‟ series values.
3.2 Spur Gear Parameters Calculation
The design of spur gear is given in the following equations.
(i) Gear Ratio
The gear ratio is the ratio of speed of the pinion and the gear wheel. The formula for calculating gear
ratio is given in the Equation 21.
i =
1
2
Z
Z
(or)
1
2
d
d
=
2
1
N
N
(21)
(ii) Center Distance between pinion and gear
The size of the gear wheels decides the centre distance [12] and the formula for calculating the
centre distance is given in the Equation 22 and the condition to be satisfied is given in the Equation 23.
a =
 
2
21 dd 
=
2
m
[Z1+ Z2] (22)
a ≥ a min (23)
The minimum center distance can be calculated from the Equation 24.
amin = (i + 1)
 
3
2
740




















 i
]M[E. t
c
(24)
Ψ = ratio between the gear pair thickness and center distance.
A Firefly Algorithm for Optimizing Spur Gear Parameters under Non-Lubricated Condition
www.irjes.com 35 | Page
3.3 Gear Surface Temperature
The condition considered for the spur gear design is in a non-lubricated condition and the surface
temperature of the gear wheels should be kept within the allowable limits while optimizing the design, because
the gear life and lubrication depend mainly on the amount of heat generated [13]. The maximum contact
temperature is obtained by Equation 25.
θB max = θM + θfl max (25)
Whereas, θM is tooth temperature,
θfl max is maximum flash temperature along the line-of-action, which is calculated by Blok‟s relation given in the
Equation 26.
θfl =31.62 K µm (Xr Wn /√(bH)) x {(|Vr1–Vr2|) / [(BM1√(Vr1)) - (BM2√(Vr2))]} (26)
Whereas, K = Hertzian distribution of frictional heat = 0.8;
µm = Mean coefficient of friction; Xr = Load sharing factor;
Wn = Normal unit load;
BM1 & BM2 = Thermal contact coefficients of the pinion and wheel;
Vr1 & Vr2 = Rolling tangential velocities in m/s of the pinion and wheel;
3.4 Gear Noise Calculation
Noise in the gearing system is due to vibration and transmission error, i.e. the irregularities of the gear
motion caused by change in tooth topology, shaft deflections and mesh stiffness variation along the line of
action [14]. Transmission error along the line of action is given in the Equation 27.
TE = Rb {δ2 – (i δ1)} (27)
Whereas, Rb is gear base radius;
δ1, δ2 are the angular rotation of pinion and gear;
3.5 Primary Gear Parameters
For experimentation purpose, the primary gear parameters are set with the limits and the limit can be
changed by the user depend upon the application. The primary gear parameters used to form the solution space
are given in the Table 1.
Table 1: Primary Spur Gear Parameters
Power : 20 to 40 Kw
Module : 1 to 24 mm
Tooth Thickness : 10 to 100 mm
Number of Teeth : 12 to 60
3.6 Secondary Gear Parameters
In order to reduce the computational time and search space, secondary parameters are fixed with the
standard values. The values are taken from the PSG design data book and are given in the Table 2.
Table 2: Secondary Spur gear parameters
Coefficient of friction : 0.05
Thermal conductivity : 48 W/ (m K)
Density : 8.836 × 10-6
kg/mm3
Specific heat : 544 J/ (kg K)
Material of gear and pinion : 40 Ni 2 Cr 1 Mo 28 (Cr-Mo series)
Gear ratio (i) : 2
Young‟s modulus : 2.15x105
N/mm2
Pressure Angle (Φ) : 20°
Tool dedendum coefficient : 1.2
Backlash coefficient : 0.048
Minimum topland coefficient: 0.20
Minimum root clearance : 0.15
Allowable bending stress : 400N/mm2
Allowable compressive stress : 1100N/mm2
Thus the objective function values are calculated based on the above equations and the parameter
values.
A Firefly Algorithm for Optimizing Spur Gear Parameters under Non-Lubricated Condition
www.irjes.com 36 | Page
IV. EXPERIMENTAL IMPLEMENTATION
Performance of firefly algorithm is tested on a number of spur gear design problems. In proposed
firefly algorithm, sensitivity analysis had done to initialize the firefly parameters. The population size is set to
30 numbers of fireflies and all the fireflies can move randomly in the search space initially. Later 20 fireflies
have to follow the firefly procedure to select its path and the remaining 10 fireflies can move at random order in
the search space thus the stagnation and trapping of the fireflies at the variable local optimal peaks can be
avoided [15]. It also helps in exploring the entire search space. The search space is formed with the power, tooth
thickness, module and number of teeth. These parameters are normalized between 0 and 1 in the search space
with the interval of 0.01. The condition for a firefly to terminate its fly inside the search space is that a firefly
should move to all the parameters only once. β0, γ and α are set to1, 1 and 0.05 respectively with the iteration
size of 500. In every iteration, the best firefly should be saved in the local best database for updating the firefly‟s
intensity for next iterations. Once all the iteration has been completed, the average of the local best database will
be updated to generate final best solution space and again fireflies are allowed to search the best solution. By
this methodology, away fireflies can shrinks to global best and locate the best optimal solution in a better place.
The Figure 1 shows the convergence rate of the best iteration obtained during computational simulation. Form
the figure, it is clear that the convergence rate of the firefly algorithm is faster and steady throughout the
iterations.
Figure 1: Convergence of the firefly algorithm
V. CONCLUSION
In this paper, firefly algorithm has been used to identify the better optimal spur gear parameters by
considering the design and manufacturing constraints in a non-lubricated environment. Initial values of firefly
parameters are decided by conducting sensitivity analysis and thereby prevent the trapping into local optimum.
After some iteration, this parameter shrinks that causes focus on global optimum. Also by this approach, search
space explored a large and in final iteration converged with best solutions. Simulation results show a better
performance than standard design procedure. Thus the algorithm can be extended further to various applications.
REFERENCES
[1]. X. S. Yang, “Engineering Optimization: An Introduction with Metaheuristic Applications”, Wiley &
Sons, New Jersey, 2010.
[2]. X. S. Yang, “Nature-Inspired Metaheuristic Algorithms”, Luniver Press, 2008.
[3]. T. Baeck, D. B. Fogel and Z. Michalewicz, “Handbook of Evolutionary Computation”, Taylor &
Francis, 1997.
[4]. Holland, “Adaptation in natural and Artifical Systems”, University of Michigan, Press, Ann Abor,
1975.
[5]. D. E. Goldberg, “Genetic Algorithms in Search, Optimisation and Machine Learning, Reading, Mass”,
Addison Wesley, 1989.
[6]. J. Kennedy, R. C. Eberhart, “Particle swarm optimization”, IEEE International Conference on Neural
Networks, Piscataway, NJ., pp. 942-1948, 1995.
[7]. L. X. Li, Z. J. Shao and J. X. Qian, “An optimizing Method based on Autonomous Animals: Fish
Swarm Algoritm”, System Engineering Theory & Practice, 2002.
[8]. X. S. Yang, “Firefly algorithms for multimodal optimization”, Stochastic Algorithms: Foundations and
Appplications (Eds O. Watanabe and T. eugmann), SAGA 2009, Lecture Notes in Computer Science,
5792, Springer-Verlag, Berlin, pp. 169-178, 2009.
A Firefly Algorithm for Optimizing Spur Gear Parameters under Non-Lubricated Condition
www.irjes.com 37 | Page
[9]. S. L. Ukasik and A K. Salawomir, “Firefly algorithm for Continuous Constrained Optimization Tasks”,
1st International Confernce on Computational Collective Intelligence, Semantic Web, Social Networks
and Multiagent Systems, Springer-Verlag Berlin, Heidelberg, pp.169-178, 2009.
[10]. B. G. Babu and M. Kannan, “ Lightning bugs”, Resonance, Vol. 7, No. 9, pp. 49-55, 2002.
[11]. S. Janson, M. Middendorf, “A hierarchical particle swarm optimizer and its adaptive variant”, IEEE
Trans. on Systems, Man and Cybernetics, Part B, Vol. 35, pp. 1272–1282, 2005.
[12]. R. Mendes, J. Kennedy, J. Neves, “Avoiding the pitfalls of local optima: how topologies can save the
day”, 12th Conference Intelligent Systems Application to Power Systems (ISAP2003), Lemnos,
Greece, 2003.
[13]. Townsend, D. P., Dudley‟s Gear Handbook, McGraw-Hill, 2nd Edition, 1992.
[14]. AGMA 925-A03, Effect of Lubrication on Gear Surface Distress.
[15]. Smith, J. D., Gear Noise and Vibration, Marcel Dekker, 2nd Edition, 2003.

More Related Content

What's hot

Firefly algorithm
Firefly algorithmFirefly algorithm
Firefly algorithm
Ahmed Fouad Ali
 
nature inspired algorithms
nature inspired algorithmsnature inspired algorithms
nature inspired algorithms
Gaurav Goel
 
Solving travelling salesman problem using firefly algorithm
Solving travelling salesman problem using firefly algorithmSolving travelling salesman problem using firefly algorithm
Solving travelling salesman problem using firefly algorithm
ishmecse13
 
Combining Neural Network and Firefly Algorithm to Predict Stock Price in Tehr...
Combining Neural Network and Firefly Algorithm to Predict Stock Price in Tehr...Combining Neural Network and Firefly Algorithm to Predict Stock Price in Tehr...
Combining Neural Network and Firefly Algorithm to Predict Stock Price in Tehr...
Editor IJCATR
 
Firefly Algorithms for Multimodal Optimization
Firefly Algorithms for Multimodal OptimizationFirefly Algorithms for Multimodal Optimization
Firefly Algorithms for Multimodal Optimization
Xin-She Yang
 
Bat algorithm and applications
Bat algorithm and applicationsBat algorithm and applications
Bat algorithm and applications
Md.Al-imran Roton
 
Bat Algorithm for Multi-objective Optimisation
Bat Algorithm for Multi-objective OptimisationBat Algorithm for Multi-objective Optimisation
Bat Algorithm for Multi-objective Optimisation
Xin-She Yang
 
Whale optimizatio algorithm
Whale optimizatio algorithmWhale optimizatio algorithm
Whale optimizatio algorithm
Ahmed Fouad Ali
 
Metaheuristic Algorithms: A Critical Analysis
Metaheuristic Algorithms: A Critical AnalysisMetaheuristic Algorithms: A Critical Analysis
Metaheuristic Algorithms: A Critical Analysis
Xin-She Yang
 
Grasshopper optimization algorithm
Grasshopper optimization algorithmGrasshopper optimization algorithm
Grasshopper optimization algorithm
Ahmed Fouad Ali
 
Ant Colony Optimization: The Algorithm and Its Applications
Ant Colony Optimization: The Algorithm and Its ApplicationsAnt Colony Optimization: The Algorithm and Its Applications
Ant Colony Optimization: The Algorithm and Its Applications
adil raja
 
Modified Discrete Firefly Algorithm Combining Genetic Algorithm for Traveling...
Modified Discrete Firefly Algorithm Combining Genetic Algorithm for Traveling...Modified Discrete Firefly Algorithm Combining Genetic Algorithm for Traveling...
Modified Discrete Firefly Algorithm Combining Genetic Algorithm for Traveling...
TELKOMNIKA JOURNAL
 
Particle Swarm Optimization by Rajorshi Mukherjee
Particle Swarm Optimization by Rajorshi MukherjeeParticle Swarm Optimization by Rajorshi Mukherjee
Particle Swarm Optimization by Rajorshi Mukherjee
Rajorshi Mukherjee
 
Ant colony optimization
Ant colony optimizationAnt colony optimization
Ant colony optimizationMeenakshi Devi
 
Particle swarm optimization
Particle swarm optimizationParticle swarm optimization
Particle swarm optimizationHanya Mohammed
 
Particle Swarm Optimization
Particle Swarm OptimizationParticle Swarm Optimization
Particle Swarm Optimization
Vikas Kumar Sinha
 
Particle Swarm Optimization Matlab code Using 50, 5000 Swarms
Particle Swarm Optimization Matlab code Using 50, 5000 SwarmsParticle Swarm Optimization Matlab code Using 50, 5000 Swarms
Particle Swarm Optimization Matlab code Using 50, 5000 Swarms
Raza Shamsi
 
Particle swarm optimization
Particle swarm optimizationParticle swarm optimization
Particle swarm optimization
Abhishek Agrawal
 
The Chaos and Stability of Firefly Algorithm Adjacent Individual
The Chaos and Stability of Firefly Algorithm Adjacent IndividualThe Chaos and Stability of Firefly Algorithm Adjacent Individual
The Chaos and Stability of Firefly Algorithm Adjacent Individual
TELKOMNIKA JOURNAL
 

What's hot (20)

Firefly algorithm
Firefly algorithmFirefly algorithm
Firefly algorithm
 
nature inspired algorithms
nature inspired algorithmsnature inspired algorithms
nature inspired algorithms
 
Solving travelling salesman problem using firefly algorithm
Solving travelling salesman problem using firefly algorithmSolving travelling salesman problem using firefly algorithm
Solving travelling salesman problem using firefly algorithm
 
Combining Neural Network and Firefly Algorithm to Predict Stock Price in Tehr...
Combining Neural Network and Firefly Algorithm to Predict Stock Price in Tehr...Combining Neural Network and Firefly Algorithm to Predict Stock Price in Tehr...
Combining Neural Network and Firefly Algorithm to Predict Stock Price in Tehr...
 
Firefly Algorithms for Multimodal Optimization
Firefly Algorithms for Multimodal OptimizationFirefly Algorithms for Multimodal Optimization
Firefly Algorithms for Multimodal Optimization
 
Bat algorithm and applications
Bat algorithm and applicationsBat algorithm and applications
Bat algorithm and applications
 
Bat Algorithm for Multi-objective Optimisation
Bat Algorithm for Multi-objective OptimisationBat Algorithm for Multi-objective Optimisation
Bat Algorithm for Multi-objective Optimisation
 
Whale optimizatio algorithm
Whale optimizatio algorithmWhale optimizatio algorithm
Whale optimizatio algorithm
 
Metaheuristic Algorithms: A Critical Analysis
Metaheuristic Algorithms: A Critical AnalysisMetaheuristic Algorithms: A Critical Analysis
Metaheuristic Algorithms: A Critical Analysis
 
Grasshopper optimization algorithm
Grasshopper optimization algorithmGrasshopper optimization algorithm
Grasshopper optimization algorithm
 
Ant Colony Optimization: The Algorithm and Its Applications
Ant Colony Optimization: The Algorithm and Its ApplicationsAnt Colony Optimization: The Algorithm and Its Applications
Ant Colony Optimization: The Algorithm and Its Applications
 
Modified Discrete Firefly Algorithm Combining Genetic Algorithm for Traveling...
Modified Discrete Firefly Algorithm Combining Genetic Algorithm for Traveling...Modified Discrete Firefly Algorithm Combining Genetic Algorithm for Traveling...
Modified Discrete Firefly Algorithm Combining Genetic Algorithm for Traveling...
 
Particle Swarm Optimization by Rajorshi Mukherjee
Particle Swarm Optimization by Rajorshi MukherjeeParticle Swarm Optimization by Rajorshi Mukherjee
Particle Swarm Optimization by Rajorshi Mukherjee
 
Ant colony optimization
Ant colony optimizationAnt colony optimization
Ant colony optimization
 
Particle swarm optimization
Particle swarm optimizationParticle swarm optimization
Particle swarm optimization
 
Particle Swarm Optimization
Particle Swarm OptimizationParticle Swarm Optimization
Particle Swarm Optimization
 
Particle Swarm Optimization Matlab code Using 50, 5000 Swarms
Particle Swarm Optimization Matlab code Using 50, 5000 SwarmsParticle Swarm Optimization Matlab code Using 50, 5000 Swarms
Particle Swarm Optimization Matlab code Using 50, 5000 Swarms
 
Particle swarm optimization
Particle swarm optimizationParticle swarm optimization
Particle swarm optimization
 
Machine Learning Tools and Particle Swarm Optimization for Content-Based Sear...
Machine Learning Tools and Particle Swarm Optimization for Content-Based Sear...Machine Learning Tools and Particle Swarm Optimization for Content-Based Sear...
Machine Learning Tools and Particle Swarm Optimization for Content-Based Sear...
 
The Chaos and Stability of Firefly Algorithm Adjacent Individual
The Chaos and Stability of Firefly Algorithm Adjacent IndividualThe Chaos and Stability of Firefly Algorithm Adjacent Individual
The Chaos and Stability of Firefly Algorithm Adjacent Individual
 

Similar to A Firefly Algorithm for Optimizing Spur Gear Parameters Under Non-Lubricated Condition

1308.3898 1
1308.3898 11308.3898 1
1308.3898 1
vin_bha1984
 
1308.3898
1308.38981308.3898
1308.3898
vin_bha1984
 
Firefly Algorithm for Unconstrained Optimization
Firefly Algorithm for Unconstrained OptimizationFirefly Algorithm for Unconstrained Optimization
Firefly Algorithm for Unconstrained Optimization
IOSR Journals
 
Research on Chaotic Firefly Algorithm and the Application in Optimal Reactive...
Research on Chaotic Firefly Algorithm and the Application in Optimal Reactive...Research on Chaotic Firefly Algorithm and the Application in Optimal Reactive...
Research on Chaotic Firefly Algorithm and the Application in Optimal Reactive...
TELKOMNIKA JOURNAL
 
A Study of Firefly Algorithm and its Application in Non-Linear Dynamic Systems
A Study of Firefly Algorithm and its Application in Non-Linear Dynamic SystemsA Study of Firefly Algorithm and its Application in Non-Linear Dynamic Systems
A Study of Firefly Algorithm and its Application in Non-Linear Dynamic Systems
ijtsrd
 
I04105358
I04105358I04105358
Firefly Algorithm based Optimal Reactive Power Flow
Firefly Algorithm based Optimal Reactive Power FlowFirefly Algorithm based Optimal Reactive Power Flow
Firefly Algorithm based Optimal Reactive Power Flow
ijceronline
 
A Comparison of Particle Swarm Optimization and Differential Evolution
A Comparison of Particle Swarm Optimization and Differential EvolutionA Comparison of Particle Swarm Optimization and Differential Evolution
A Comparison of Particle Swarm Optimization and Differential Evolution
ijsc
 
A COMPARISON OF PARTICLE SWARM OPTIMIZATION AND DIFFERENTIAL EVOLUTION
A COMPARISON OF PARTICLE SWARM OPTIMIZATION AND DIFFERENTIAL EVOLUTIONA COMPARISON OF PARTICLE SWARM OPTIMIZATION AND DIFFERENTIAL EVOLUTION
A COMPARISON OF PARTICLE SWARM OPTIMIZATION AND DIFFERENTIAL EVOLUTION
ijsc
 
Modelling of flexible link manipulator dynamics using rigid link theory with
Modelling of flexible link manipulator dynamics using rigid link theory withModelling of flexible link manipulator dynamics using rigid link theory with
Modelling of flexible link manipulator dynamics using rigid link theory withIAEME Publication
 
Enriched Firefly Algorithm for Solving Reactive Power Problem
Enriched Firefly Algorithm for Solving Reactive Power ProblemEnriched Firefly Algorithm for Solving Reactive Power Problem
Enriched Firefly Algorithm for Solving Reactive Power Problem
ijeei-iaes
 
A New Transistor Sizing Approach for Digital Integrated Circuits Using Firefl...
A New Transistor Sizing Approach for Digital Integrated Circuits Using Firefl...A New Transistor Sizing Approach for Digital Integrated Circuits Using Firefl...
A New Transistor Sizing Approach for Digital Integrated Circuits Using Firefl...
VLSICS Design
 
Gy3312241229
Gy3312241229Gy3312241229
Gy3312241229
IJERA Editor
 
AN IMPROVED MULTIMODAL PSO METHOD BASED ON ELECTROSTATIC INTERACTION USING NN...
AN IMPROVED MULTIMODAL PSO METHOD BASED ON ELECTROSTATIC INTERACTION USING NN...AN IMPROVED MULTIMODAL PSO METHOD BASED ON ELECTROSTATIC INTERACTION USING NN...
AN IMPROVED MULTIMODAL PSO METHOD BASED ON ELECTROSTATIC INTERACTION USING NN...
ijaia
 
An improved ant colony algorithm based on
An improved ant colony algorithm based onAn improved ant colony algorithm based on
An improved ant colony algorithm based on
IJCI JOURNAL
 
Eagle Strategy Using Levy Walk and Firefly Algorithms For Stochastic Optimiza...
Eagle Strategy Using Levy Walk and Firefly Algorithms For Stochastic Optimiza...Eagle Strategy Using Levy Walk and Firefly Algorithms For Stochastic Optimiza...
Eagle Strategy Using Levy Walk and Firefly Algorithms For Stochastic Optimiza...
Xin-She Yang
 
Optimal Layout of Leather Rectangular Parts based on Firefly Simulated Anneal...
Optimal Layout of Leather Rectangular Parts based on Firefly Simulated Anneal...Optimal Layout of Leather Rectangular Parts based on Firefly Simulated Anneal...
Optimal Layout of Leather Rectangular Parts based on Firefly Simulated Anneal...
IJRES Journal
 
Recent research in finding the optimal path by ant colony optimization
Recent research in finding the optimal path by ant colony optimizationRecent research in finding the optimal path by ant colony optimization
Recent research in finding the optimal path by ant colony optimization
journalBEEI
 
Regularity and complexity in dynamical systems
Regularity and complexity in dynamical systemsRegularity and complexity in dynamical systems
Regularity and complexity in dynamical systemsSpringer
 

Similar to A Firefly Algorithm for Optimizing Spur Gear Parameters Under Non-Lubricated Condition (20)

1308.3898 1
1308.3898 11308.3898 1
1308.3898 1
 
1308.3898
1308.38981308.3898
1308.3898
 
Firefly Algorithm for Unconstrained Optimization
Firefly Algorithm for Unconstrained OptimizationFirefly Algorithm for Unconstrained Optimization
Firefly Algorithm for Unconstrained Optimization
 
M01117578
M01117578M01117578
M01117578
 
Research on Chaotic Firefly Algorithm and the Application in Optimal Reactive...
Research on Chaotic Firefly Algorithm and the Application in Optimal Reactive...Research on Chaotic Firefly Algorithm and the Application in Optimal Reactive...
Research on Chaotic Firefly Algorithm and the Application in Optimal Reactive...
 
A Study of Firefly Algorithm and its Application in Non-Linear Dynamic Systems
A Study of Firefly Algorithm and its Application in Non-Linear Dynamic SystemsA Study of Firefly Algorithm and its Application in Non-Linear Dynamic Systems
A Study of Firefly Algorithm and its Application in Non-Linear Dynamic Systems
 
I04105358
I04105358I04105358
I04105358
 
Firefly Algorithm based Optimal Reactive Power Flow
Firefly Algorithm based Optimal Reactive Power FlowFirefly Algorithm based Optimal Reactive Power Flow
Firefly Algorithm based Optimal Reactive Power Flow
 
A Comparison of Particle Swarm Optimization and Differential Evolution
A Comparison of Particle Swarm Optimization and Differential EvolutionA Comparison of Particle Swarm Optimization and Differential Evolution
A Comparison of Particle Swarm Optimization and Differential Evolution
 
A COMPARISON OF PARTICLE SWARM OPTIMIZATION AND DIFFERENTIAL EVOLUTION
A COMPARISON OF PARTICLE SWARM OPTIMIZATION AND DIFFERENTIAL EVOLUTIONA COMPARISON OF PARTICLE SWARM OPTIMIZATION AND DIFFERENTIAL EVOLUTION
A COMPARISON OF PARTICLE SWARM OPTIMIZATION AND DIFFERENTIAL EVOLUTION
 
Modelling of flexible link manipulator dynamics using rigid link theory with
Modelling of flexible link manipulator dynamics using rigid link theory withModelling of flexible link manipulator dynamics using rigid link theory with
Modelling of flexible link manipulator dynamics using rigid link theory with
 
Enriched Firefly Algorithm for Solving Reactive Power Problem
Enriched Firefly Algorithm for Solving Reactive Power ProblemEnriched Firefly Algorithm for Solving Reactive Power Problem
Enriched Firefly Algorithm for Solving Reactive Power Problem
 
A New Transistor Sizing Approach for Digital Integrated Circuits Using Firefl...
A New Transistor Sizing Approach for Digital Integrated Circuits Using Firefl...A New Transistor Sizing Approach for Digital Integrated Circuits Using Firefl...
A New Transistor Sizing Approach for Digital Integrated Circuits Using Firefl...
 
Gy3312241229
Gy3312241229Gy3312241229
Gy3312241229
 
AN IMPROVED MULTIMODAL PSO METHOD BASED ON ELECTROSTATIC INTERACTION USING NN...
AN IMPROVED MULTIMODAL PSO METHOD BASED ON ELECTROSTATIC INTERACTION USING NN...AN IMPROVED MULTIMODAL PSO METHOD BASED ON ELECTROSTATIC INTERACTION USING NN...
AN IMPROVED MULTIMODAL PSO METHOD BASED ON ELECTROSTATIC INTERACTION USING NN...
 
An improved ant colony algorithm based on
An improved ant colony algorithm based onAn improved ant colony algorithm based on
An improved ant colony algorithm based on
 
Eagle Strategy Using Levy Walk and Firefly Algorithms For Stochastic Optimiza...
Eagle Strategy Using Levy Walk and Firefly Algorithms For Stochastic Optimiza...Eagle Strategy Using Levy Walk and Firefly Algorithms For Stochastic Optimiza...
Eagle Strategy Using Levy Walk and Firefly Algorithms For Stochastic Optimiza...
 
Optimal Layout of Leather Rectangular Parts based on Firefly Simulated Anneal...
Optimal Layout of Leather Rectangular Parts based on Firefly Simulated Anneal...Optimal Layout of Leather Rectangular Parts based on Firefly Simulated Anneal...
Optimal Layout of Leather Rectangular Parts based on Firefly Simulated Anneal...
 
Recent research in finding the optimal path by ant colony optimization
Recent research in finding the optimal path by ant colony optimizationRecent research in finding the optimal path by ant colony optimization
Recent research in finding the optimal path by ant colony optimization
 
Regularity and complexity in dynamical systems
Regularity and complexity in dynamical systemsRegularity and complexity in dynamical systems
Regularity and complexity in dynamical systems
 

More from irjes

Automatic Safety Door Lock System for Car
Automatic Safety Door Lock System for CarAutomatic Safety Door Lock System for Car
Automatic Safety Door Lock System for Car
irjes
 
Squared Multi-hole Extrusion Process: Experimentation & Optimization
Squared Multi-hole Extrusion Process: Experimentation & OptimizationSquared Multi-hole Extrusion Process: Experimentation & Optimization
Squared Multi-hole Extrusion Process: Experimentation & Optimization
irjes
 
Analysis of Agile and Multi-Agent Based Process Scheduling Model
Analysis of Agile and Multi-Agent Based Process Scheduling ModelAnalysis of Agile and Multi-Agent Based Process Scheduling Model
Analysis of Agile and Multi-Agent Based Process Scheduling Model
irjes
 
Effects of Cutting Tool Parameters on Surface Roughness
Effects of Cutting Tool Parameters on Surface RoughnessEffects of Cutting Tool Parameters on Surface Roughness
Effects of Cutting Tool Parameters on Surface Roughness
irjes
 
Possible limits of accuracy in measurement of fundamental physical constants
Possible limits of accuracy in measurement of fundamental physical constantsPossible limits of accuracy in measurement of fundamental physical constants
Possible limits of accuracy in measurement of fundamental physical constants
irjes
 
Performance Comparison of Energy Detection Based Spectrum Sensing for Cogniti...
Performance Comparison of Energy Detection Based Spectrum Sensing for Cogniti...Performance Comparison of Energy Detection Based Spectrum Sensing for Cogniti...
Performance Comparison of Energy Detection Based Spectrum Sensing for Cogniti...
irjes
 
Comparative Study of Pre-Engineered and Conventional Steel Frames for Differe...
Comparative Study of Pre-Engineered and Conventional Steel Frames for Differe...Comparative Study of Pre-Engineered and Conventional Steel Frames for Differe...
Comparative Study of Pre-Engineered and Conventional Steel Frames for Differe...
irjes
 
Flip bifurcation and chaos control in discrete-time Prey-predator model
Flip bifurcation and chaos control in discrete-time Prey-predator model Flip bifurcation and chaos control in discrete-time Prey-predator model
Flip bifurcation and chaos control in discrete-time Prey-predator model
irjes
 
Energy Awareness and the Role of “Critical Mass” In Smart Cities
Energy Awareness and the Role of “Critical Mass” In Smart CitiesEnergy Awareness and the Role of “Critical Mass” In Smart Cities
Energy Awareness and the Role of “Critical Mass” In Smart Cities
irjes
 
The Effect of Orientation of Vortex Generators on Aerodynamic Drag Reduction ...
The Effect of Orientation of Vortex Generators on Aerodynamic Drag Reduction ...The Effect of Orientation of Vortex Generators on Aerodynamic Drag Reduction ...
The Effect of Orientation of Vortex Generators on Aerodynamic Drag Reduction ...
irjes
 
An Assessment of The Relationship Between The Availability of Financial Resou...
An Assessment of The Relationship Between The Availability of Financial Resou...An Assessment of The Relationship Between The Availability of Financial Resou...
An Assessment of The Relationship Between The Availability of Financial Resou...
irjes
 
The Choice of Antenatal Care and Delivery Place in Surabaya (Based on Prefere...
The Choice of Antenatal Care and Delivery Place in Surabaya (Based on Prefere...The Choice of Antenatal Care and Delivery Place in Surabaya (Based on Prefere...
The Choice of Antenatal Care and Delivery Place in Surabaya (Based on Prefere...
irjes
 
Prediction of the daily global solar irradiance received on a horizontal surf...
Prediction of the daily global solar irradiance received on a horizontal surf...Prediction of the daily global solar irradiance received on a horizontal surf...
Prediction of the daily global solar irradiance received on a horizontal surf...
irjes
 
HARMONIC ANALYSIS ASSOCIATED WITH A GENERALIZED BESSEL-STRUVE OPERATOR ON THE...
HARMONIC ANALYSIS ASSOCIATED WITH A GENERALIZED BESSEL-STRUVE OPERATOR ON THE...HARMONIC ANALYSIS ASSOCIATED WITH A GENERALIZED BESSEL-STRUVE OPERATOR ON THE...
HARMONIC ANALYSIS ASSOCIATED WITH A GENERALIZED BESSEL-STRUVE OPERATOR ON THE...
irjes
 
The Role of Community Participation in Planning Processes of Emerging Urban C...
The Role of Community Participation in Planning Processes of Emerging Urban C...The Role of Community Participation in Planning Processes of Emerging Urban C...
The Role of Community Participation in Planning Processes of Emerging Urban C...
irjes
 
Understanding the Concept of Strategic Intent
Understanding the Concept of Strategic IntentUnderstanding the Concept of Strategic Intent
Understanding the Concept of Strategic Intent
irjes
 
The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...
The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...
The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...
irjes
 
Relation Between Stress And Menstrual Cycle At 18-21 Years Of Age
Relation Between Stress And Menstrual Cycle At 18-21 Years Of AgeRelation Between Stress And Menstrual Cycle At 18-21 Years Of Age
Relation Between Stress And Menstrual Cycle At 18-21 Years Of Age
irjes
 
Wave Transmission on Submerged Breakwater with Interlocking D-Block Armor
Wave Transmission on Submerged Breakwater with Interlocking D-Block ArmorWave Transmission on Submerged Breakwater with Interlocking D-Block Armor
Wave Transmission on Submerged Breakwater with Interlocking D-Block Armor
irjes
 
Application Methods artificial neural network(Ann) Back propagation structure...
Application Methods artificial neural network(Ann) Back propagation structure...Application Methods artificial neural network(Ann) Back propagation structure...
Application Methods artificial neural network(Ann) Back propagation structure...
irjes
 

More from irjes (20)

Automatic Safety Door Lock System for Car
Automatic Safety Door Lock System for CarAutomatic Safety Door Lock System for Car
Automatic Safety Door Lock System for Car
 
Squared Multi-hole Extrusion Process: Experimentation & Optimization
Squared Multi-hole Extrusion Process: Experimentation & OptimizationSquared Multi-hole Extrusion Process: Experimentation & Optimization
Squared Multi-hole Extrusion Process: Experimentation & Optimization
 
Analysis of Agile and Multi-Agent Based Process Scheduling Model
Analysis of Agile and Multi-Agent Based Process Scheduling ModelAnalysis of Agile and Multi-Agent Based Process Scheduling Model
Analysis of Agile and Multi-Agent Based Process Scheduling Model
 
Effects of Cutting Tool Parameters on Surface Roughness
Effects of Cutting Tool Parameters on Surface RoughnessEffects of Cutting Tool Parameters on Surface Roughness
Effects of Cutting Tool Parameters on Surface Roughness
 
Possible limits of accuracy in measurement of fundamental physical constants
Possible limits of accuracy in measurement of fundamental physical constantsPossible limits of accuracy in measurement of fundamental physical constants
Possible limits of accuracy in measurement of fundamental physical constants
 
Performance Comparison of Energy Detection Based Spectrum Sensing for Cogniti...
Performance Comparison of Energy Detection Based Spectrum Sensing for Cogniti...Performance Comparison of Energy Detection Based Spectrum Sensing for Cogniti...
Performance Comparison of Energy Detection Based Spectrum Sensing for Cogniti...
 
Comparative Study of Pre-Engineered and Conventional Steel Frames for Differe...
Comparative Study of Pre-Engineered and Conventional Steel Frames for Differe...Comparative Study of Pre-Engineered and Conventional Steel Frames for Differe...
Comparative Study of Pre-Engineered and Conventional Steel Frames for Differe...
 
Flip bifurcation and chaos control in discrete-time Prey-predator model
Flip bifurcation and chaos control in discrete-time Prey-predator model Flip bifurcation and chaos control in discrete-time Prey-predator model
Flip bifurcation and chaos control in discrete-time Prey-predator model
 
Energy Awareness and the Role of “Critical Mass” In Smart Cities
Energy Awareness and the Role of “Critical Mass” In Smart CitiesEnergy Awareness and the Role of “Critical Mass” In Smart Cities
Energy Awareness and the Role of “Critical Mass” In Smart Cities
 
The Effect of Orientation of Vortex Generators on Aerodynamic Drag Reduction ...
The Effect of Orientation of Vortex Generators on Aerodynamic Drag Reduction ...The Effect of Orientation of Vortex Generators on Aerodynamic Drag Reduction ...
The Effect of Orientation of Vortex Generators on Aerodynamic Drag Reduction ...
 
An Assessment of The Relationship Between The Availability of Financial Resou...
An Assessment of The Relationship Between The Availability of Financial Resou...An Assessment of The Relationship Between The Availability of Financial Resou...
An Assessment of The Relationship Between The Availability of Financial Resou...
 
The Choice of Antenatal Care and Delivery Place in Surabaya (Based on Prefere...
The Choice of Antenatal Care and Delivery Place in Surabaya (Based on Prefere...The Choice of Antenatal Care and Delivery Place in Surabaya (Based on Prefere...
The Choice of Antenatal Care and Delivery Place in Surabaya (Based on Prefere...
 
Prediction of the daily global solar irradiance received on a horizontal surf...
Prediction of the daily global solar irradiance received on a horizontal surf...Prediction of the daily global solar irradiance received on a horizontal surf...
Prediction of the daily global solar irradiance received on a horizontal surf...
 
HARMONIC ANALYSIS ASSOCIATED WITH A GENERALIZED BESSEL-STRUVE OPERATOR ON THE...
HARMONIC ANALYSIS ASSOCIATED WITH A GENERALIZED BESSEL-STRUVE OPERATOR ON THE...HARMONIC ANALYSIS ASSOCIATED WITH A GENERALIZED BESSEL-STRUVE OPERATOR ON THE...
HARMONIC ANALYSIS ASSOCIATED WITH A GENERALIZED BESSEL-STRUVE OPERATOR ON THE...
 
The Role of Community Participation in Planning Processes of Emerging Urban C...
The Role of Community Participation in Planning Processes of Emerging Urban C...The Role of Community Participation in Planning Processes of Emerging Urban C...
The Role of Community Participation in Planning Processes of Emerging Urban C...
 
Understanding the Concept of Strategic Intent
Understanding the Concept of Strategic IntentUnderstanding the Concept of Strategic Intent
Understanding the Concept of Strategic Intent
 
The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...
The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...
The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...
 
Relation Between Stress And Menstrual Cycle At 18-21 Years Of Age
Relation Between Stress And Menstrual Cycle At 18-21 Years Of AgeRelation Between Stress And Menstrual Cycle At 18-21 Years Of Age
Relation Between Stress And Menstrual Cycle At 18-21 Years Of Age
 
Wave Transmission on Submerged Breakwater with Interlocking D-Block Armor
Wave Transmission on Submerged Breakwater with Interlocking D-Block ArmorWave Transmission on Submerged Breakwater with Interlocking D-Block Armor
Wave Transmission on Submerged Breakwater with Interlocking D-Block Armor
 
Application Methods artificial neural network(Ann) Back propagation structure...
Application Methods artificial neural network(Ann) Back propagation structure...Application Methods artificial neural network(Ann) Back propagation structure...
Application Methods artificial neural network(Ann) Back propagation structure...
 

Recently uploaded

Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
Abida Shariff
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 

Recently uploaded (20)

Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 

A Firefly Algorithm for Optimizing Spur Gear Parameters Under Non-Lubricated Condition

  • 1. International Refereed Journal of Engineering and Science (IRJES) ISSN (Online) 2319-183X, (Print) 2319-1821 Volume 4, Issue 7 (July 2015), PP.31-37 www.irjes.com 31 | Page A Firefly Algorithm for Optimizing Spur Gear Parameters Under Non-Lubricated Condition S.K. Rajesh kanna1 P. Sethuramalinmga2 , Kanagaraja3 , Jei Sakthi Sree4 1 2 3 4 (Department of Mechanical Engineering, Rajalakshmi Institute of Technology, India) Abstract:- Firefly algorithm is one of the emerging evolutionary approaches for complex and non-linear optimization problems. It is inspired by natural firefly‟s behavior such as movement of fireflies based on brightness and by overcoming the constraints such as light absorption, obstacles, distance, etc. In this research, firefly‟s movement had been simulated computationally to identify the best parameters for spur gear pair by considering the design and manufacturing constraints. The proposed algorithm was tested with the traditional design parameters and found the results are at par in less computational time by satisfying the constraints. Keywords: - Constraints, Firefly Algorithm, Optimization, Spur gear I. INTRODUCTION Optimization is the process of identifying the better solution from the predefined solution space by considering the constraints. i.e. all the suitable parameter values influencing the problem are possible solutions, which used to form the solution space and the best value in the solution space is the optimum solution [1]. Often optimization problems are solved through deterministic algorithms and stochastic algorithms. As the name implies, the former algorithm follows a rigorous procedure to identify the optimal solution, but it might not be best suitable for all kinds of optimization problems. Later algorithm is further sub-divided into heuristic and meta-heuristic algorithms. Heuristic algorithms are the more efficient and effective algorithm for solving a particular category of the optimization problems and cannot be the best suitable for all category of the problems. On the other hand, nature-inspired meta-heuristic algorithms can be used to solve global optimization problems. Because, these algorithms use random values to identify the best suitable path and to avoid the stagnation at local optimal points, similar to the nature. In contradict, the random values can also deviated the convergence path away from the solution. Thus there exists a tradeoff between randomization and local search [1, 2, 3]. So the meta-heuristic optimization algorithms are having a deterministic component and random component for randomly sampling the search space and for random walk along the path. One of the best meta-heuristic algorithm commonly used by the researchers is the Genetic Algorithm (GA) [4, 5]. In recent years, many modern meta-heuristic algorithms were developed based on swarm intelligence like PSO and AFSA [6, 7]. Firefly algorithm is one of the emerging meta-heuristic algorithms developed by Xin-She Yang, which shows its superiority over some traditional algorithms [8, 9]. Firefly algorithm is inspired by the natural behavior of fireflies in identifying their mating pair. Fireflies are the flying insects capable of producing light through its special photogenic organs in their body surface [10]. The intensity of the light generated from them is attracted by the other fireflies. Also the firefly does not memorize any history of better situation and they move regardless of it, thereby it searches in the global space instead of local search. So the similar concept was simulated in firefly algorithm for solving optimization problems. This paper aims to identify the optimal parameters for the spur gear pair by considering the design and manufacturing constraints in an non-lubricated conditions. The rest of this paper is organized as follows: Section II and Section III outlines the Firefly algorithm and Spur gear design respectively. Experimental procedure and results are presented in section IV. Section V concludes the research. II. FIREFLY ALGORITHM Firefly algorithm was first introduced by Xin-She Yang [2] and it is mimicking the behavior of identifying the mating pair by its flashing characteristics. Some of the assumptions to be considered for simulating the firefly algorithms as=re as follows. 1. All fireflies are unisex. So that, any firefly can be attracted towards other fireflies regardless of their sex. 2. Attractiveness is proportional to their light intensity. The fireflies are attracted and move towards the brighter firefly. Also the brightness decreases with increase in distance, so no one is permanently brighter. 3. The light intensity of a firefly is affected by the environmental condition.
  • 2. A Firefly Algorithm for Optimizing Spur Gear Parameters under Non-Lubricated Condition www.irjes.com 32 | Page The brightness of a firefly can be influenced by the environmental conditions like clear sky, mist, foggy surrounding, rain, etc. As the light intensity decides the firefly movement, in this research, the objective function value used to decide the light intensity. The combined objective function for optimizing the spur gear parameter is given in the Equation 1. COF = { [(F1 / max. F1) + (F2 / min. F2) + (F3 / max. F3) + (F4 / min. F4)] / 4} (1) Whereas, F1 is power transmitted by the gear given in the Equation 2. F1 = P where, P (L) ≤ P ≤ P (U) (2) P is Power transmitting capacity and between lower and upper limit. F2 is the weight of the gear and is given in the Equation 3. F2 = {[ 4  d1 2 ×b × ρ] + [ 4   d2 2 × b × ρ]} (3) d1, d2 = Pitch circle diameter of pinion and gear in mm b = Thickness of pinion and gear in mm ρ = Density of the material in kg/mm3 F3 is the efficiency of the gear given in the Equation 4. F3 = 100 – PL (4) PL = Power loss which is calculated by the Equation 5. PL = Cos 50 f × )HH( )HH( ts 2 t 2 s   (5) Hs = Specific sliding velocity at start of approach action Ht = Specific sliding velocity at end of recess action f = Coefficient of friction  = Pressure angle in degrees Hs and Ht are calculated by the Equations 6 & 7. Ht = i 1)i(  ×               2 2 0 cos r r – sin  (6) Hs = (i + 1) ×               2 2 0 cos R R – sin  (7) Where, R & Ro = Pitch and Outside circle radius of gear in mm. R & ro = Pitch and Outside circle radius of pinion in mm R0 = R + one addendum One addendum for 20o full depth involute system = one module = m. ro = r + m = m d  2 1 Ro = R +m = m d  2 2 F4 is minimization of center distance and is given in Equation 8. F4 = 2 )d(d 21  = 2 m (Z1+Z2) (8) Where, z1, z2 = Number of teeth in pinion and gear respectively.
  • 3. A Firefly Algorithm for Optimizing Spur Gear Parameters under Non-Lubricated Condition www.irjes.com 33 | Page For solving an optimization problem, Firefly algorithm has to be applied iteratively. Initially the solution space „S‟ should be created and „n‟ fireflies need to be allowed for searching the optimal path in „S‟. For the first iteration, fireflies are dislocated randomly in S and for forthcoming iterations, firefly movements can employed with some deterministic strategies. Attractiveness of a firefly by the other fireflies is determined by its light intensity which in turn is proportional to the objective function. i.e. the light intensity „I‟ of a firefly at a particular distance „x‟ can be chosen from the Equation 9. I(x) α COF (9) However, the attractiveness „β‟ is relative with respect to distance „rij‟. „rij‟ is the distance between ith firefly to jth firefly in the „S‟. As the distance „rij‟ increases, the brightness I(x) decrease and inturn the attractiveness „β‟ decreases proportionally. Also the light is absorbed in the surrounding media and leads to decrease in the light intensity. So the attractiveness depends on the coefficient of absorption [11]. The Equation 10 is used for calculating the light intensity I(r). I(r) = I0 e-γr (10) where „I0‟ is the initial light intensity and „γ‟ is the light absorption coefficient. The firefly attractiveness is calculated using the Equation 11. β = β0 e-γr2 (11) where β0 is the initial attractiveness of the fireflies which is set a unit value. γ = 0 if the fireflies are at same point. In general, the range of attractiveness should be between 0 and 1. The distance between the ith firefly and the jth firefly are determined by the Equation 12. rij = {Σ (Xik-Xjk)2 }ᴧ (1/2) k = { 1, .. d} (12) The fireflies are attracted towards the more brighter firefly and is determined using the Equation 13. Xi = Xi + β0 e-γr2 (Xj-Xi) + αεi (13) The second term in the equation is depend on the attractiveness and the third term is the random number generation based on the Gaussian distribution which decides the convergence rate. Thus the firefly are allowed to move towards the brighter firefly and finally to terminate. In each and every iteration, the light intensity should be updated using exploration and exploitation concept. The same procedure has to be repeated for more number of iteration and the final best value will be the optimal value for the spur gear optimization problem III. SPUR GEAR DESIGN OPTIMIZATION PROBLEM Gears are defined as the friction wheels, which transmits rotational power among the shafts by increasing or decreasing the speed and torque. To increase the friction and transmission effectiveness, teethes are formed over the surface of the gear wheel. The straight teethed gears are normally called as spur gears. Generally one gear receives power and transmitted to the other. The former is called driver and the later is called driven. Spur gears are easy to manufacture and commonly used gears in all type of machine tools and automobiles to transmit power between the parallel shafts. So the design of spur gear pair is taken in this research for optimization of the parameters. 3.1 Constraints Generally all the mechanical component design should be within the ultimate strength and the allowable stress values called as design constraints. Also the gear parameter should align with the standard design parameters for ease of manufacturing and are generally called as manufacturing constraints. major constraints considered in this research are as follows. (i) Bending Stress Constraint While transmitting the power between the shafts, the top portion of the gear teeth will subject to bending stress and the condition for the bending stress constraint is given in the Equation 14. ζb ≤ [ζb]al (14) Whereas, [ζb]al = Allowable bending stress in N/mm2 . ζb is the actual bending stress in N/mm2 and is given in Equation 15. ζb =    ybma 1i  × [Mt] (15)
  • 4. A Firefly Algorithm for Optimizing Spur Gear Parameters under Non-Lubricated Condition www.irjes.com 34 | Page Where, i = gear ratio a = Center distance between gear and pinion y = Form factor [Mt] = Design twisting moment in Nmm, and is given in Equation 16. [Mt] = Mt × k × kd (16) Mt = Normal twisting moment transmitted by the pinion in Nmm K and kd are the Load Concentration factor and Dynamic load factor (ii) Compressive Stress Constraint Compressive stresses are created at the bottom surface of teethes of the mating gears. The compressive stress constraint is given in the Equation 17. ζc ≤ [ζc]al (17) Where, [ζc]al = Allowable crushing stress in N/mm2 . ζc = Actual crushing stress in N/mm2 and is given in Equation 18. ζc = 0.74        a i 1               ]M[E ib 1i t (18) Where, E = Young‟s Modulus of the gear material in N/mm2 (iii) Module Constraint The condition for module is given in the Equation 19. m ≥ mmin (19) mmin is the minimum module and is given in the Equation 20. mmin = 1.26      3 1mb t Zy M  (20) Ψm = ratio between the gear pair thickness and module. The obtained module value should be standardized to the „R‟ series values. 3.2 Spur Gear Parameters Calculation The design of spur gear is given in the following equations. (i) Gear Ratio The gear ratio is the ratio of speed of the pinion and the gear wheel. The formula for calculating gear ratio is given in the Equation 21. i = 1 2 Z Z (or) 1 2 d d = 2 1 N N (21) (ii) Center Distance between pinion and gear The size of the gear wheels decides the centre distance [12] and the formula for calculating the centre distance is given in the Equation 22 and the condition to be satisfied is given in the Equation 23. a =   2 21 dd  = 2 m [Z1+ Z2] (22) a ≥ a min (23) The minimum center distance can be calculated from the Equation 24. amin = (i + 1)   3 2 740                      i ]M[E. t c (24) Ψ = ratio between the gear pair thickness and center distance.
  • 5. A Firefly Algorithm for Optimizing Spur Gear Parameters under Non-Lubricated Condition www.irjes.com 35 | Page 3.3 Gear Surface Temperature The condition considered for the spur gear design is in a non-lubricated condition and the surface temperature of the gear wheels should be kept within the allowable limits while optimizing the design, because the gear life and lubrication depend mainly on the amount of heat generated [13]. The maximum contact temperature is obtained by Equation 25. θB max = θM + θfl max (25) Whereas, θM is tooth temperature, θfl max is maximum flash temperature along the line-of-action, which is calculated by Blok‟s relation given in the Equation 26. θfl =31.62 K µm (Xr Wn /√(bH)) x {(|Vr1–Vr2|) / [(BM1√(Vr1)) - (BM2√(Vr2))]} (26) Whereas, K = Hertzian distribution of frictional heat = 0.8; µm = Mean coefficient of friction; Xr = Load sharing factor; Wn = Normal unit load; BM1 & BM2 = Thermal contact coefficients of the pinion and wheel; Vr1 & Vr2 = Rolling tangential velocities in m/s of the pinion and wheel; 3.4 Gear Noise Calculation Noise in the gearing system is due to vibration and transmission error, i.e. the irregularities of the gear motion caused by change in tooth topology, shaft deflections and mesh stiffness variation along the line of action [14]. Transmission error along the line of action is given in the Equation 27. TE = Rb {δ2 – (i δ1)} (27) Whereas, Rb is gear base radius; δ1, δ2 are the angular rotation of pinion and gear; 3.5 Primary Gear Parameters For experimentation purpose, the primary gear parameters are set with the limits and the limit can be changed by the user depend upon the application. The primary gear parameters used to form the solution space are given in the Table 1. Table 1: Primary Spur Gear Parameters Power : 20 to 40 Kw Module : 1 to 24 mm Tooth Thickness : 10 to 100 mm Number of Teeth : 12 to 60 3.6 Secondary Gear Parameters In order to reduce the computational time and search space, secondary parameters are fixed with the standard values. The values are taken from the PSG design data book and are given in the Table 2. Table 2: Secondary Spur gear parameters Coefficient of friction : 0.05 Thermal conductivity : 48 W/ (m K) Density : 8.836 × 10-6 kg/mm3 Specific heat : 544 J/ (kg K) Material of gear and pinion : 40 Ni 2 Cr 1 Mo 28 (Cr-Mo series) Gear ratio (i) : 2 Young‟s modulus : 2.15x105 N/mm2 Pressure Angle (Φ) : 20° Tool dedendum coefficient : 1.2 Backlash coefficient : 0.048 Minimum topland coefficient: 0.20 Minimum root clearance : 0.15 Allowable bending stress : 400N/mm2 Allowable compressive stress : 1100N/mm2 Thus the objective function values are calculated based on the above equations and the parameter values.
  • 6. A Firefly Algorithm for Optimizing Spur Gear Parameters under Non-Lubricated Condition www.irjes.com 36 | Page IV. EXPERIMENTAL IMPLEMENTATION Performance of firefly algorithm is tested on a number of spur gear design problems. In proposed firefly algorithm, sensitivity analysis had done to initialize the firefly parameters. The population size is set to 30 numbers of fireflies and all the fireflies can move randomly in the search space initially. Later 20 fireflies have to follow the firefly procedure to select its path and the remaining 10 fireflies can move at random order in the search space thus the stagnation and trapping of the fireflies at the variable local optimal peaks can be avoided [15]. It also helps in exploring the entire search space. The search space is formed with the power, tooth thickness, module and number of teeth. These parameters are normalized between 0 and 1 in the search space with the interval of 0.01. The condition for a firefly to terminate its fly inside the search space is that a firefly should move to all the parameters only once. β0, γ and α are set to1, 1 and 0.05 respectively with the iteration size of 500. In every iteration, the best firefly should be saved in the local best database for updating the firefly‟s intensity for next iterations. Once all the iteration has been completed, the average of the local best database will be updated to generate final best solution space and again fireflies are allowed to search the best solution. By this methodology, away fireflies can shrinks to global best and locate the best optimal solution in a better place. The Figure 1 shows the convergence rate of the best iteration obtained during computational simulation. Form the figure, it is clear that the convergence rate of the firefly algorithm is faster and steady throughout the iterations. Figure 1: Convergence of the firefly algorithm V. CONCLUSION In this paper, firefly algorithm has been used to identify the better optimal spur gear parameters by considering the design and manufacturing constraints in a non-lubricated environment. Initial values of firefly parameters are decided by conducting sensitivity analysis and thereby prevent the trapping into local optimum. After some iteration, this parameter shrinks that causes focus on global optimum. Also by this approach, search space explored a large and in final iteration converged with best solutions. Simulation results show a better performance than standard design procedure. Thus the algorithm can be extended further to various applications. REFERENCES [1]. X. S. Yang, “Engineering Optimization: An Introduction with Metaheuristic Applications”, Wiley & Sons, New Jersey, 2010. [2]. X. S. Yang, “Nature-Inspired Metaheuristic Algorithms”, Luniver Press, 2008. [3]. T. Baeck, D. B. Fogel and Z. Michalewicz, “Handbook of Evolutionary Computation”, Taylor & Francis, 1997. [4]. Holland, “Adaptation in natural and Artifical Systems”, University of Michigan, Press, Ann Abor, 1975. [5]. D. E. Goldberg, “Genetic Algorithms in Search, Optimisation and Machine Learning, Reading, Mass”, Addison Wesley, 1989. [6]. J. Kennedy, R. C. Eberhart, “Particle swarm optimization”, IEEE International Conference on Neural Networks, Piscataway, NJ., pp. 942-1948, 1995. [7]. L. X. Li, Z. J. Shao and J. X. Qian, “An optimizing Method based on Autonomous Animals: Fish Swarm Algoritm”, System Engineering Theory & Practice, 2002. [8]. X. S. Yang, “Firefly algorithms for multimodal optimization”, Stochastic Algorithms: Foundations and Appplications (Eds O. Watanabe and T. eugmann), SAGA 2009, Lecture Notes in Computer Science, 5792, Springer-Verlag, Berlin, pp. 169-178, 2009.
  • 7. A Firefly Algorithm for Optimizing Spur Gear Parameters under Non-Lubricated Condition www.irjes.com 37 | Page [9]. S. L. Ukasik and A K. Salawomir, “Firefly algorithm for Continuous Constrained Optimization Tasks”, 1st International Confernce on Computational Collective Intelligence, Semantic Web, Social Networks and Multiagent Systems, Springer-Verlag Berlin, Heidelberg, pp.169-178, 2009. [10]. B. G. Babu and M. Kannan, “ Lightning bugs”, Resonance, Vol. 7, No. 9, pp. 49-55, 2002. [11]. S. Janson, M. Middendorf, “A hierarchical particle swarm optimizer and its adaptive variant”, IEEE Trans. on Systems, Man and Cybernetics, Part B, Vol. 35, pp. 1272–1282, 2005. [12]. R. Mendes, J. Kennedy, J. Neves, “Avoiding the pitfalls of local optima: how topologies can save the day”, 12th Conference Intelligent Systems Application to Power Systems (ISAP2003), Lemnos, Greece, 2003. [13]. Townsend, D. P., Dudley‟s Gear Handbook, McGraw-Hill, 2nd Edition, 1992. [14]. AGMA 925-A03, Effect of Lubrication on Gear Surface Distress. [15]. Smith, J. D., Gear Noise and Vibration, Marcel Dekker, 2nd Edition, 2003.