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 ) : |
Evaluate the provided IBlackBox.
|
public DoublePoleBalancingEvaluatorNv ( ) : System | ||
return | System |
public DoublePoleBalancingEvaluatorNv ( double trackLength, int maxTimesteps, double poleAngleThreshold ) : System | ||
trackLength | double | |
maxTimesteps | int | |
poleAngleThreshold | double | |
return | System |
public Evaluate ( IBlackBox box ) : |
||
box | IBlackBox | |
return |