C# 클래스 GenomeForm, sharpneat-refactor

Form for genome visualization. This is used for displaying genome's directly (e.g. a neural net structure), or some other type of visualization that uses the genome, e.g. a task view that shows how the genome performs on some task.
상속: Form
파일 보기 프로젝트 열기: colgreen/sharpneat-refactor 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GenomeForm ( string title, GenomeControl, genomeCtrl ) : SharpNeat.EvolutionAlgorithm

Construct with the provided form title, genome view/renderer and evolution algorithm. We listen to update events from the evolution algorithm and cleanly detach from it when this form closes.

메소드 상세

GenomeForm() 공개 메소드

Construct with the provided form title, genome view/renderer and evolution algorithm. We listen to update events from the evolution algorithm and cleanly detach from it when this form closes.
public GenomeForm ( string title, GenomeControl, genomeCtrl ) : SharpNeat.EvolutionAlgorithm
title string
genomeCtrl GenomeControl,
리턴 SharpNeat.EvolutionAlgorithm