Uses of Interface
jline.lang.reward.RewardFunction
Packages that use RewardFunction
Package
Description
Abstractions to declare basic elements of a model.
Reward function types and utilities for CTMC analysis.
-
Uses of RewardFunction in jline.lang
Fields in jline.lang with type parameters of type RewardFunctionMethods in jline.lang that return RewardFunctionModifier and TypeMethodDescriptionGet a specific reward function by name.Methods in jline.lang that return types with arguments of type RewardFunctionMethods in jline.lang with parameters of type RewardFunctionModifier and TypeMethodDescriptionvoidNetwork.setReward(String name, RewardFunction rewardFn) Define a reward function for CTMC reward computation. -
Uses of RewardFunction in jline.lang.reward
Classes in jline.lang.reward that implement RewardFunctionModifier and TypeClassDescriptionclassARewardFunctionthat also records what the reward measures.classA reward function backed by a lookup table over aggregated state vectors.Methods in jline.lang.reward that return RewardFunctionMethods in jline.lang.reward with parameters of type RewardFunctionModifier and TypeMethodDescriptionstatic RewardDescriptorReward.custom(RewardFunction userFn) Wraps an arbitrary user reward function.Constructors in jline.lang.reward with parameters of type RewardFunctionModifierConstructorDescriptionRewardDescriptor(RewardDescriptor.Kind kind, Node node, JobClass jobClass, RewardFunction delegate) Creates a reward descriptor.