optimas-org / optimas

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

Set noise of multi-task observations to NaN #48

Closed AngelFP closed 2 years ago

AngelFP commented 2 years ago

Change the noise value from 0 to NaN in the MT algorithm. In this way, Ax/BoTorch will infer the noise level automatically from the observations. This is generally a better default. In the future, we could expose this parameter to the user.

RemiLehe commented 2 years ago

Thanks for this PR. It seems that this caused the automated tests to fail. Could you check why?

AngelFP commented 2 years ago

Should be fixed by #49 It's the same error that was reported by the libE guys.