Skip to content

Commit

Permalink
chore: improve score corruption error message
Browse files Browse the repository at this point in the history
  • Loading branch information
triceo committed May 2, 2024
1 parent 0ff9814 commit 1ad3876
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public final void setupIteration() {
var solverScope = new SolverScope<Solution_>();
solverScope.setScoreDirector(scoreDirector);
solverScope.setWorkingRandom(new Random(0)); // Fully reproducible random selection.
phaseScope = new LocalSearchPhaseScope<>(solverScope);
phaseScope = new LocalSearchPhaseScope<>(solverScope, 0);
moveSelector.solvingStarted(solverScope);
moveSelector.phaseStarted(phaseScope);
}
Expand Down

0 comments on commit 1ad3876

Please sign in to comment.