Research Article

Estimation of Distribution Algorithm Using Correlation between Binary Elements: A New Binary-Code Metaheuristic

Algorithm 3

Updating scheme for CBE.
Input: , , , , , Best_sol,
Output:
Main procedure
Create , , ,
For to
Assign .
If , set
If , set
If , set
Otherwise, set
Random selected a vector from Best_sol.
For to
Generate .
Update using Equation (4).
Limit to the interval .
End
End