C# Class 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.
Inheritance: Form
Exibir arquivo Open project: colgreen/sharpneat-refactor Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

GenomeForm() public method

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,
return SharpNeat.EvolutionAlgorithm