Class PowellMinimizer

    • Constructor Detail

      • PowellMinimizer

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