Package org.tweetyproject.math.opt.rootFinder


package org.tweetyproject.math.opt.rootFinder
  • Class Summary
    Class
    Description
    Implements the BFGS method to find zeros of a (multi-dimensional) function.
    Implements the gradient descent method to find zeros of a (multi-dimensional) function.
    Implements the hessiane/gradient descent method to find zeros of a (multi-dimensional) function.
    This class implements the Newton method for finding zeros of a function.
    This class is the common ancestor for root finders that work with optimizers.
    Classes which extend this class represent algorithms for finding zero points (roots) of functions.