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

Reenable parallel execution.

parent 31ae470d
No related branches found
No related tags found
No related merge requests found
Opt4JDseTask.java b5cb9e664e7a8fc2b5157bcdcaca740c2fa85336 YELLOW
Opt4JDseTaskProvider.java ff2bbc6da2b21bd0bc64c3fa77dc8fa9939d10af RED
Opt4JExplorationSolutionSet.java 8b52e5f9fbbc1cc39d79ea6986662a43c40b2da6 RED
Opt4JExplorerBackend.java 084e7362ae7a9ead9db74a9daa74f4061b310952 RED
Opt4JExplorerBackend.java 8a3474aac2c93e3d69d883b2eeb5f75e76f9e6a4 RED
Opt4JSingleExplorationSolution.java 41ce92d11b2e7a6a8c39bffa990c691160c36c8d RED
......@@ -217,7 +217,7 @@ public class Opt4JExplorerBackend extends ExplorerBackendBase<EAOptimizer> {
IndividualCompleterModule comp = new IndividualCompleterModule();
if(opt4JParameters.isParallelExecution()) {
comp.setType(IndividualCompleterModule.Type.SEQUENTIAL);
comp.setType(IndividualCompleterModule.Type.PARALLEL);
comp.setThreads(Runtime.getRuntime().availableProcessors());
}
modules.add(comp);
......
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