This commit is contained in:
Hieu Hoang 2013-08-14 12:37:22 +01:00
parent bfdedf682b
commit 8419a3af35
5 changed files with 39 additions and 40 deletions

View File

@ -1034,8 +1034,7 @@ int main(int argc, char** argv)
bleuFearList.push_back(bleuScores[batchPosition][i]); bleuFearList.push_back(bleuScores[batchPosition][i]);
indexHopeList.push_back(indexHope); indexHopeList.push_back(indexHope);
indexFearList.push_back(i); indexFearList.push_back(i);
} } else if (most_violated && diff > currentViolation) {
else if (most_violated && diff > currentViolation) {
currentViolation = diff; currentViolation = diff;
bleuFear = bleuScores[batchPosition][i]; bleuFear = bleuScores[batchPosition][i];
indexFear = i; indexFear = i;