optimas-org / optimas

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

Add support for Ax `0.4.0` #206

Closed AngelFP closed 3 months ago

AngelFP commented 3 months ago

Now that Ax supports fixed_features in the Service API (see https://github.com/facebook/Ax/pull/2015, https://github.com/facebook/Ax/pull/2372), we no longer need a CustomAxClient class.

Also, Models.GPKG has been deprecated and had to be replaced with the newer Models.BOTORCH_MODULAR (https://github.com/facebook/Ax/issues/2427).

Using Ax 0.4.0 also means that we need to drop support for Python 3.9.