Uses of Class
org.tweetyproject.math.opt.rootFinder.OptimizationRootFinder
Packages that use OptimizationRootFinder
Package
Description
-
Uses of OptimizationRootFinder in org.tweetyproject.logics.pcl.analysis
Constructors in org.tweetyproject.logics.pcl.analysis with parameters of type OptimizationRootFinderModifierConstructorDescriptionAbstractCreepingMachineShop(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
Constructors in org.tweetyproject.logics.pcl.reasoner with parameters of type OptimizationRootFinder -
Uses of OptimizationRootFinder in org.tweetyproject.math.opt.rootFinder
Subclasses of OptimizationRootFinder in org.tweetyproject.math.opt.rootFinderModifier and TypeClassDescriptionclassImplements the BFGS method to find zeros of a (multi-dimensional) function.classImplements the gradient descent method to find zeros of a (multi-dimensional) function.classImplements the hessiane/gradient descent method to find zeros of a (multi-dimensional) function.