Skip to main content
. 2022 Nov 27;22(23):9233. doi: 10.3390/s22239233
Algorithm 2: The Multistart Algorithm
  1:   i=0 and X*=.
  2:   Take a random sample x from S.
  3:   Start a deterministic local search process at x and conclude at a local minimum x*.
  4:   Check if a new minimum is found.
  5:   x*X* then
  6:           ii+1.
  7:           xi*=x*.
  8:           X*X*{xi*}.
  9:   end.
  10: If ending criteria have been met, terminate the process.
  11: Go to step 2.