|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfunction.BasicVectorFunction
function.EC6
public class EC6
Test problem for multiobjective optimization.
| Field Summary |
|---|
| Fields inherited from class function.BasicVectorFunction |
|---|
DEFAULT_BOUNDS, DEFAULT_INPUT_DIMENSION, DEFAULT_OUTPUT_DIMENSION, VALUE_OUTSIDE_BOUNDS |
| Constructor Summary | |
|---|---|
EC6()
|
|
| Method Summary | |
|---|---|
protected static void |
makeBounds()
|
void |
quickCompute(double[] x,
double[] y)
Abstract method that all subclasses must implement. |
| Methods inherited from class function.BasicVectorFunction |
|---|
checkInputDimension, compute, compute, compute, compute, compute, getBounds, getInputDimension, getOutputDimension, init, isWithinBounds, quickCompute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EC6()
| Method Detail |
|---|
protected static void makeBounds()
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 | |||||||||