C# 클래스 SharpNeat.Domains.CppnGenomeView

GUI control for visualizing CPPN genomes.
상속: AbstractGenomeView
파일 보기 프로젝트 열기: colgreen/sharpneat

공개 메소드들

메소드 설명
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