C# Класс SwarmOps.Problems.Penalized1

Penalized1 benchmark problem.
Наследование: Penalized
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Fitness ( double x ) : double

Compute and return fitness for the given parameters.

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

Construct the object.

Защищенные методы

Метод Описание
GetSinY ( double x ) : double

Helper-method used in Fitness method.

GetY ( double x ) : double

Helper-method used in Fitness method.

Описание методов

Fitness() публичный Метод

Compute and return fitness for the given parameters.
public Fitness ( double x ) : double
x double Candidate solution.
Результат double

GetSinY() защищенный Метод

Helper-method used in Fitness method.
protected GetSinY ( double x ) : double
x double
Результат double

GetY() защищенный Метод

Helper-method used in Fitness method.
protected GetY ( double x ) : double
x double
Результат double

Penalized1() публичный Метод

Construct the object.
public Penalized1 ( int dimensionality, int maxIterations ) : System.Diagnostics
dimensionality int Dimensionality of the problem (e.g. 20)
maxIterations int Max optimization iterations to perform.
Результат System.Diagnostics