C# Class SwarmOps.Problems.Penalized2

Penalized2 benchmark problem.
Inheritance: Benchmark
Afficher le fichier Open project: DanWBR/dwsim3 Class Usage Examples

Méthodes publiques

Méthode Description
Fitness ( double x ) : double

Compute and return fitness for the given parameters.

Penalized2 ( int dimensionality, int maxIterations ) : System.Diagnostics

Construct the object.

Méthodes protégées

Méthode Description
GetSinX ( double x, double factor ) : double

Helper-method used in Fitness method.

Method Details

Fitness() public méthode

Compute and return fitness for the given parameters.
public Fitness ( double x ) : double
x double Candidate solution.
Résultat double

GetSinX() protected méthode

Helper-method used in Fitness method.
protected GetSinX ( double x, double factor ) : double
x double
factor double
Résultat double

Penalized2() public méthode

Construct the object.
public Penalized2 ( 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