formula
In the Salp Swarm Algorithm, the parameter c1 is dynamically updated at each iteration to balance exploration and exploitation, with the formula c1 = 2 * exp(-(4 * t / T)^2), where t is the current iteration and T is the total number of iterations.

Authors

Sources

Referenced by nodes (1)