Method | Description | |
---|---|---|
Benchmark ( int dimensionality, double lowerBound, double upperBound, double lowerInit, double upperInit, int maxIterations ) |
Construct the object.
|
public Benchmark ( 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. |