Class TspNearestNeighbor

  • All Implemented Interfaces:
    TSP

    public class TspNearestNeighbor
    extends java.lang.Object
    implements TSP
    This is a simple heuristic TSP algorithm, which always picks the closest point as the next one to visit.
    Since:
    11gR2