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 class
BfgsRootFinder
Implements the BFGS method to find zeros of a (multi-dimensional) function.class
GradientDescentRootFinder
Implements the gradient descent method to find zeros of a (multi-dimensional) function.class
HessianGradientDescentRootFinder
Implements the hessiane/gradient descent method to find zeros of a (multi-dimensional) function.
-