projects
/
satune.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de404d5
)
Tuner shouldn't try to find really bad implementations
author
bdemsky
<bdemsky@uci.edu>
Wed, 17 Oct 2018 22:19:03 +0000
(15:19 -0700)
committer
bdemsky
<bdemsky@uci.edu>
Wed, 17 Oct 2018 22:19:03 +0000
(15:19 -0700)
src/Tuner/multituner.cc
patch
|
blob
|
history
diff --git
a/src/Tuner/multituner.cc
b/src/Tuner/multituner.cc
index 51034140e5459e162a74e2ca6841989a3432c9b9..e0fee46074f5656e7df7fd9bba9cd4a7ba5e18a1 100644
(file)
--- a/
src/Tuner/multituner.cc
+++ b/
src/Tuner/multituner.cc
@@
-274,7
+274,7
@@
void MultiTuner::tuneComp() {
int tscore = 0;
if (scores.contains(t))
tscore = scores.get(t);
- if (score
<
tscore)
+ if (score
>
tscore)
break;
}
DEBUG("ranking[%u]=tuner<%p>(Score=%d)\n", j, tuner, score);