|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.optim.univariate.UnivariatePointValuePair
public class UnivariatePointValuePair
This class holds a point and the value of an objective function at this point. This is a simple immutable container.
Field Summary | |
---|---|
private double |
point
Point. |
private static long |
serialVersionUID
Serializable version identifier. |
private double |
value
Value of the objective function at the point. |
Constructor Summary | |
---|---|
UnivariatePointValuePair(double point,
double value)
Build a point/objective function value pair. |
Method Summary | |
---|---|
double |
getPoint()
Get the point. |
double |
getValue()
Get the value of the objective function. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private final double point
private final double value
Constructor Detail |
---|
public UnivariatePointValuePair(double point, double value)
point
- Point.value
- Value of an objective function at the pointMethod Detail |
---|
public double getPoint()
public double getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |