incremental_bfgs

Function incremental_bfgs 

Source
pub fn incremental_bfgs<T: StreamingObjective>(
    initial_parameters: Array1<f64>,
    objective: T,
    config: Option<StreamingConfig>,
) -> IncrementalNewton<T>
Expand description

Convenience function for incremental Newton with BFGS