Метод | Описание | |
---|---|---|
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.
|
public CppnGenomeView ( IActivationFunctionLibrary actFnLib ) : SharpNeat.View.Graph | ||
actFnLib | IActivationFunctionLibrary | |
Результат | SharpNeat.View.Graph |
public RefreshView ( object genome ) : void | ||
genome | object | |
Результат | void |