Skip to content
Snippets Groups Projects
Commit 9bec3c26 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Exploration.alg: Remove a forgotten debug print line.

refs 3257
parent 5f9e344c
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,6 @@ public class SameSilInPartitionConstraintEvaluator
// penalties per partition mismatch.
resVal += expm1(derivationSum);
}
System.out.println("ResVal: " + resVal);
return new DoubleValue(resVal);
}
......
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