Research Article

Double-Bottom Chaotic Map Particle Swarm Optimization Based on Chi-Square Test to Determine Gene-Gene Interactions

Algorithm 1

DBMPSO pseudocode.
(01) begin
(02)  Randomly initialize particles swarm and DBMr
(03)  for   to the number of iteration
(04)Evaluate fitness values of particles by FITNESS( )
(05)for   to number of particles
(06)  Find pbest by (13)
(07)  Find gbest by (14)
(08)  for   to the number of dimension of particle
(09)    Update the velocities of particles by (15)
(10)     Update the positions of particles by (16)
(11)   next  
(12)next  
(13)Update the inertia weight value by (17)
(14)Update the value of DBMr by (18)
(15) next  
(16) end