Uses of Class
net.sf.tweety.math.opt.rootFinder.OptimizationRootFinder
-
Packages that use OptimizationRootFinder Package Description net.sf.tweety.logics.pcl.analysis net.sf.tweety.logics.pcl.reasoner net.sf.tweety.math.opt.rootFinder -
-
Uses of OptimizationRootFinder in net.sf.tweety.logics.pcl.analysis
-
Uses of OptimizationRootFinder in net.sf.tweety.logics.pcl.reasoner
Constructors in net.sf.tweety.logics.pcl.reasoner with parameters of type OptimizationRootFinder Constructor Description DefaultMeReasoner(OptimizationRootFinder rootFinder) -
Uses of OptimizationRootFinder in net.sf.tweety.math.opt.rootFinder
Subclasses of OptimizationRootFinder in net.sf.tweety.math.opt.rootFinder Modifier and Type Class Description classBfgsRootFinderImplements the BFGS method to find zeros of a (multi-dimensional) function.classGradientDescentRootFinderImplements the gradient descent method to find zeros of a (multi-dimensional) function.classHessianGradientDescentRootFinderImplements the hessiane/gradient descent method to find zeros of a (multi-dimensional) function.
-