C# Class SharpNeat.DomainsExtra.WalkerBox2d.WalkerBox2dView

View class for the Walker2D problem domain.
Inheritance: SharpNeat.DomainsExtra.Box2D.Box2dDomainView
Afficher le fichier Open project: colgreen/sharpneat

Méthodes publiques

Méthode Description
WalkerBox2dView ( IBlackBox>.IGenomeDecoder genomeDecoder ) : Redzen.Numerics

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

Méthodes protégées

Méthode Description
CreateSimulationWorld ( ) : SimulationWorld

Create a Box2D simulation world.

InvokeController ( ) : void

Invoke any required control logic in the Box2D world.

Method Details

CreateSimulationWorld() protected méthode

Create a Box2D simulation world.
protected CreateSimulationWorld ( ) : SimulationWorld
Résultat SharpNeat.DomainsExtra.Box2D.SimulationWorld

InvokeController() protected méthode

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

WalkerBox2dView() public méthode

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
Résultat Redzen.Numerics