C# 클래스 SharpNeat.DomainsExtra.WalkerBox2d.WalkerBox2dView

View class for the Walker2D problem domain.
상속: SharpNeat.DomainsExtra.Box2D.Box2dDomainView
파일 보기 프로젝트 열기: colgreen/sharpneat

공개 메소드들

메소드 설명
WalkerBox2dView ( IBlackBox>.IGenomeDecoder genomeDecoder ) : Redzen.Numerics

Construct with the provided IGenomeDecoder, this is used to decode genome(s) into IBlackBox controllers.

보호된 메소드들

메소드 설명
CreateSimulationWorld ( ) : SimulationWorld

Create a Box2D simulation world.

InvokeController ( ) : void

Invoke any required control logic in the Box2D world.

메소드 상세

CreateSimulationWorld() 보호된 메소드

Create a Box2D simulation world.
protected CreateSimulationWorld ( ) : SimulationWorld
리턴 SharpNeat.DomainsExtra.Box2D.SimulationWorld

InvokeController() 보호된 메소드

Invoke any required control logic in the Box2D world.
protected InvokeController ( ) : void
리턴 void

WalkerBox2dView() 공개 메소드

Construct with the provided IGenomeDecoder, this is used to decode genome(s) into IBlackBox controllers.
public WalkerBox2dView ( IBlackBox>.IGenomeDecoder genomeDecoder ) : Redzen.Numerics
genomeDecoder IBlackBox>.IGenomeDecoder
리턴 Redzen.Numerics