Research Article

A Novel Framework Based on ACO and PSO for RNA Secondary Structure Prediction

Algorithm 2

Initialize all the parameters of MPSO
While current number of iterations < Max iteration
  For each particle
    Update its velocity
    Update its position
    Restrict position and velocity
    Calculate fitness and Update local best
  End for
  Update the global best
  Turn the parameters of MPSO via fuzzy logic controllers
End while