The TspGARunner type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TspGARunner | Initializes a new instance of the TspGARunner class |
Methods
Name | Description | |
---|---|---|
![]() | BeginTsp()()()() |
Begins the TspGa algorithm with the cityList attribute.
|
![]() | BeginTsp(Cities) |
Begins the TspGa algorithm with the specified cities.
|
![]() | 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.) |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | chanceUseCloseCity | |
![]() | cityList |
The nodes of the graph at the algorithm.
|
![]() | groupSize | |
![]() | lastResult |
The last result found by the algorithm.
|
![]() | maxGenerations | |
![]() | mutation | |
![]() | numberOfCloseCities | |
![]() | populationSize | |
![]() | seed | |
![]() | verbose |
A value indicating if output or not information at each NewBestTourFound event.
|