Class GradientDescentRootFinder


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

    • precision

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

    • GradientDescentRootFinder

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