public final class DesignState extends Object
| Constructor and Description |
|---|
DesignState(State state,
Double lowerBound,
Double upperBound)
Initializes a new instance of the
com.bayesserver.optization.DesignState class. |
| Modifier and Type | Method and Description |
|---|---|
Double |
getLowerBound()
The minimum value allowed for this variable/state during the optimization process.
|
State |
getState()
Gets the state these options refer to.
|
Double |
getUpperBound()
The maximum value allowed for this variable/state during the optimization process.
|
void |
setLowerBound(Double value)
The minimum value allowed for this variable/state during the optimization process.
|
void |
setUpperBound(Double value)
The maximum value allowed for this variable/state during the optimization process.
|
public DesignState(State state, Double lowerBound, Double upperBound)
com.bayesserver.optization.DesignState class.state - The state these options refer to.lowerBound - Lower bound during optimization.upperBound - Upper bound during optimization.public State getState()
public Double getLowerBound()
public void setLowerBound(Double value)
public Double getUpperBound()
public void setUpperBound(Double value)
Copyright © 2021. All rights reserved.