Struct optimization::FixedStepWidth
[−]
[src]
pub struct FixedStepWidth { /* fields omitted */ }Uses a fixed step width γ in each iteration instead of performing an actual line search.
Methods
impl FixedStepWidth[src]
fn new(fixed_step_width: f64) -> FixedStepWidth
Creates a new FixedStepWidth given the static step width.
Trait Implementations
impl Debug for FixedStepWidth[src]
impl Copy for FixedStepWidth[src]
impl Clone for FixedStepWidth[src]
fn clone(&self) -> FixedStepWidth
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more