optimas-org / optimas

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

Fix issues with new Ax release #147

Closed AngelFP closed 10 months ago

AngelFP commented 10 months ago

Ax 0.3.5 (released yesterday) has some changes to the API that broke some of the generators. This PR fixes these issues while keeping compatibility with older versions.

Also, I realized that the tests were using the wrong Python version in the conda environments. This has also been fixed.