Research Article

Identification of Fuzzy Inference Systems by Means of a Multiobjective Opposition-Based Space Search Algorithm

Pseudocode 1

Pseudocode of opposition-based space search.
   Begin
    Update the dynamic interval boundaries in P.
     /*Generate a new solution set OP by using opposition*/
    For ( ; <=Po; ++)
     For ( ; <= ; ++)
       ;
      IF out of the box-constraint
         ;
     End IF
     End For
   Calculate the fitness value of the
  End For
   /*   End opposition  */
 End