@Deprecated public class SimpleBounds extends java.lang.Object implements OptimizationData
Modifier and Type | Field and Description |
---|---|
private double[] |
lower
Deprecated.
Lower bounds.
|
private double[] |
upper
Deprecated.
Upper bounds.
|
Constructor and Description |
---|
SimpleBounds(double[] lB,
double[] uB)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
double[] |
getLower()
Deprecated.
Gets the lower bounds.
|
double[] |
getUpper()
Deprecated.
Gets the lower bounds.
|