Research Article

An Adaptive Self-Organizing Migration Algorithm for Parameter Optimization of Wavelet Transformation

Algorithm 1

Pseudocode of ASOMA.
Initialization: step, PathLength, Nd, (ML is number of Migration Loop) Archive of successful information step, c = 0.5, μstep = 0.1
For t = 0:step:PathLength
  If t < PathLength
   Generate PRTVector vector
   j = 0;
   While j < Nd
    If PRTVector [j] = 1;
    ;
    End
    j = j + 1;
   End
   If
    ;
    Sstep(t) = step;
   End
  t = t + step;
  End
    
     
End