Class BOBYQAOptimizer

    • Field Detail

      • MINIMUM_PROBLEM_DIMENSION

        public static final int MINIMUM_PROBLEM_DIMENSION
        Deprecated.
        Minimum dimension of the problem: 2
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_RADIUS

        public static final double DEFAULT_INITIAL_RADIUS
        Deprecated.
        Default value for initialTrustRegionRadius: 10.0 .
        See Also:
        Constant Field Values
      • DEFAULT_STOPPING_RADIUS

        public static final double DEFAULT_STOPPING_RADIUS
        Deprecated.
        Default value for stoppingTrustRegionRadius: 1.0E-8 .
        See Also:
        Constant Field Values
    • 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.