Solution Checker
A solution checker holds solutions up to a capacity (threshold). The solution checker will hold a maximum number of solutions to check (capacity/threshold). If the contained solutions all test as equal, then the checker returns true.
Parameters
the comparator to use for checking. The default is to use a InputEquality
This value is used as a termination threshold for the largest number of iterations, during which no improvement of the captured solutions is found. By default, set to 5, which can be controlled globally via the companion object's defaultNoImproveThreshold
Constructors
Properties
This value is used as a termination threshold for the largest number of iterations, during which no improvement of the captured solutions is found. By default, set to 5, which can be controlled globally via the companion object's defaultNoImproveThreshold