Class DistanceMatrixThresholds


  • public class DistanceMatrixThresholds
    extends java.lang.Object
    • Field Detail

      • best

        public static final DistanceMatrixThresholds best
        In the best case, we want a lower bound on distance. If we cannot compute the distance, take a higher value that is still a lower bound.
    • Constructor Detail

      • DistanceMatrixThresholds

        public DistanceMatrixThresholds​(double defaultValue)
    • Method Detail

      • getFailOnMoreExhaustiveStepsThen

        public java.math.BigInteger getFailOnMoreExhaustiveStepsThen()
      • getFailAfterNumberOfAStarSteps

        public long getFailAfterNumberOfAStarSteps()
      • getDefaultValueOnFailure

        public double getDefaultValueOnFailure()
      • getMaxNumberOfCountTotalOrdersBaseCase

        public int getMaxNumberOfCountTotalOrdersBaseCase()
      • getMaxTotalOrdersToPreferExhaustiveOverAStar

        public java.math.BigInteger getMaxTotalOrdersToPreferExhaustiveOverAStar()
      • getMinTotalOrderLengthToPreferExhaustiveOverAStar

        public static int getMinTotalOrderLengthToPreferExhaustiveOverAStar()
      • getInitListSize

        public static int getInitListSize()