|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include <sgd_execution_context.hpp>
Public Member Functions | |
| EpochTerminationCriteria (size_t num_epochs) | |
Public Member Functions inherited from lbann::Cloneable< EpochTerminationCriteria, SGDTerminationCriteria > | |
| std::unique_ptr< EpochTerminationCriteria > | clone () const |
| Return an exception-safe, memory-safe copy of this object. More... | |
Private Member Functions | |
| bool | is_done (SGDExecutionContext const &c) const noexcept final |
Private Attributes | |
| size_t | m_max_epochs |
Definition at line 173 of file sgd_execution_context.hpp.
|
inline |
Definition at line 177 of file sgd_execution_context.hpp.
|
inlinefinalprivatenoexcept |
Definition at line 180 of file sgd_execution_context.hpp.
|
private |
Definition at line 186 of file sgd_execution_context.hpp.