pub struct BFGS { /* private fields */ }
Expand description
Broyden-Fletcher-Goldfarb-Shanno optimization algorithm
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BFGS
impl RefUnwindSafe for BFGS
impl Send for BFGS
impl Sync for BFGS
impl Unpin for BFGS
impl UnwindSafe for BFGS
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more