Class ucb1_parser

Inheritance Relationships

Base Types

  • public rer::client< ucb1_parser >

  • public rconfig::xml::xml_config_parser

Class Documentation

class ucb1_parser : public rer::client<ucb1_parser>, public rconfig::xml::xml_config_parser

Parses XML configuration used for epsilon greedy task allocation policy into ucb1_config.

Public Types

using config_type = ucb1_config

Public Functions

inline ucb1_parser(void)
void parse(const ticpp::Element &node) override
bool validate(void) const override
inline std::string xml_root(void) const override

Public Static Attributes

static const std::string kXMLRoot = "ucb1"

The root tag that all task allocation XML configuration should lie under in the XML tree.