pub struct SA<'a> { /* private fields */ }Expand description
Implementation of the Simulated Annealing algorithm
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SA<'a>
impl<'a> !RefUnwindSafe for SA<'a>
impl<'a> !Send for SA<'a>
impl<'a> !Sync for SA<'a>
impl<'a> Unpin for SA<'a>
impl<'a> !UnwindSafe for SA<'a>
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