[][src]Trait argmin_core::ArgminLineSearch

pub trait ArgminLineSearch<P>: Serialize {
    fn set_search_direction(&mut self, direction: P);
fn set_init_alpha(&mut self, step_length: f64) -> Result<(), Error>; }

Defines a common interface for line search methods.

Required methods

fn set_search_direction(&mut self, direction: P)

Set the search direction

fn set_init_alpha(&mut self, step_length: f64) -> Result<(), Error>

Set the initial step length

Loading content...

Implementors

Loading content...