Skip to content

Commit

Permalink
fix: heuristic config thread count
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfred committed Dec 6, 2024
1 parent b9d4c98 commit 56ba3fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public <Score_ extends Score<Score_>> InnerScoreDirectorFactory<Solution_, Score
.withPreviewFeatureList(previewFeaturesEnabled)
.withEnvironmentMode(environmentMode)
.withMoveThreadCount(moveThreadCount)
.withMoveThreadCount(solverConfig.getMoveThreadBufferSize())
.withMoveThreadBufferSize(solverConfig.getMoveThreadBufferSize())
.withThreadFactoryClass(solverConfig.getThreadFactoryClass())
.withNearbyDistanceMeterClass(solverConfig.getNearbyDistanceMeterClass())
.withRandom(randomFactory.createRandom())
Expand Down

0 comments on commit 56ba3fa

Please sign in to comment.