public class Transformations extends Object
| Constructor and Description |
|---|
Transformations() |
| Modifier and Type | Method and Description |
|---|---|
float |
bFlat(float y,
float A,
float B,
float C)
bFlat transformation
|
float |
bParam(float y,
float u,
float A,
float B,
float C)
bParam transformation
|
float |
bPoly(float y,
float alpha)
bPoly transformation
|
float |
rNonsep(float[] y,
int A)
rNonsep transformation
|
float |
rSum(float[] y,
float[] w)
rSum transformation
|
float |
sDecept(float y,
float A,
float B,
float C)
sDecept transformation
|
float |
sLinear(float y,
float A)
sLinear transformation
|
float |
sMulti(float y,
int A,
int B,
float C)
sMulti transformation
|
public float bPoly(float y,
float alpha)
throws JMetalException
JMetalExceptionpublic float bFlat(float y,
float A,
float B,
float C)
public float sLinear(float y,
float A)
public float sDecept(float y,
float A,
float B,
float C)
public float sMulti(float y,
int A,
int B,
float C)
public float rSum(float[] y,
float[] w)
public float rNonsep(float[] y,
int A)
public float bParam(float y,
float u,
float A,
float B,
float C)
Copyright © 2018. All rights reserved.