Class BfgsRootFinder


public class BfgsRootFinder extends OptimizationRootFinder
Implements the BFGS method to find zeros of a (multi-dimensional) function.
Author:
Matthias Thimm
  • Constructor Details

    • BfgsRootFinder

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