Background
Hallway Example
GraphEnv
ray.tune
TSP Example
API reference
Calculate the distance for a greedy search tour over the given graph. :param G: The Graph should be a complete weighted undirected graph.
a positive distance for the resulting search
dist
G (networkx.classes.graph.Graph) –