C# 클래스 SharpNeat.Domains.AbstractDomainView

Abstract class for problem domain visualization.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: colgreen/sharpneat 1 사용 예제들

공개 메소드들

메소드 설명
RefreshView ( object genome ) : void

Refresh/update the view with the provided genome.

메소드 상세

RefreshView() 추상적인 공개 메소드

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