Class GradientDescentRootFinder


  • public class GradientDescentRootFinder
    extends OptimizationRootFinder
    Implements the gradient descent method to find zeros of a (multi-dimensional) function.
    Author:
    Matthias Thimm
    • Field Detail

      • precision

        public double precision
        The precision of the approximation. The actual used precision depends on the number of variables.
    • Constructor Detail

      • GradientDescentRootFinder

        public GradientDescentRootFinder()
        Creates a new root finder for the given starting point and the given (multi-dimensional) function