nmsfp_sap
performs the self-adaptive projection-type method of Li et al.
nmsfp_sap(x0, v, w, plist1, plist2, proj, f, df, h, hgrad, delta = 0.3,
mu = 0.7, beta0 = 1, tol = 1e-10, max_iter = 1000)
Initial iterate
weights for first set of constraints
weights for second set of constraints
list of projection functions for first set of constraints; each takes a single point and returns its projection
list of projection functions for second set of constraints; each takes a single point and returns its projection
handle to projection operation.
objective function
gradient of objective function
Function handle for output mapping
Handle for output mapping Jacobian
step-size parameter
step-size parameter
initial
Tolerance
Maximum number of iterations