Uses of Interface
net.sf.tweety.math.func.SimpleRealValuedFunction
-
Packages that use SimpleRealValuedFunction Package Description net.sf.tweety.arg.prob.dynamics net.sf.tweety.math.func net.sf.tweety.math.norm -
-
Uses of SimpleRealValuedFunction in net.sf.tweety.arg.prob.dynamics
Constructors in net.sf.tweety.arg.prob.dynamics with parameters of type SimpleRealValuedFunction Constructor Description AbstractPAChangeOperator(PASemantics semantics, RealVectorNorm norm, SimpleRealValuedFunction f)
Creates a new change operator for the given semantics that uses the specified norm for distance measuring and the given function for optimizing.PARevisionOperator(PASemantics semantics, RealVectorNorm norm, SimpleRealValuedFunction f)
Creates a new change operator for the given semantics that uses the specified norm for distance measuring and the given function for optimizing.PAUpdateOperator(PASemantics semantics, RealVectorNorm norm, SimpleRealValuedFunction f)
Creates a new change operator for the given semantics that uses the specified norm for distance measuring and the given function for optimizing. -
Uses of SimpleRealValuedFunction in net.sf.tweety.math.func
Classes in net.sf.tweety.math.func that implement SimpleRealValuedFunction Modifier and Type Class Description class
EntropyFunction
The entropy function. -
Uses of SimpleRealValuedFunction in net.sf.tweety.math.norm
Classes in net.sf.tweety.math.norm that implement SimpleRealValuedFunction Modifier and Type Class Description class
EntropyNorm<T extends java.lang.Comparable<T>>
The entropy norm.
-