C# Класс SharpNeat.DomainsExtra.WalkerBox2d.WalkerBox2dView

View class for the Walker2D problem domain.
Наследование: SharpNeat.DomainsExtra.Box2D.Box2dDomainView
Показать файл Открыть проект

Открытые методы

Метод Описание
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