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 EN algorithms: en_admm_options(), en_dal_options(), en_lars_options()


pense documentation built on Feb. 16, 2023, 9:36 p.m.