Research Article

An Effective Hybrid of Bees Algorithm and Differential Evolution Algorithm in Data Clustering

Algorithm 3

Pseudocode of the binomial crossover.
(1) Begin
(2) First is selected randomly between 1 and
(3) is added to set
(4) For all values of the following operations are repeated:
   (a) One random number is generated such as that has uniform distribution between zero and one
   (b) If is less than or equal to then number of is added to set
(5) End.