Struct argmin::sa::SimulatedAnnealingState [] [src]

pub struct SimulatedAnnealingState<'a, T, U, V> where
    T: ArgminParameter + 'a,
    U: ArgminCostValue + 'a,
    V: 'a, 
{ /* fields omitted */ }

State of the simulated annealing solver