pub trait Memory<'a, T, P, C, D>: Clone + Debug + DefaultGivenOnlineProblem<T, P, C, D> + DeserializeOwned + IntoPy<PyObject> + Send + Serialize + 'a where
    P: Problem<T, C, D>,
    C: ModelOutputSuccess,
    D: ModelOutputFailure
{ }
Expand description

Memory of online algorithm.

Implementors