메소드 | 설명 | |
---|---|---|
Fitness ( double x ) : double |
Compute and return fitness for the given parameters.
|
|
Schwefel221 ( int dimensionality, int maxIterations ) : System.Diagnostics |
Construct the object.
|
public Schwefel221 ( int dimensionality, int maxIterations ) : System.Diagnostics | ||
dimensionality | int | Dimensionality of the problem (e.g. 20) |
maxIterations | int | Max optimization iterations to perform. |
리턴 | System.Diagnostics |