Uses of Class
org.tweetyproject.math.opt.rootFinder.RootFinder
-
Uses of RootFinder in org.tweetyproject.math.opt.rootFinder
Modifier and TypeClassDescriptionclass
Implements the BFGS method to find zeros of a (multi-dimensional) function.class
Implements the gradient descent method to find zeros of a (multi-dimensional) function.class
Implements the hessiane/gradient descent method to find zeros of a (multi-dimensional) function.class
This class implements the Newton method for finding zeros of a function.class
This class is the common ancestor for root finders that work with optimizers.