|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfunction.BasicScalarFunction
function.VariableDomainScalarFunction
diviner.BasicBoundConstrainedDiviner
public abstract class BasicBoundConstrainedDiviner
Implements basic functionality for BoundConstrainedDiviner.
| Field Summary |
|---|
| Fields inherited from class function.BasicScalarFunction |
|---|
DEFAULT_BOUNDS, DEFAULT_DIM, VALUE_OUTSIDE_BOUNDS |
| Constructor Summary | |
|---|---|
BasicBoundConstrainedDiviner()
|
|
| Method Summary | |
|---|---|
ApproxModel |
getObjectiveModel()
Returns the ApproxModel for this BoundConstrainedDiviner. |
void |
init()
Initialization method. |
void |
setObjectiveModel(ApproxModel approxModel)
Sets the ApproxModel for this BoundConstrainedDiviner. |
| Methods inherited from class function.VariableDomainScalarFunction |
|---|
getBounds, getInputDimension, setBounds, setInputDimension |
| Methods inherited from class function.BasicScalarFunction |
|---|
checkDimensions, compute, compute, compute, compute, compute, compute, getOutputDimension, isWithinBounds, makeBounds, quickCompute, quickCompute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface function.VariableBounds |
|---|
setBounds |
| Methods inherited from interface function.ScalarFunction |
|---|
compute, compute, compute, compute, quickCompute, quickCompute |
| Methods inherited from interface function.Computable |
|---|
compute, compute, getBounds, getInputDimension, getOutputDimension, isWithinBounds |
| Constructor Detail |
|---|
public BasicBoundConstrainedDiviner()
| Method Detail |
|---|
public ApproxModel getObjectiveModel()
BoundConstrainedDivinerApproxModel for this BoundConstrainedDiviner.
getObjectiveModel in interface BoundConstrainedDivinerApproxModel for this BoundConstrainedDiviner.public void init()
BasicScalarFunction
init in interface BoundConstrainedDivinerinit in interface ScalarFunctioninit in class VariableDomainScalarFunctionpublic void setObjectiveModel(ApproxModel approxModel)
BoundConstrainedDivinerApproxModel for this BoundConstrainedDiviner.
setObjectiveModel in interface BoundConstrainedDivinerapproxModel - the given ApproxModel.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||