C# Class TaskForm, sharpneat-refactor

Exibir arquivo Open project: colgreen/sharpneat-refactor Class Usage Examples

Public Methods

Method 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 method

Refresh view.
public RefreshView ( object genome ) : void
genome object
return void

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