Method | Description | |
---|---|---|
Fitness ( double x ) : double |
Compute and return fitness for the given parameters.
|
|
Penalized1 ( int dimensionality, int maxIterations ) : System.Diagnostics |
Construct the object.
|
Method | Description | |
---|---|---|
GetSinY ( double x ) : double |
Helper-method used in Fitness method.
|
|
GetY ( double x ) : double |
Helper-method used in Fitness method.
|
public Fitness ( double x ) : double | ||
x | double | Candidate solution. |
return | double |
public Penalized1 ( int dimensionality, int maxIterations ) : System.Diagnostics | ||
dimensionality | int | Dimensionality of the problem (e.g. 20) |
maxIterations | int | Max optimization iterations to perform. |
return | System.Diagnostics |