C# 클래스 SwarmOps.Problems.Benchmark

Base-class for a benchmark optimization problem.
상속: Problem
파일 보기 프로젝트 열기: DanWBR/dwsim3

공개 메소드들

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

Construct the object.

메소드 상세

Benchmark() 공개 메소드

Construct the object.
public Benchmark ( 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.