formula
In the Salp Swarm Algorithm, the position of the ith follower salp in the jth dimension is calculated using the formula x_j^i = (x_j^i + x_j^{i-1}) / 2, where i >= 2, x_j^i is the new position of the ith follower, and x_j^{i-1} is the position of the previous salp in the chain.

Authors

Sources

Referenced by nodes (1)