OptimizationDatapublic class SimpleBounds extends Object implements OptimizationData
| Constructor | Description |
|---|---|
SimpleBounds(double[] lB,
double[] uB) |
| Modifier and Type | Method | 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 © 2016–2018 Hipparchus.org. All rights reserved.