-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.31.8.0: Ensure deterministic order of results from multithreaded op…
…timizers (#131) * Fix order of results returned by RandomSearchOptimizer. These should now always match the order of the generated parameter sets no matter if running single or multi threaded * Refactor m_parallelOptions * Fix deterministic order of results for GridSearchOptimizer * Fix deterministic order of results when running in parallel GlobalizedBoundedNelderMeadOptimizer * Add specify all input arguments * Specify all input arguments * Add sut factory method * Fix deterministic results when running parallel * Add more test arguments * 0.31.8.0 Co-authored-by: Mads Dabros <mada@ihfood.dk>
- Loading branch information
Showing
11 changed files
with
228 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.