Research Article
A New Fast and Efficient MPPT Algorithm for Partially Shaded PV Systems Using a Hyperbolic Slime Mould Algorithm
Algorithm 1
Pseudocode of the standard slime mould algorithm.
| Initialize the parameters: population size , Maximum number of iterations | | Initialize the positions of slime mould | | While () | | Calculate the fitness of all slime mould; | | Update bestFitness ; | | Calculate the weight using equation (8); | | For each slime mould position: | | Update | | Update positions using equation (10); | | End For | | ; | | End While | | Return |
|