remove output of feature value difference

This commit is contained in:
Eva Hasler 2012-02-14 19:22:29 +00:00
parent 8740f7ed81
commit d35213ba3f

View File

@ -143,7 +143,7 @@ size_t MiraOptimiser::updateWeights(
}
}
cerr << "Rank " << rank << ", epoch " << epoch << ", update: " << summedUpdate << endl;
// cerr << "Rank " << rank << ", epoch " << epoch << ", update: " << summedUpdate << endl;
weightUpdate.PlusEquals(summedUpdate);
// Sanity check: are there still violated constraints after optimisation?
@ -300,7 +300,7 @@ size_t MiraOptimiser::updateWeightsHopeFear(
}
}
cerr << "Rank " << rank << ", epoch " << epoch << ", update: " << summedUpdate << endl;
// cerr << "Rank " << rank << ", epoch " << epoch << ", update: " << summedUpdate << endl;
weightUpdate.PlusEquals(summedUpdate);
// Sanity check: are there still violated constraints after optimisation?