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

#include <noLearning.h>

Inheritance diagram for Mdp::NoLearning:
Mdp::LearningStrategy

Public Member Functions

 NoLearning (std::shared_ptr< Context > context)
 
void updateModel ()
 
void initializeModel ()
 
- 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 = "noLearning"
 

Additional Inherited Members

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

Detailed Description

Definition at line 20 of file noLearning.h.

Constructor & Destructor Documentation

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

Definition at line 20 of file noLearning.cpp.

Member Function Documentation

void NoLearning::initializeModel ( )
virtual

Implements Mdp::LearningStrategy.

Definition at line 25 of file noLearning.cpp.

void NoLearning::updateModel ( )
virtual

Implements Mdp::LearningStrategy.

Definition at line 33 of file noLearning.cpp.

Member Data Documentation

constexpr const char* Mdp::NoLearning::configKey = "noLearning"
static

Definition at line 23 of file noLearning.h.


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