C# Класс SharpNeat.Domains.PreyCapture.PreyCaptureView

View for the prey capture task.
Наследование: AbstractDomainView
Показать файл Открыть проект

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

Метод Описание
PreyCaptureView ( IBlackBox>.IGenomeDecoder genomeDecoder, PreyCaptureWorld world ) : System

Construct the view with an appropriately configured world and a genome decoder for decoding genomes as they are passed into RefreshView().

RefreshView ( object genome ) : void

Refresh/update the view with the provided genome.

Защищенные методы

Метод Описание
OnHandleDestroyed ( EventArgs e ) : void

Приватные методы

Метод Описание
PaintView ( ) : void
RunTrial ( ) : void

Run a single prey capture trial.

SimulationThread ( ) : void

Simulate prey capture until thread is terminated.

pbx_SizeChanged ( object sender, System e ) : void

Описание методов

OnHandleDestroyed() защищенный Метод

protected OnHandleDestroyed ( EventArgs e ) : void
e System.EventArgs
Результат void

PreyCaptureView() публичный Метод

Construct the view with an appropriately configured world and a genome decoder for decoding genomes as they are passed into RefreshView().
public PreyCaptureView ( IBlackBox>.IGenomeDecoder genomeDecoder, PreyCaptureWorld world ) : System
genomeDecoder IBlackBox>.IGenomeDecoder
world PreyCaptureWorld
Результат System

RefreshView() публичный Метод

Refresh/update the view with the provided genome.
public RefreshView ( object genome ) : void
genome object
Результат void