Searched refs:worst_score (Results 1 – 1 of 1) sorted by relevance
269 unsigned int worst_score = std::numeric_limits<unsigned int>::max(); in getNeighbors() local290 if (hamming_distance < worst_score) { in getNeighbors()300 worst_score = score_index_heap.front().first; in getNeighbors()