Trait smoothed_online_convex_optimization::algorithms::Options[][src]

pub trait Options<T, P, C, D>: Clone + DefaultGivenProblem<T, P, C, D> + Send where
    P: Problem<T, C, D>,
    C: ModelOutputSuccess,
    D: ModelOutputFailure
{ }
Expand description

Options of an algorithm.

Implementors