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
Показать файл Открыть проект Примеры использования класса

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