C# Class SharpNeat.Domains.CppnGenomeView

GUI control for visualizing CPPN genomes.
Inheritance: AbstractGenomeView
Afficher le fichier Open project: colgreen/sharpneat

Méthodes publiques

Méthode 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 méthode

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
Résultat SharpNeat.View.Graph

RefreshView() public méthode

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