Class NewtonRaphsonMinimizer

    • Constructor Detail

      • NewtonRaphsonMinimizer

        public NewtonRaphsonMinimizer​(double epsilon,
                                      int maxIterations)
        Construct a multivariate minimizer using the Newton-Raphson method.
        Parameters:
        epsilon - a precision parameter: when a number |x| ≤ ε, it is considered 0
        maxIterations - the maximum number of iterations