Documentation of 'org.apache.commons.math3.optimization.direct.BOBYQAOptimizer' Java class
BOBYQAOptimizer
org.apache.commons.math3.optimization.direct

Class BOBYQAOptimizer

    • Constructor Detail

      • BOBYQAOptimizer

        public BOBYQAOptimizer(int numberOfInterpolationPoints)
        Deprecated. 
        Parameters:
        numberOfInterpolationPoints - Number of interpolation conditions. For a problem of dimension n, its value must be in the interval [n+2, (n+1)(n+2)/2]. Choices that exceed 2n+1 are not recommended.
      • BOBYQAOptimizer

        public BOBYQAOptimizer(int numberOfInterpolationPoints,
                               double initialTrustRegionRadius,
                               double stoppingTrustRegionRadius)
        Deprecated. 
        Parameters:
        numberOfInterpolationPoints - Number of interpolation conditions. For a problem of dimension n, its value must be in the interval [n+2, (n+1)(n+2)/2]. Choices that exceed 2n+1 are not recommended.
        initialTrustRegionRadius - Initial trust region radius.
        stoppingTrustRegionRadius - Stopping trust region radius.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.