This PR adds another version of the minimum distance matching that changes how it deals with ties in minimum distance. Instead of splitting the PUF record into smaller records based on the matched SCF records, the match_2* versions randomly select one of the matched SCF records to pair with the PUF record. This version does not have the problem with excessive number of repetitions as identified in #6.
This PR adds another version of the minimum distance matching that changes how it deals with ties in minimum distance. Instead of splitting the PUF record into smaller records based on the matched SCF records, the
match_2*
versions randomly select one of the matched SCF records to pair with the PUF record. This version does not have the problem with excessive number of repetitions as identified in #6.