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