Expand description
The route
-module contains the Route
-class, the individual element of the TSP that implements
important methods like crossover
or mutate
.
Structsยง
- Solution
- The
Solution
is an individual for using genetic algorithm to approximate functions. It contains the specific function values.