There is now a PostProcess button (earlier Restart). The CBN haltingWindow param is accessible.

This commit is contained in:
Marcel Kronfeld
2008-04-01 14:57:49 +00:00
parent 3e4caef0a7
commit 11258ddbbf
13 changed files with 123 additions and 200 deletions

View File

@@ -354,6 +354,7 @@ public class PostProcess {
hcRunnable = new OptimizerRunnable(OptimizerFactory.makeParams(hc, pop, problem, 0, term), null, true);
hcRunnable.getGOParams().setDoPostProcessing(false);
hcRunnable.run();
hcRunnable.getGOParams().setDoPostProcessing(true);
hcRunnable = null;
}