ParallelRandomRestartHillClimber uses the same instances of its SuccessorGenerator/SuccessorSelector across worker threads #31
Labels
bug
Something isn't working
Milestone
ParallelRandomRestartHillClimber uses the same instances of its SuccessorGenerator/SuccessorSelector across worker threads causing concurrency issues. Instead of relying on the implementation of ISuccessorGenerator to account for concurrency, use a new instance of the object for each worker thread.
The text was updated successfully, but these errors were encountered: