pub struct Beale;Expand description
Beale Function f(x₁,x₂) = (1.5 - x₁ + x₁x₂)² + (2.25 - x₁ + x₁x₂²)² + (2.625 - x₁ + x₁x₂³)² Global minimum: f(3, 0.5) = 0
Implementations§
Trait Implementations§
Source§impl ObjectiveFunction for Beale
impl ObjectiveFunction for Beale
Auto Trait Implementations§
impl Freeze for Beale
impl RefUnwindSafe for Beale
impl Send for Beale
impl Sync for Beale
impl Unpin for Beale
impl UnwindSafe for Beale
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