public abstract class TestFunc extends Object
| Modifier and Type | Field and Description |
|---|---|
protected double |
mBias |
protected int |
mDimension |
protected String |
mFuncName |
| Constructor and Description |
|---|
TestFunc(int dimension,
double bias) |
TestFunc(int dimension,
double bias,
String funcName) |
| Modifier and Type | Method and Description |
|---|---|
double |
bias() |
int |
dimension() |
abstract double |
f(double[] x) |
String |
name() |
protected int mDimension
protected double mBias
protected String mFuncName
public TestFunc(int dimension,
double bias)
public TestFunc(int dimension,
double bias,
String funcName)
public abstract double f(double[] x)
throws JMetalException
JMetalExceptionpublic int dimension()
public double bias()
public String name()
Copyright © 2018. All rights reserved.