C# 클래스 SharpNeat.Domains.DoublePoleBalancing.DoublePoleBalancingEvaluatorNv

Evaluator for the double pole balancing task with no velocity (NV) inputs.
상속: DoublePoleBalancingEvaluator
파일 보기 프로젝트 열기: colgreen/sharpneat 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

DoublePoleBalancingEvaluatorNv() 공개 메소드

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

DoublePoleBalancingEvaluatorNv() 공개 메소드

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

Evaluate() 공개 메소드

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