C# Class SharpNeat.Domains.DoublePoleBalancing.DoublePoleBalancingEvaluatorNvAntiWiggle

Evaluator for the double pole balancing task with no velocity (NV) inputs and an alternative evaluation scheme that punishes fast oscillations (anti-wiggle).
Inheritance: DoublePoleBalancingEvaluator
Afficher le fichier Open project: colgreen/sharpneat Class Usage Examples

Méthodes publiques

Méthode Description
DoublePoleBalancingEvaluatorNvAntiWiggle ( ) : System

Construct evaluator with default task arguments/variables.

DoublePoleBalancingEvaluatorNvAntiWiggle ( 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

DoublePoleBalancingEvaluatorNvAntiWiggle() public méthode

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

DoublePoleBalancingEvaluatorNvAntiWiggle() public méthode

Construct evaluator with the provided task arguments/variables.
public DoublePoleBalancingEvaluatorNvAntiWiggle ( 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