Uses of Class
net.sf.tweety.math.opt.rootFinder.RootFinder
-
Packages that use RootFinder Package Description net.sf.tweety.math.opt.rootFinder -
-
Uses of RootFinder in net.sf.tweety.math.opt.rootFinder
Subclasses of RootFinder 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.class
NewtonRootFinder
This class implements the Newton method for finding zeros of a function.class
OptimizationRootFinder
This class is the common ancestor for root finders that work with optimizers.
-