C# 클래스 SwarmOps.Problems.Benchmarks

Contains list of all implemented benchmark problems.
파일 보기 프로젝트 열기: DanWBR/dwsim3

공개 프로퍼티들

프로퍼티 타입 설명
IDs ID[]

공개 메소드들

메소드 설명
CreateInstance ( this id, int dimensionality, int maxIterations ) : Benchmark

Create a new instance of a benchmark problem.

메소드 상세

CreateInstance() 공개 정적인 메소드

Create a new instance of a benchmark problem.
public static CreateInstance ( this id, int dimensionality, int maxIterations ) : Benchmark
id this Benchmark problem ID.
dimensionality int Dimensionality of problem.
maxIterations int
리턴 Benchmark

프로퍼티 상세

IDs 공개적으로 정적으로 프로퍼티

Array containing all benchmark problem IDs.
public static ID[] IDs
리턴 ID[]