Class RobotCognitionRewardEvaluation
java.lang.Object
org.palladiosimulator.simexp.core.reward.ThresholdBasedRewardEvaluator
org.palladiosimulator.simexp.pcm.examples.hri.RobotCognitionRewardEvaluation
- All Implemented Interfaces:
RewardEvaluator<Integer>
-
Constructor Summary
ConstructorsConstructorDescriptionRobotCognitionRewardEvaluation(Pair<SimulatedMeasurementSpecification, Threshold> responseTimeThreshold, Pair<SimulatedMeasurementSpecification, Threshold> reliabilityThreshold) -
Method Summary
Methods inherited from class org.palladiosimulator.simexp.core.reward.ThresholdBasedRewardEvaluator
filterThresholds, with
-
Constructor Details
-
RobotCognitionRewardEvaluation
public RobotCognitionRewardEvaluation(Pair<SimulatedMeasurementSpecification, Threshold> responseTimeThreshold, Pair<SimulatedMeasurementSpecification, Threshold> reliabilityThreshold)
-
-
Method Details
-
evaluate
- Specified by:
evaluatein interfaceRewardEvaluator<Integer>- Overrides:
evaluatein classThresholdBasedRewardEvaluator
-