C# Class SharpNeat.Domains.NeatGenomeView

Afficher le fichier Open project: colgreen/sharpneat

Méthodes publiques

Méthode Description
NeatGenomeView ( ) : SharpNeat.View.Graph

Default constructor.

RefreshView ( object genome ) : void

Refresh/update the view with the provided genome.

Method Details

NeatGenomeView() public méthode

Default constructor.
public NeatGenomeView ( ) : SharpNeat.View.Graph
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