dignea
1.0.0
Diverse Instance Generator with Novelty Search and Evolutionary Algorithms
|
Evolutionary TSP Solution. Class which represents the solution for the Instance Generation TSP Problem (ITSPP). This class is used to represent an actual TSP Problem instance. More...
Go to the source code of this file.
Classes | |
class | TSPInstance |
Instance Traveling Salesman Problem Solution. Class which represents the solution for the Instance Traveling Salesman Problem (TSPDomain). The variables inherited from the Solution<float, float> class contains the pairs of coordinates for each point (city) in the instance. [(x0,y0), ..., (xn-1,yn-1)] in a single array. More... | |
Typedefs | |
using | coords = std::pair< float, float > |