The TspGA type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TspGA |
Default Constructor
|
Methods
Name | Description | |
---|---|---|
![]() | Begin |
Starts the TSP algorithm.
To stop before all generations are calculated, set Halt to true.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Permite que un objeto Object intente liberar recursos y realizar otras operaciones de limpieza antes de que el objeto Object sea reclamado por el recolector de elementos no utilizados. (Inherited from Object.) |
![]() | GetHashCode | Actúa como función hash para un tipo concreto. (Inherited from Object.) |
![]() | GetType | Obtiene el objeto Type de la instancia actual. (Inherited from Object.) |
![]() | MemberwiseClone | Crea una copia superficial del objeto Object actual. (Inherited from Object.) |
![]() | OnNewBestTourFound |
Raise the NewBestTour event.
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Halt |
The GUI sets this flag to true to stop the TSP algorithm and allow the Begin() function to return.
|
Events
Name | Description | |
---|---|---|
![]() | NewBestTourFound |
Event fired when a new best tour is found.
|