Scheduler
Public Member Functions | Static Public Attributes | List of all members
Mdp::MatrixLearning Class Reference

#include <matrixLearning.h>

Inheritance diagram for Mdp::MatrixLearning:
Mdp::LearningStrategy

Public Member Functions

 MatrixLearning (std::shared_ptr< Context > context)
 
void initializeModel ()
 
void updateModel ()
 
- Public Member Functions inherited from Mdp::LearningStrategy
 LearningStrategy (std::shared_ptr< Context > context)
 
virtual ~LearningStrategy ()
 
virtual void end ()
 

Static Public Attributes

static constexpr const char * configKey = "matrixLearning"
 

Additional Inherited Members

- Protected Attributes inherited from Mdp::LearningStrategy
std::shared_ptr< Contextcontext
 

Detailed Description

Definition at line 23 of file matrixLearning.h.

Constructor & Destructor Documentation

MatrixLearning::MatrixLearning ( std::shared_ptr< Context context)

Definition at line 22 of file matrixLearning.cpp.

Member Function Documentation

void MatrixLearning::initializeModel ( )
virtual

Implements Mdp::LearningStrategy.

Definition at line 31 of file matrixLearning.cpp.

void MatrixLearning::updateModel ( )
virtual

Implements Mdp::LearningStrategy.

Definition at line 38 of file matrixLearning.cpp.

Member Data Documentation

constexpr const char* Mdp::MatrixLearning::configKey = "matrixLearning"
static

Definition at line 26 of file matrixLearning.h.


The documentation for this class was generated from the following files: