codykallen / puf-scf-match

Temporary repo for holding code to match the PUF and SCF
0 stars 0 forks source link

Matching with random selection #8

Closed codykallen closed 5 years ago

codykallen commented 5 years ago

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.