Event fired when a new best tour is found.
Namespace: Tsp.GAAssembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public event TspGA..::..NewBestTourEventHandler NewBestTourFound |
Visual Basic |
---|
Public Event NewBestTourFound As TspGA..::..NewBestTourEventHandler |
Visual C++ |
---|
public: event TspGA..::..NewBestTourEventHandler^ NewBestTourFound { void add (TspGA..::..NewBestTourEventHandler^ value); void remove (TspGA..::..NewBestTourEventHandler^ value); } |