Randomly change one of the links in this tour.

Namespace: Tsp.GA
Assembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Mutate(
	Random rand
)
Visual Basic
Public Sub Mutate ( _
	rand As Random _
)
Visual C++
public:
void Mutate(
	Random^ rand
)

Parameters

rand
Type: System..::..Random
Random number generator. We pass around the same random number generator, so that results between runs are consistent.

See Also