sam::DefaultResearchStrategy::Parameters¶
Module: Parameters of the Research Strategies
The parameters of the strategy.
#include <ResearchStrategy.h>
Public Attributes¶
Name | |
---|---|
DecisionMethod | name |
std::vector< std::vector< std::string > > | initial_selection_policies_defs Initial Selection Policy. |
std::vector< std::string > | will_not_start_hacking_decision_policies_def Will Start Hacking Decision Policy. |
std::vector< std::vector< std::string > > | between_stashed_selection_policies_defs Between Stashed Selection Policy. |
std::vector< std::string > | will_not_continue_replicating_decision_policy_def Will Continue Replicating Decision Policy. |
std::vector< std::vector< std::string > > | between_replications_selection_policies_defs Between Replication Selection Policy. |
std::vector< std::string > | stashing_policy_def Stashing Selection Policy. |
std::vector< std::string > | submission_decision_policies_defs Submissions Decision Policy. |
Public Attributes Documentation¶
variable name¶
DecisionMethod name = DecisionMethod::DefaultResearchStrategy;
variable initial_selection_policies_defs¶
std::vector< std::vector< std::string > > initial_selection_policies_defs;
Initial Selection Policy.
variable will_not_start_hacking_decision_policies_def¶
std::vector< std::string > will_not_start_hacking_decision_policies_def;
Will Start Hacking Decision Policy.
variable between_stashed_selection_policies_defs¶
std::vector< std::vector< std::string > > between_stashed_selection_policies_defs;
Between Stashed Selection Policy.
variable will_not_continue_replicating_decision_policy_def¶
std::vector< std::string > will_not_continue_replicating_decision_policy_def;
Will Continue Replicating Decision Policy.
variable between_replications_selection_policies_defs¶
std::vector< std::vector< std::string > > between_replications_selection_policies_defs;
Between Replication Selection Policy.
variable stashing_policy_def¶
std::vector< std::string > stashing_policy_def;
Stashing Selection Policy.
variable submission_decision_policies_defs¶
std::vector< std::string > submission_decision_policies_defs;
Submissions Decision Policy.
Updated on 29 June 2021 at 16:13:48 CEST
Last update: 2021-09-18