C# Class SharpNeat.Domains.DoublePoleBalancing.DoublePoleBalancingEvaluatorNv

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

Public Methods

Method 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 method

Construct evaluator with default task arguments/variables.
public DoublePoleBalancingEvaluatorNv ( ) : System
return System

DoublePoleBalancingEvaluatorNv() public method

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

Evaluate() public method

Evaluate the provided IBlackBox.
public Evaluate ( IBlackBox box ) : FitnessInfo
box IBlackBox
return SharpNeat.Core.FitnessInfo