Class HessianGradientDescentRootFinder


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

    • HessianGradientDescentRootFinder

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