|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.optimization.univariate.UnivariatePointValuePair
@Deprecated public class UnivariatePointValuePair
This class holds a point and the value of an objective function at this point. This is a simple immutable container.
| Constructor Summary | |
|---|---|
UnivariatePointValuePair(double point,
double value)
Deprecated. Build a point/objective function value pair. |
|
| Method Summary | |
|---|---|
double |
getPoint()
Deprecated. Get the point. |
double |
getValue()
Deprecated. 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 |
| Constructor Detail |
|---|
public UnivariatePointValuePair(double point,
double value)
point - Point.value - Value of an objective function at the point| Method Detail |
|---|
public double getPoint()
public double getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||