Class MEAL::Cached
-
template<class T>
class Cached : public MEAL::CalculatePolicy<T> This evaluation policy uses previously cached results when possible.
This class re-computes the cached values of the result and gradient only if the context has been altered.