en_cd_options: Use Coordinate Descent to Solve Elastic Net Problems

en_cd_optionsR Documentation

Use Coordinate Descent to Solve Elastic Net Problems

Description

Use Coordinate Descent to Solve Elastic Net Problems

Usage

en_cd_options(max_it = 1000, reset_it = 8)

Arguments

max_it

maximum number of iterations.

reset_it

number of iterations after which the residuals are re-computed from scratch, to prevent numerical drifts from incremental updates.

See Also

Other LS-EN algorithm options: en_admm_options(), en_algorithm_options, en_dal_options(), en_lars_options()


pense documentation built on Jan. 27, 2026, 5:06 p.m.