C# 클래스 SwarmOps.Problems.Penalized

Helper-methods for Penalized benchmark problems.
상속: Benchmark
파일 보기 프로젝트 열기: DanWBR/dwsim3

공개 메소드들

메소드 설명
Penalized ( int dimensionality, double lowerBound, double upperBound, double lowerInit, double upperInit, int maxIterations )

Construct the object.

보호된 메소드들

메소드 설명
U ( double x, double a, double k, double m ) : double

Helper-method for Penalized benchmark problems.

메소드 상세

Penalized() 공개 메소드

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() 보호된 메소드

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
리턴 double