Class McCormickMinimizer

    • Constructor Detail

      • McCormickMinimizer

        @Deprecated
        public McCormickMinimizer​(double epsilon,
                                  int maxIterations)
        Deprecated.
        the McCormick algorithm does not seem to work well; need further investigation; don't use it. TODO. Use BFGSMinimizer instead.
        Construct a multivariate minimizer using the McCormick method.
        Parameters:
        epsilon - a precision parameter: when a number |x| ≤ ε, it is considered 0
        maxIterations - the maximum number of iterations