Uses of Class
org.tweetyproject.math.opt.rootFinder.OptimizationRootFinder
Package
Description
-
Uses of OptimizationRootFinder in org.tweetyproject.logics.pcl.analysis
ModifierConstructorDescriptionAbstractCreepingMachineShop
(OptimizationRootFinder rootFinder) ConstructorBalancedMachineShop
(OptimizationRootFinder rootFinder) ConstructorConstructorConvexAggregatingMeMachineShop
(OptimizationRootFinder rootFinder) ConstructorCreates a new measure for p=1.DistanceMinimizationInconsistencyMeasure
(OptimizationRootFinder rootFinder, int p) Creates a new measure for the given p.ConstructorConstructorMaximumEntropyMachineShop
(OptimizationRootFinder rootFinder) ConstructorMeanDistanceCulpabilityMeasure
(OptimizationRootFinder rootFinder, boolean normalized) Creates a new measure.ConstructorConstructorNormalizedDistanceMinimizationInconsistencyMeasure
(OptimizationRootFinder rootFinder, int p) ConstructorConstructorConstructorPclBeliefSetQuadraticErrorMinimizationMachineShop
(CulpabilityMeasure<ProbabilisticConditional, PclBeliefSet> culpabilityMeasure, OptimizationRootFinder rootFinder) Creates a new machine shop based on the given culpability measure.PclDefaultConsistencyTester
(OptimizationRootFinder rootFinder) ConstructorPenalizingCreepingMachineShop
(OptimizationRootFinder rootFinder) ConstructorSmoothedPenalizingCreepingMachineShop
(OptimizationRootFinder rootFinder, CulpabilityMeasure<ProbabilisticConditional, PclBeliefSet> culpabilityMeasure) Creates a new creeping machine shop based on the given culpability measure.UnbiasedCreepingMachineShop
(OptimizationRootFinder rootFinder) ConstructorConstructor -
Uses of OptimizationRootFinder in org.tweetyproject.logics.pcl.reasoner
-
Uses of OptimizationRootFinder in org.tweetyproject.math.opt.rootFinder
Modifier and TypeClassDescriptionclass
Implements the BFGS method to find zeros of a (multi-dimensional) function.class
Implements the gradient descent method to find zeros of a (multi-dimensional) function.class
Implements the hessiane/gradient descent method to find zeros of a (multi-dimensional) function.