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.
|
public CppnGenomeView ( IActivationFunctionLibrary actFnLib ) : SharpNeat.View.Graph | ||
actFnLib | IActivationFunctionLibrary | |
return | SharpNeat.View.Graph |