26 #ifndef LBANN_EXECUTION_ALGORITHMS_LTFB_TERMINATION_CRITERIA_HPP_INCLUDED 27 #define LBANN_EXECUTION_ALGORITHMS_LTFB_TERMINATION_CRITERIA_HPP_INCLUDED 49 return this->
operator()(dynamic_cast<LTFBExecutionContext const&>(c));
63 #endif // LBANN_EXECUTION_ALGORITHMS_LTFB_TERMINATION_CRITERIA_HPP_INCLUDED
bool operator()(LTFBExecutionContext const &exe_state) const noexcept
Decide if the criteria are fulfilled.
LTFBTerminationCriteria(size_t max_metalearning_steps)
Specifies when to stop a training algorithm.
~LTFBTerminationCriteria()=default
bool operator()(ExecutionContext const &c) const final
size_t m_max_metalearning_steps