C# 클래스 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).
상속: DoublePoleBalancingEvaluator
파일 보기 프로젝트 열기: colgreen/sharpneat 1 사용 예제들

공개 메소드들

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

메소드 상세

DoublePoleBalancingEvaluatorNvAntiWiggle() 공개 메소드

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

DoublePoleBalancingEvaluatorNvAntiWiggle() 공개 메소드

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