From c1ce4d213a0a507007983702f7a963957e71fda3 Mon Sep 17 00:00:00 2001 From: tweise Date: Tue, 21 Apr 2020 14:32:54 +0800 Subject: [PATCH] fixed wrong number of runs for ma & mac --- .../aitoa/examples/jssp/EJSSPExperimentStage.java | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/main/java/aitoa/examples/jssp/EJSSPExperimentStage.java b/src/main/java/aitoa/examples/jssp/EJSSPExperimentStage.java index b461457..9ad7074 100644 --- a/src/main/java/aitoa/examples/jssp/EJSSPExperimentStage.java +++ b/src/main/java/aitoa/examples/jssp/EJSSPExperimentStage.java @@ -468,19 +468,6 @@ public void configureBuilder(final BlackBoxProcessBuilder< return list.stream(); } - /** - * get the number of runs - * - * @param problem - * the problem - * @return the runs - */ - @Override - public int - getRuns(final JSSPMakespanObjectiveFunction problem) { - return 13; - } - /** * Configure the black box process builder for the given * problem.