Scheduler
|
#include <mdpConfiguration.h>
Public Member Functions | |
MdpConfiguration (std::string filename) | |
virtual LearningStrategy * | getLearningStrategyFromFile (std::shared_ptr< Context > context) |
virtual double | getRlEpsilonFromFile () |
virtual std::shared_ptr< Horizon > | getHorizonFromFile () |
virtual Solver * | getSolverFromFile () |
![]() | |
Configuration (std::string file) | |
virtual | ~Configuration () |
virtual std::string | getStringValue (std::string section, std::string key) |
virtual std::vector< std::string > | getStringList (std::string section, std::string key) |
virtual double | getDoubleValue (std::string section, std::string key) |
virtual unsigned long long int | getUnsignedLongLongIntValue (std::string section, std::string key) |
virtual int | getIntValue (std::string section, std::string key) |
virtual bool | getBoolValue (std::string section, std::string key, bool defaultValue) |
std::string | getFilePrefix () |
returns the name of the configuration file stripped of any directory More... | |
std::string | getName () |
Additional Inherited Members | |
![]() | |
std::string | stripDirectories (std::string) |
![]() | |
static bool | isNewSection (std::string line) |
static bool | isMatchingSection (std::string line, std::string section) |
![]() | |
std::string | filename |
std::ifstream | stream |
Definition at line 26 of file mdpConfiguration.h.
|
inline |
Definition at line 29 of file mdpConfiguration.h.
|
virtual |
Definition at line 55 of file mdpConfiguration.cpp.
|
virtual |
Definition at line 27 of file mdpConfiguration.cpp.
|
virtual |
Definition at line 90 of file mdpConfiguration.cpp.
|
virtual |
Definition at line 44 of file mdpConfiguration.cpp.