Fix #130 and make order of results deterministic for all optimizers when running with parallel execution. Results will now also be the same between single threaded and multithreaded execution.
This affects all optimizers supporting parallel execution:
Fix #130 and make order of results deterministic for all optimizers when running with parallel execution. Results will now also be the same between single threaded and multithreaded execution.
This affects all optimizers supporting parallel execution:
BayesianOptimizer
GlobalizedBoundedNelderMeadOptimizer
GridSearchOptimizer
ParticleSwarmOptimizer
RandomSearchOptimizer