Research Article

Compliant Mechanism Soft Robot Design and Peristaltic Movement Optimization Using Random Search

Algorithm 1

Random search.
Initialize in the start point :
whiledo
 Choose a point in the sample space as a starting point;
 Generate a random set and evaluate the performance metric: maximum distance
ifthen
  
else
  search new vector to be analyzed
end
end