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
Afficher le fichier Open project: colgreen/sharpneat-refactor Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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,
Résultat SharpNeat.EvolutionAlgorithm