Uses of Interface
org.oristool.simulator.rewards.Reward
Package
Description
Simulation rewards.
Provides classes for the simulation of STPNs.
-
Uses of Reward in org.oristool.simulator.rewards
Modifier and TypeClassDescriptionclass
A reward implementation for generic time.final class
Reward tracking the occurrence of a sequence of event firings from the initial state.ModifierConstructorDescriptionRewardEvaluator
(Reward reward, long runs) Builds an evaluator for a given reward and number of runs.RewardEvaluatorTimeout
(Reward reward, long timeout) Builds an evaluator for a given reward and duration (expressed in seconds). -
Uses of Reward in org.oristool.simulator.stpn
Modifier and TypeClassDescriptionfinal class
Reward estimating the steady-state probability of a marking.final class
Reward estimating the transient probability of a marking condition.final class
Reward estimating the transient probability of a marking.final class
Reward estimating the absolute time of a transition firing.