Uses of Class
org.tweetyproject.math.opt.rootFinder.RootFinder
Packages that use RootFinder
- 
Uses of RootFinder in org.tweetyproject.math.opt.rootFinder
Subclasses of RootFinder in org.tweetyproject.math.opt.rootFinderModifier and TypeClassDescriptionclassImplements the BFGS method to find zeros of a (multi-dimensional) function.classImplements the gradient descent method to find zeros of a (multi-dimensional) function.classImplements the hessiane/gradient descent method to find zeros of a (multi-dimensional) function.classThis class implements the Newton method for finding zeros of a function.classThis class is the common ancestor for root finders that work with optimizers.