Class ZangwillMinimizer

    • Constructor Detail

      • ZangwillMinimizer

        public ZangwillMinimizer​(double epsilon,
                                 double epsilon2,
                                 int maxIterations)
        Construct a multivariate minimizer using the Zangwill method.
        Parameters:
        epsilon - a precision parameter: when a number |x| ≤ ε, it is considered 0
        epsilon2 - a precision parameter to decide whether there is a linear dependence among the conjugate directions
        maxIterations - the maximum number of iterations