Skip to content
Snippets Groups Projects
Commit baf8443a authored by Nikolaus Huber's avatar Nikolaus Huber
Browse files

added log message for tactic punishment

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@12187 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent b60c1d81
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,8 @@ public class WeightingFunctionEvaluator implements IEvaluator {
@Override
public void punishTactic(WeightedTactic tactic) {
tactic.setCurrentWeight(0.0);
double weight = 0.0;
logger.info("Punishing tactic, setting weight to " + weight);
tactic.setCurrentWeight(weight);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment