C# Class SharpNeat.Domains.DoublePoleBalancing.DoublePoleBalancingEvaluatorNv

Evaluator for the double pole balancing task with no velocity (NV) inputs.
Inheritance: DoublePoleBalancingEvaluator
Afficher le fichier Open project: colgreen/sharpneat Class Usage Examples

Méthodes publiques

Méthode Description
DoublePoleBalancingEvaluatorNv ( ) : System

Construct evaluator with default task arguments/variables.

DoublePoleBalancingEvaluatorNv ( double trackLength, int maxTimesteps, double poleAngleThreshold ) : System

Construct evaluator with the provided task arguments/variables.

Evaluate ( IBlackBox box ) : FitnessInfo

Evaluate the provided IBlackBox.

Method Details

DoublePoleBalancingEvaluatorNv() public méthode

Construct evaluator with default task arguments/variables.
public DoublePoleBalancingEvaluatorNv ( ) : System
Résultat System

DoublePoleBalancingEvaluatorNv() public méthode

Construct evaluator with the provided task arguments/variables.
public DoublePoleBalancingEvaluatorNv ( double trackLength, int maxTimesteps, double poleAngleThreshold ) : System
trackLength double
maxTimesteps int
poleAngleThreshold double
Résultat System

Evaluate() public méthode

Evaluate the provided IBlackBox.
public Evaluate ( IBlackBox box ) : FitnessInfo
box IBlackBox
Résultat SharpNeat.Core.FitnessInfo