ALGORITHM 1.
Continuation of gradient extremal curves on manifolds defined by point clouds.
Input: initial point near minimum, samples per iteration , continuation parameters, threshold used in the convergence |
criterion. |
Output: equilibrium of . |
for do |
Sample points from a neighborhood of . |
Use manifold learning to obtain local coordinates |
Obtain a parameterization , where . |
Approximate via Gaussian process regression. |
if then |
Random direction in |
else |
end if |
See Algorithm 2. |
if and then |
return |
end if |
end for |