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
Solutionis an individual for using genetic algorithm to approximate functions. It contains the specific function values.