C# Class SwarmOps.Problems.Penalized

Helper-methods for Penalized benchmark problems.
Inheritance: Benchmark
Show file Open project: DanWBR/dwsim3

Public Methods

Method Description
Penalized ( int dimensionality, double lowerBound, double upperBound, double lowerInit, double upperInit, int maxIterations )

Construct the object.

Protected Methods

Method Description
U ( double x, double a, double k, double m ) : double

Helper-method for Penalized benchmark problems.

Method Details

Penalized() public method

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 method

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
return double