Documentation of 'org.apache.commons.math3.optimization.univariate.UnivariatePointValuePair' Java class
UnivariatePointValuePair
org.apache.commons.math3.optimization.univariate

Class UnivariatePointValuePair

  • All Implemented Interfaces:
    java.io.Serializable

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

    @Deprecated
    public class UnivariatePointValuePair
    extends java.lang.Object
    implements java.io.Serializable
    This class holds a point and the value of an objective function at this point. This is a simple immutable container.
    Since:
    3.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      UnivariatePointValuePair(double point, double value)
      Deprecated. 
      Build a point/objective function value pair.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      double getPoint()
      Deprecated. 
      Get the point.
      double getValue()
      Deprecated. 
      Get the value of the objective function.
      • Methods inherited from class java.lang.Object

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

      • UnivariatePointValuePair

        public UnivariatePointValuePair(double point,
                                        double value)
        Deprecated. 
        Build a point/objective function value pair.
        Parameters:
        point - Point.
        value - Value of an objective function at the point
    • Method Detail

      • getPoint

        public double getPoint()
        Deprecated. 
        Get the point.
        Returns:
        the point.
      • getValue

        public double getValue()
        Deprecated. 
        Get the value of the objective function.
        Returns:
        the stored value of the objective function.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.