optimas-org / optimas

Optimization at scale, powered by libEnsemble
https://optimas.readthedocs.io
Other
22 stars 13 forks source link

Enable Sobol scrambling in multitask generator #59

Closed AngelFP closed 1 year ago

AngelFP commented 2 years ago

This PR sets scramble=True in the get_sobol method of the multitask generator. This is actually the default behavior, but we had it set to False due to copying the code from the multitask example in the Ax documentation. With scramble=True, we now make sure that we get different configurations in the initialization every time we run an optimization. Otherwise, we always get the same ones. This behavior now matches that of the single-fidelity generator.