C# 클래스 SharpNeat.Domains.NeatGenomeView

파일 보기 프로젝트 열기: colgreen/sharpneat

공개 메소드들

메소드 설명
NeatGenomeView ( ) : SharpNeat.View.Graph

Default constructor.

RefreshView ( object genome ) : void

Refresh/update the view with the provided genome.

메소드 상세

NeatGenomeView() 공개 메소드

Default constructor.
public NeatGenomeView ( ) : SharpNeat.View.Graph
리턴 SharpNeat.View.Graph

RefreshView() 공개 메소드

Refresh/update the view with the provided genome.
public RefreshView ( object genome ) : void
genome object
리턴 void