|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfunction.BasicVectorFunction
diviner.BasicMultiObjectiveDiviner
diviner.RiskPerfTypeIDiviner
public class RiskPerfTypeIDiviner
Multiobjective diviner that uses mu and sigma as objectives
to be simultaneously minimized.
| Field Summary |
|---|
| Fields inherited from class function.BasicVectorFunction |
|---|
DEFAULT_BOUNDS, DEFAULT_INPUT_DIMENSION, DEFAULT_OUTPUT_DIMENSION, VALUE_OUTSIDE_BOUNDS |
| Constructor Summary | |
|---|---|
RiskPerfTypeIDiviner()
|
|
| Method Summary | |
|---|---|
void |
quickCompute(double[] x,
double[] y)
Abstract method that all subclasses must implement. |
| Methods inherited from class diviner.BasicMultiObjectiveDiviner |
|---|
getApproxModel, getBounds, getInputDimension, init, setApproxModel, setBounds, setInputDimension |
| Methods inherited from class function.BasicVectorFunction |
|---|
checkInputDimension, compute, compute, compute, compute, compute, getOutputDimension, isWithinBounds, makeBounds, 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 |
| Methods inherited from interface function.Computable |
|---|
compute, getOutputDimension, isWithinBounds |
| Constructor Detail |
|---|
public RiskPerfTypeIDiviner()
| Method Detail |
|---|
public void quickCompute(double[] x,
double[] y)
BasicVectorFunctiondouble array and returns an
output double array.
quickCompute in interface VectorFunctionquickCompute in class BasicVectorFunctionx - input array.y - output array.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||