C# Класс SharpNeat.Domains.CppnGenomeView

GUI control for visualizing CPPN genomes.
Наследование: AbstractGenomeView
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CppnGenomeView() публичный Метод

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
Результат SharpNeat.View.Graph

RefreshView() публичный Метод

Refresh/update the view with the provided genome.
public RefreshView ( object genome ) : void
genome object
Результат void