C# Class SharpNeat.DomainsExtra.SinglePoleBalancingSwingUp.SinglePoleBalancingSwingUpView

View class for the box2d single pole balancing domain.
Inheritance: SharpNeat.DomainsExtra.Box2D.Box2dDomainView
显示文件 Open project: colgreen/sharpneat

Public Methods

Method Description
SinglePoleBalancingSwingUpView ( IBlackBox>.IGenomeDecoder genomeDecoder ) : System

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

Protected Methods

Method Description
CreateSimulationWorld ( ) : SimulationWorld

Create a Box2D simulation world.

InvokeController ( ) : void

Invoke any required control logic in the Box2D world.

Method Details

CreateSimulationWorld() protected method

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

InvokeController() protected method

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

SinglePoleBalancingSwingUpView() public method

Construct with the provided IGenomeDecoder, this is used to decode genome(s) into IBlackBox controllers.
public SinglePoleBalancingSwingUpView ( IBlackBox>.IGenomeDecoder genomeDecoder ) : System
genomeDecoder IBlackBox>.IGenomeDecoder
return System