Scheduler
|
#include <matrixLearning.h>
Public Member Functions | |
MatrixLearning (std::shared_ptr< Context > context) | |
void | initializeModel () |
void | updateModel () |
![]() | |
LearningStrategy (std::shared_ptr< Context > context) | |
virtual | ~LearningStrategy () |
virtual void | end () |
Static Public Attributes | |
static constexpr const char * | configKey = "matrixLearning" |
Additional Inherited Members | |
![]() | |
std::shared_ptr< Context > | context |
Definition at line 23 of file matrixLearning.h.
MatrixLearning::MatrixLearning | ( | std::shared_ptr< Context > | context | ) |
Definition at line 22 of file matrixLearning.cpp.
|
virtual |
Implements Mdp::LearningStrategy.
Definition at line 31 of file matrixLearning.cpp.
|
virtual |
Implements Mdp::LearningStrategy.
Definition at line 38 of file matrixLearning.cpp.
|
static |
Definition at line 26 of file matrixLearning.h.