Searched refs:trial_subset (Results 1 – 1 of 1) sorted by relevance
502 vector<size_t> trial_subset = out_subset; in find_subset_with_efficiency_higher_than() local503 trial_subset.resize(out_subset.size() + candidate_indices_subset_size); in find_subset_with_efficiency_higher_than()507 trial_subset[out_subset.size() + i] = inout_remainder[candidate_indices_subset[i]]; in find_subset_with_efficiency_higher_than()510 float trial_efficiency = efficiency_of_subset(preprocessed_inputfiles, trial_subset); in find_subset_with_efficiency_higher_than()532 vector<size_t> trial_subset = out_subset; in find_subset_with_efficiency_higher_than() local534 trial_subset.push_back(*candidate_iterator); in find_subset_with_efficiency_higher_than()535 float trial_efficiency = efficiency_of_subset(preprocessed_inputfiles, trial_subset); in find_subset_with_efficiency_higher_than()