C# 클래스 SwarmOps.Optimizers.RND

Samples the search-space completely at random. Used for comparing other optimizers to 'worst-case' performance.
상속: Optimizer
파일 보기 프로젝트 열기: DanWBR/dwsim3

공개 메소드들

메소드 설명
Optimize ( double parameters ) : Result

Perform one optimization run and return the best found solution.

RND ( )

Construct the object.

RND ( Problem problem )

Construct the object.

메소드 상세

Optimize() 공개 메소드

Perform one optimization run and return the best found solution.
public Optimize ( double parameters ) : Result
parameters double Control parameters for the optimizer.
리턴 Result

RND() 공개 메소드

Construct the object.
public RND ( )

RND() 공개 메소드

Construct the object.
public RND ( Problem problem )
problem Problem Problem to optimize.