Struct task_alloc_config

Inheritance Relationships

Base Type

  • public rcppsw::config::base_config

Struct Documentation

struct task_alloc_config : public rcppsw::config::base_config

Task allocation configuration container, containing all necessary configuration structs for all possible task allocation policies.

Public Members

src_sigmoid_sel_config abort = {}
epsilon_greedy_config epsilon_greedy = {}
exec_estimates_config exec_est = {}
std::string policy = {"random"}

Policy for specifying how tasks will be allocated in the executive from the data structure containing the tasks to run.

stoch_nbhd1_config stoch_nbhd1 = {}
ucb1_config ucb1 = {}