|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfunction.BasicVectorFunction
diviner.BasicMultiObjectiveDiviner
public abstract class BasicMultiObjectiveDiviner
| Field Summary |
|---|
| Fields inherited from class function.BasicVectorFunction |
|---|
DEFAULT_BOUNDS, DEFAULT_INPUT_DIMENSION, DEFAULT_OUTPUT_DIMENSION, VALUE_OUTSIDE_BOUNDS |
| Constructor Summary | |
|---|---|
BasicMultiObjectiveDiviner()
|
|
| Method Summary | |
|---|---|
ApproxModel |
getApproxModel()
Returns the surrogate model used by this diviner. |
Hypercube |
getBounds()
Returns the bounds. |
int |
getInputDimension()
Returns the inputDimension. |
void |
init()
Initialization method. |
void |
setApproxModel(ApproxModel approxModel)
The surrogate model to be used. |
void |
setBounds(Hypercube bounds)
Sets the bounds for this ScalarFunction. |
void |
setInputDimension(int inputDimension)
Sets the inputDimension. |
| Methods inherited from class function.BasicVectorFunction |
|---|
checkInputDimension, 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.VectorFunction |
|---|
compute, compute, compute, compute, quickCompute, quickCompute |
| Methods inherited from interface function.Computable |
|---|
compute, getOutputDimension, isWithinBounds |
| Constructor Detail |
|---|
public BasicMultiObjectiveDiviner()
| Method Detail |
|---|
public ApproxModel getApproxModel()
MultiObjectiveDiviner
getApproxModel in interface MultiObjectiveDivinerpublic void setApproxModel(ApproxModel approxModel)
MultiObjectiveDiviner
setApproxModel in interface MultiObjectiveDivinerapproxModel - the given surrogate model.public Hypercube getBounds()
getBounds in interface ComputablegetBounds in class BasicVectorFunctionpublic void setBounds(Hypercube bounds)
VariableBoundsScalarFunction.
setBounds in interface VariableBoundsbounds - the given bounds.public int getInputDimension()
getInputDimension in interface ComputablegetInputDimension in class BasicVectorFunctionpublic void setInputDimension(int inputDimension)
setInputDimension in interface VariableInputDimensioninputDimension - the given inputDimension.public void init()
BasicVectorFunction
init in interface VectorFunctioninit in class BasicVectorFunction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||