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
pub fn incremental_bfgs<T: StreamingObjective>(
initial_parameters: Array1<f64>,
objective: T,
config: Option<StreamingConfig>,
) -> IncrementalNewton<T>Convenience function for incremental Newton with BFGS