Documentation of 'org.apache.commons.math3.optimization.SimpleBounds' Java class
SimpleBounds
org.apache.commons.math3.optimization

Class SimpleBounds

  • All Implemented Interfaces:
    OptimizationData

    Deprecated. 
    As of 3.1 (to be removed in 4.0).

    @Deprecated
    public class SimpleBounds
    extends java.lang.Object
    implements OptimizationData
    Simple optimization constraints: lower and upper bounds. The valid range of the parameters is an interval that can be infinite (in one or both directions).
    Immutable class.
    Since:
    3.1
    • Constructor Summary

      Constructors 
      Constructor and Description
      SimpleBounds(double[] lB, double[] uB)
      Deprecated. 
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      double[] getLower()
      Deprecated. 
      Gets the lower bounds.
      double[] getUpper()
      Deprecated. 
      Gets the lower bounds.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleBounds

        public SimpleBounds(double[] lB,
                            double[] uB)
        Deprecated. 
        Parameters:
        lB - Lower bounds.
        uB - Upper bounds.
    • Method Detail

      • getLower

        public double[] getLower()
        Deprecated. 
        Gets the lower bounds.
        Returns:
        the initial guess.
      • getUpper

        public double[] getUpper()
        Deprecated. 
        Gets the lower bounds.
        Returns:
        the initial guess.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.