1 #ifndef GRAIL_UTILITY_SELECTOR_MODEL_H
2 #define GRAIL_UTILITY_SELECTOR_MODEL_H
4 #include "EvaluatorToBehaviorAssignment.h"
8 enum class SelectionMethod
16 SelectionMethod selectionMethod = SelectionMethod::MAX;
17 std::vector<EvaluatorToBehaviorAssignment> evaluatorAssignments{};
Definition: UtilitySelectorModel.h:15