C# 클래스 SwarmOps.Problems.Penalized2

Penalized2 benchmark problem.
상속: Benchmark
파일 보기 프로젝트 열기: DanWBR/dwsim3 1 사용 예제들

공개 메소드들

메소드 설명
Fitness ( double x ) : double

Compute and return fitness for the given parameters.

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

Construct the object.

보호된 메소드들

메소드 설명
GetSinX ( double x, double factor ) : 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

GetSinX() 보호된 메소드

Helper-method used in Fitness method.
protected GetSinX ( double x, double factor ) : double
x double
factor double
리턴 double

Penalized2() 공개 메소드

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.
리턴 System.Diagnostics