C# Class SharpNeat.Domains.NeatGenomeView

Show file Open project: colgreen/sharpneat

Public Methods

Method Description
NeatGenomeView ( ) : SharpNeat.View.Graph

Default constructor.

RefreshView ( object genome ) : void

Refresh/update the view with the provided genome.

Method Details

NeatGenomeView() public method

Default constructor.
public NeatGenomeView ( ) : SharpNeat.View.Graph
return SharpNeat.View.Graph

RefreshView() public method

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