Research Article

Artificial Intelligence Mechanisms on Interactive Modified Simplex Method with Desirability Function for Optimising Surface Lapping Process

Pseudocode 1

Pseudocode of IMSM.
Procedure of IMSM ()
While (termination criterion not satisfied)—(line 1)
Schedule activities
  Generate and determine responses on the simplex design vertices and their additional
  design points from artificial intelligence mechanisms
  Select the best in each vertex to form the simplex
  Reflection of the least response is processed
  Compute and determine responses on or and its additional design points from
  artificial intelligence mechanisms
  Compare responses for the new simplex
  If   is the highest  then
  Extension of and determination of responses on or and its additional design
  points from artificial intelligence mechanisms will be processed
  Else
    If   and continue to be the least  then
    Contraction of and determination of responses on or and its
    additional design points from artificial intelligence mechanisms will be
    processed
    or
    Contraction of and determination of responses on or and its
    additional design points from artificial intelligence mechanisms will be
    processed
    or
    Formulation of the IDFM will be processed
    Else go to line 3.
    End if
  End if
End schedule activities
End while
End procedure