The TSPAlgorithm_GA type exposes the following members.

Events

  NameDescription
Public eventEnds
Occurs when the algorithm ends successfully.
(Inherited from TSPAlgorithm.)
Public eventNotSolutionFound
Occurs when the algorithm has ended without a possible solution found.
(Inherited from TSPAlgorithm.)
Public eventStarts
Occurs when the algorithm starts.
(Inherited from TSPAlgorithm.)

See Also