Set options for the CD algorithm to compute adaptive EN S-estimates.
cd_algorithm_options(
max_it = 1000,
reset_it = 8,
linesearch_steps = 4,
linesearch_mult = 0.5
)
options for the CD algorithm to compute (adaptive) PENSE estimates.
maximum number of iterations.
number of iterations after which the residuals are re-computed from scratch, to prevent numerical drifts from incremental updates.
maximum number of steps used for line search.
multiplier to adjust the step size in the line search.
mm_algorithm_options to optimize the non-convex PENSE objective function via a sequence of convex problems.