Struct optimization::FixedStepWidth
[−]
[src]
pub struct FixedStepWidth { // some fields omitted }
Uses a fixed step width γ
in each iteration instead of performing an actual line search.
Methods
impl FixedStepWidth
fn new(fixed_step_width: f64) -> FixedStepWidth
Creates a new FixedStepWidth
given the static step width.