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 Link icon

    • precision Link icon

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

    • GradientDescentRootFinder Link icon

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