Research Article

An Improved JADE Hybridizing with Tuna Swarm Optimization for Numerical Optimization Problems

Table 1

Pseudocode of IJADE-TSO algorithm.

Algorithm: IJADE-TSO

Initialise population
for  = 1 to do
for i = 1:NP
,
End
for i = 1:NP
if rand < 0.9 or i = 1
Generate
Else
if rand < 0.5
generate According to equation (19)
else
generate According to equation (20)
end
end
if
else
end
,
if
else
end
end
Update , and NP
Update archive size by removing worst solutions
Update population size by removing worst solutions
end