C# Class SharpNeat.Domains.AbstractDomainView

Abstract class for problem domain visualization.
Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: colgreen/sharpneat Class Usage Examples

Public Methods

Method Description
RefreshView ( object genome ) : void

Refresh/update the view with the provided genome.

Method Details

RefreshView() abstract public method

Refresh/update the view with the provided genome.
abstract public RefreshView ( object genome ) : void
genome object
return void