public class SimpleBounds extends Object implements OptimizationData
Constructor and Description |
---|
SimpleBounds(double[] lB,
double[] uB) |
Modifier and Type | Method and Description |
---|---|
double[] |
getLower()
Gets the lower bounds.
|
double[] |
getUpper()
Gets the upper bounds.
|
static SimpleBounds |
unbounded(int dim)
Factory method that creates instance of this class that represents
unbounded ranges.
|
public SimpleBounds(double[] lB, double[] uB)
lB
- Lower bounds.uB
- Upper bounds.public double[] getLower()
public double[] getUpper()
public static SimpleBounds unbounded(int dim)
dim
- Number of parameters.Copyright © 2017 CNES. All rights reserved.