Skip to main content

DAMP_MIN

Constant DAMP_MIN 

Source
const DAMP_MIN: f64 = 1e-4;
Expand description

Damping floor; below this the iteration is making no progress and we stop with the last good state.