C# Class HyperNEATBoxes.TrialEvaluation

Show file Open project: encog/encog-dotnet-more-examples Class Usage Examples

Public Methods

Method Description
Accumulate ( double distance, double range ) : void
CalculateFitness ( ) : double
Normalize ( double d, int i ) : int
Query ( int resolution ) : IntPair
TrialEvaluation ( IMLMethod thePhenotype, BoxTrialCase theTest ) : System

Method Details

Accumulate() public method

public Accumulate ( double distance, double range ) : void
distance double
range double
return void

CalculateFitness() public method

public CalculateFitness ( ) : double
return double

Normalize() public method

public Normalize ( double d, int i ) : int
d double
i int
return int

Query() public method

public Query ( int resolution ) : IntPair
resolution int
return IntPair

TrialEvaluation() public method

public TrialEvaluation ( IMLMethod thePhenotype, BoxTrialCase theTest ) : System
thePhenotype IMLMethod
theTest BoxTrialCase
return System