Skip to content

Commit

Permalink
fixed wrong number of runs for ma & mac
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasWeise committed Apr 21, 2020
1 parent 6057c29 commit c1ce4d2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/main/java/aitoa/examples/jssp/EJSSPExperimentStage.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c1ce4d2

Please sign in to comment.