procedure
In the 'Shrinking encircling' approach of the Whale Optimization Algorithm, the step size reduces as iterations progress or as searching agents move closer to optimal values. This is implemented by decreasing the vector 'a' from 2 to 0 over the total number of iterations, which in turn decreases the coefficient vector 'A' within the interval [-a, a].

Authors

Sources

Referenced by nodes (1)