Research Article

Design and Implementation of a New Fast and Efficient MPPT Controller under Different Solar Irradiance Conditions

Algorithm 1

Pseudocode of SMA.
Initialize the parameters population size and termination criteria
Initialize the positions of Individual slime,
while
   Calculate the fitness of all search agents
   Update best fitness value,
   Calculate
   for each search
      Update ;
      Update population positions
   end for
   ;
end while
return best fitness,