Uses of Class
org.tweetyproject.math.opt.rootFinder.OptimizationRootFinder
-
Packages that use OptimizationRootFinder Package Description org.tweetyproject.logics.pcl.analysis org.tweetyproject.logics.pcl.reasoner org.tweetyproject.math.opt.rootFinder -
-
Uses of OptimizationRootFinder in org.tweetyproject.logics.pcl.analysis
-
Uses of OptimizationRootFinder in org.tweetyproject.logics.pcl.reasoner
Constructors in org.tweetyproject.logics.pcl.reasoner with parameters of type OptimizationRootFinder Constructor Description DefaultMeReasoner(OptimizationRootFinder rootFinder) -
Uses of OptimizationRootFinder in org.tweetyproject.math.opt.rootFinder
Subclasses of OptimizationRootFinder 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.
-