optimas-org / optimas

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

Fix bug when loading AxClient from json and require `Ax >= 0.3.5` #200

Closed AngelFP closed 4 months ago

AngelFP commented 4 months ago

Fixes a bug where an AxClient could not be loaded from a json file because the SOBOL step had num_trials = 0. The fix is trivial (single line) if we require Ax >= 0.3.5.