Method | Description | |
---|---|---|
Penalized ( int dimensionality, double lowerBound, double upperBound, double lowerInit, double upperInit, int maxIterations ) |
Construct the object.
|
Method | Description | |
---|---|---|
U ( double x, double a, double k, double m ) : double |
Helper-method for Penalized benchmark problems.
|
public Penalized ( int dimensionality, double lowerBound, double upperBound, double lowerInit, double upperInit, int maxIterations ) | ||
dimensionality | int | Dimensionality of the problem. |
lowerBound | double | Lower boundary for entire search-space. |
upperBound | double | Upper boundary for entire search-space. |
lowerInit | double | Lower boundary for initialization. |
upperInit | double | Upper boundary for initialization. |
maxIterations | int | Max optimization iterations to perform. |
protected U ( double x, double a, double k, double m ) : double | ||
x | double | |
a | double | |
k | double | |
m | double | |
return | double |