Class NewtonFixedPointFinder

java.lang.Object
org.drip.function.rdtor1solver.FixedRdFinder
org.drip.function.rdtor1solver.NewtonFixedPointFinder

public class NewtonFixedPointFinder
extends FixedRdFinder
NewtonFixedPointFinder generates the Iterators for solving Rd To R1 Convex/Non-Convex Functions Using the Multivariate Newton Method.

Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • NewtonFixedPointFinder

      public NewtonFixedPointFinder​(RdToR1 objectiveFunction, LineStepEvolutionControl lineStepEvolutionControl, ConvergenceControl convergenceControl) throws java.lang.Exception
      NewtonFixedPointFinder Constructor
      Parameters:
      objectiveFunction - The Objective Function
      lineStepEvolutionControl - The Line Step Evolution Control
      convergenceControl - Convergence Control Parameters
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details