C# Class HyperNEATBoxes.TrialEvaluation

Afficher le fichier Open project: encog/encog-dotnet-more-examples Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Accumulate ( double distance, double range ) : void
distance double
range double
Résultat void

CalculateFitness() public méthode

public CalculateFitness ( ) : double
Résultat double

Normalize() public méthode

public Normalize ( double d, int i ) : int
d double
i int
Résultat int

Query() public méthode

public Query ( int resolution ) : IntPair
resolution int
Résultat IntPair

TrialEvaluation() public méthode

public TrialEvaluation ( IMLMethod thePhenotype, BoxTrialCase theTest ) : System
thePhenotype IMLMethod
theTest BoxTrialCase
Résultat System