pub struct Ridge {}Expand description
This is the Ridge function.
The function is borrowed from here. Although the function accepts a vector with an arbitrary number of inputs, this is what it looks like in 2D:

Trait Implementations§
Source§impl NDimensional for Ridge
impl NDimensional for Ridge
Source§impl SingleObjective for Ridge
impl SingleObjective for Ridge
Source§impl UnConstrained for Ridge
impl UnConstrained for Ridge
Source§const CONSTRAINED: bool = false
const CONSTRAINED: bool = false
This trait indicates that the function is unconstrained
Auto Trait Implementations§
impl Freeze for Ridge
impl RefUnwindSafe for Ridge
impl Send for Ridge
impl Sync for Ridge
impl Unpin for Ridge
impl UnsafeUnpin for Ridge
impl UnwindSafe for Ridge
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