Méthode | Description | |
---|---|---|
Fitness ( double x ) : double |
Compute and return fitness for the given parameters.
|
|
Gradient ( double x, double &v ) : int |
Compute the gradient of the fitness-function.
|
|
Griewank ( int dimensionality, int maxIterations ) : System.Diagnostics |
Construct the object.
|
public Fitness ( double x ) : double | ||
x | double | Candidate solution. |
Résultat | double |
public Gradient ( double x, double &v ) : int | ||
x | double | Candidate solution. |
v | double | Array for holding the gradient. |
Résultat | int |
public Griewank ( int dimensionality, int maxIterations ) : System.Diagnostics | ||
dimensionality | int | Dimensionality of the problem (e.g. 20) |
maxIterations | int | Max optimization iterations to perform. |
Résultat | System.Diagnostics |