C# Class SwarmOps.Problems.Penalized

Helper-methods for Penalized benchmark problems.
Inheritance: Benchmark
Afficher le fichier Open project: DanWBR/dwsim3

Méthodes publiques

Méthode Description
Penalized ( int dimensionality, double lowerBound, double upperBound, double lowerInit, double upperInit, int maxIterations )

Construct the object.

Méthodes protégées

Méthode Description
U ( double x, double a, double k, double m ) : double

Helper-method for Penalized benchmark problems.

Method Details

Penalized() public méthode

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

U() protected méthode

Helper-method for Penalized benchmark problems.
protected U ( double x, double a, double k, double m ) : double
x double
a double
k double
m double
Résultat double