C# Class SharpNeat.Domains.CppnGenomeView

GUI control for visualizing CPPN genomes.
Inheritance: AbstractGenomeView
Show file Open project: colgreen/sharpneat

Public Methods

Method Description
CppnGenomeView ( IActivationFunctionLibrary actFnLib ) : SharpNeat.View.Graph

Construct with the provided CPPN activation function library to draw CPPNs with (genome nodes contain an index into this library).

RefreshView ( object genome ) : void

Refresh/update the view with the provided genome.

Method Details

CppnGenomeView() public method

Construct with the provided CPPN activation function library to draw CPPNs with (genome nodes contain an index into this library).
public CppnGenomeView ( IActivationFunctionLibrary actFnLib ) : SharpNeat.View.Graph
actFnLib IActivationFunctionLibrary
return SharpNeat.View.Graph

RefreshView() public method

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