Returns the current number of positive matches as a percentage.
{ return current_positive_matches / (float) min_positive_matches; }