Class GoalSelectionOptions
-
- All Implemented Interfaces:
public final class GoalSelectionOptionsCan override platform-wide AutonomyProperties
-
-
Field Summary
Fields Modifier and Type Field Description private final DoublegoalConfidenceCutOffprivate final DoubleagentConfidenceCutOffprivate final BooleanmultiGoal
-
Constructor Summary
Constructors Constructor Description GoalSelectionOptions(Double goalConfidenceCutOff, Double agentConfidenceCutOff, Boolean multiGoal)
-
Method Summary
Modifier and Type Method Description final DoublegetGoalConfidenceCutOff()final DoublegetAgentConfidenceCutOff()final BooleangetMultiGoal()-
-
Constructor Detail
-
GoalSelectionOptions
GoalSelectionOptions(Double goalConfidenceCutOff, Double agentConfidenceCutOff, Boolean multiGoal)
- Parameters:
goalConfidenceCutOff- Goal confidence cut-off, between 0 and 1 if we want to override the platform-wide setting.agentConfidenceCutOff- Agent confidence cut-off, between 0 and 1 if we want to override the platform-wide setting.multiGoal- Whether to allow multiple goals to be selected and accomplished.
-
-
Method Detail
-
getGoalConfidenceCutOff
final Double getGoalConfidenceCutOff()
-
getAgentConfidenceCutOff
final Double getAgentConfidenceCutOff()
-
getMultiGoal
final Boolean getMultiGoal()
-
-
-
-