Class AbstractMatchMethod

    • Constructor Detail

      • AbstractMatchMethod

        public AbstractMatchMethod()
    • Method Detail

      • getTolerance

        public double getTolerance()
        Specified by:
        getTolerance in interface MatchMethod
        Returns:
        The desired tolerance for the minimum .
      • setTolerance

        public void setTolerance​(double tolerance)
        Parameters:
        tolerance - the tolerance to set
      • setCalls

        public void setCalls​(int calls)
        Adjust the maximum number of calls to the penalty function
        Parameters:
        calls - number of calls to process max.
      • getCalls

        public int getCalls()
        Specified by:
        getCalls in interface MatchMethod
        Returns:
        the number of calls during the matching