Class MutationCounter<Solution_>

  • Type Parameters:
    Solution_ - the solution type, the class with the PlanningSolution annotation

    public class MutationCounter<Solution_>
    extends Object
    • Method Detail

      • countMutations

        public int countMutations​(Solution_ a,
                                  Solution_ b)
        Parameters:
        a - never null
        b - never null
        Returns:
        >= 0, the number of planning variables that have a different value in a and b.