Uses of Class
net.sf.tweety.math.opt.rootFinder.OptimizationRootFinder
-
Packages that use OptimizationRootFinder Package Description net.sf.tweety.math.opt.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.
-