C# 클래스 HyperNEATBoxes.TrialEvaluation

파일 보기 프로젝트 열기: encog/encog-dotnet-more-examples 1 사용 예제들

공개 메소드들

메소드 설명
Accumulate ( double distance, double range ) : void
CalculateFitness ( ) : double
Normalize ( double d, int i ) : int
Query ( int resolution ) : IntPair
TrialEvaluation ( IMLMethod thePhenotype, BoxTrialCase theTest ) : System

메소드 상세

Accumulate() 공개 메소드

public Accumulate ( double distance, double range ) : void
distance double
range double
리턴 void

CalculateFitness() 공개 메소드

public CalculateFitness ( ) : double
리턴 double

Normalize() 공개 메소드

public Normalize ( double d, int i ) : int
d double
i int
리턴 int

Query() 공개 메소드

public Query ( int resolution ) : IntPair
resolution int
리턴 IntPair

TrialEvaluation() 공개 메소드

public TrialEvaluation ( IMLMethod thePhenotype, BoxTrialCase theTest ) : System
thePhenotype IMLMethod
theTest BoxTrialCase
리턴 System