Skip to main content
. 2024 May 4;9(5):277. doi: 10.3390/biomimetics9050277
Algorithm 1. Mutates Dimensionally
1: Generate d random numbers of T-distribution with 25 degrees of freedom parameter.
2: for i = 1: d
3:    The new solution is obtained after calculating the variation according to Equation (17) Xnewd
4:       boundary condition procedure
5:       if fnew < fbest
6: Replace the original Xbest dwith the new position Xnewd
7: Calculate the fitness value based on the new positionXbest
8:   end if
9: end for
10: Return the best fitness value and the best individual