Skip to main content

Module constants

Module constants 

Source
Expand description

Shared constants for generic backtracking and ridge-escalation policies.

Constantsยง

ARMIJO_C1
Armijo sufficient-decrease parameter c1.
ARMIJO_ROUNDOFF_EPS_MULTIPLE
Round-off cushion in units of f64::EPSILON.
BACKTRACK_CONTRACTION
Multiplicative step factor applied to a rejected trial.
MAX_BACKTRACK_HALVINGS
Default cap on backtracking trials.
RIDGE_GROWTH
Geometric growth factor for ridge / Levenberg-Marquardt escalation.