|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.optimization.SimpleBounds
@Deprecated public class SimpleBounds
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.
| Constructor Summary | |
|---|---|
SimpleBounds(double[] lB,
double[] uB)
Deprecated. |
|
| Method Summary | |
|---|---|
double[] |
getLower()
Deprecated. Gets the lower bounds. |
double[] |
getUpper()
Deprecated. Gets the lower bounds. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleBounds(double[] lB,
double[] uB)
lB - Lower bounds.uB - Upper bounds.| Method Detail |
|---|
public double[] getLower()
public double[] getUpper()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||