C# Class TaskForm, sharpneat-refactor

Afficher le fichier Open project: colgreen/sharpneat-refactor Class Usage Examples

Méthodes publiques

Méthode Description
RefreshView ( object genome ) : void

Refresh view.

TaskForm ( string title )

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

RefreshView() public méthode

Refresh view.
public RefreshView ( object genome ) : void
genome object
Résultat void

TaskForm() 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 TaskForm ( string title )
title string