R/control_options.R
en_cd_options.Rd
Use Coordinate Descent to Solve Elastic Net Problems
en_cd_options(max_it = 1000, reset_it = 8)
maximum number of iterations.
number of iterations after which the residuals are re-computed from scratch, to prevent numerical drifts from incremental updates.
Other EN algorithms: en_admm_options(), en_dal_options(), en_lars_options()
en_admm_options()
en_dal_options()
en_lars_options()