Uses of Class
net.sf.tweety.math.opt.OptimizationRootFinder
- 
Packages that use OptimizationRootFinder Package Description net.sf.tweety.math.opt  - 
- 
Uses of OptimizationRootFinder in net.sf.tweety.math.opt
Subclasses of OptimizationRootFinder in net.sf.tweety.math.opt 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.classLbfgsRootFinderImplements the L-BFGS method to find zeros of a (multi-dimensional) function.classOpenOptRootFinderA wrapper for the open opt library. 
 -