Learn R Programming

splitFeas (version 0.1.0)

nmsfp_sap_one_step: One step of self-adaptive projection-type method for the NMSFP

Description

nmsfp_sap_one_step performs the self-adaptive projection-type method of Li et al.

Usage

nmsfp_sap_one_step(x, delta, mu, tau, gamma, df, proj)

Arguments

x

current iterate

delta

step-size parameter

mu

step-size parameter

tau

step-size parameter

gamma

step-size parameter

df

handle to gradient of objective function

proj

handle to projection operation.

References

Li, Han, and Zhang. (2013) A self-adaptive projection-type method for nonlinear multiple-sets split feasibility problem, Inverse Problems in Science and Engineering, 21(1):155-170.