C# 클래스 SwarmOps.Problems.Penalized1

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

공개 메소드들

메소드 설명
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