Research Article

Electricity Load Forecasting Using Support Vector Regression with Memetic Algorithms

Algorithm 1

Pseudocode of pattern search for individual learning.
Begin
  Initialize: predefine the default search step , initialize current solution ;
   ;
  While (Termination conditions are not satisfied)
     ;
    Evaluate the nearest neighbors in ;
    If (there are improvements in the )
     Update the current solution to the best neighbor in ; ;
    Else
     Decrease the search step ;
    End If
  End While
End