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
ConstructorDescriptionRobotCognitionRewardEvaluation
(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:
evaluate
in interfaceRewardEvaluator<Integer>
- Overrides:
evaluate
in classThresholdBasedRewardEvaluator
-