Ax icon indicating copy to clipboard operation
Ax copied to clipboard

Adaptive Experimentation Platform

Results 229 Ax issues
Sort by recently updated
recently updated
newest added

Hi! I am trying to setup a Robust optimisation experiment with Ax. There is no tutorial on how to do it, so i pieced something together from unit tests. However,...

Hello, I am trying to plot plot_slice, contour using saved ax_client_snapshot.json. Could you help me to have plots from ax_client_snapshot.json? I used following code for the plots, however I am...

question

Hello everyone, I've been working with Ax for a few weeks and am finding the abstraction layers of the library a bit challenging. I'm currently applying Bayesian Optimization to a...

bug

Hi, I was wondering if you could help me figure out how to setup a Bayesian Optimization problem in Ax where I have multiple different objectives for the same parameter...

enhancement

Just a head's up that clicking on this link in the tutorial page leads to a 404.

bug

Hello, I use FullyBayesianMOO in Service API with 5 inputs and 4 objectives. After ~40 trials, the memory usage is already at 20 Go and computation time is also very...

See https://ax.dev/docs/api.html > ``` > /home/vscode/.local/lib/python3.10/site-packages/ax/service/ax_client.py:350: DeprecationWarning: objective_name and minimize are deprecated > ``` ![image](https://github.com/facebook/Ax/assets/45469701/a88ca098-5f35-4646-aa72-8a8465eae944)

fixready

BoTorch's `FixedNoiseGP` has been deprecated in favor of a more general `SingleTaskGP` but still appears in Ax, e.g. in the modular Botorch model tutorial: https://ax.dev/tutorials/modular_botax.html Let's remove it there and...

Summary: Adds function that creates a summary dataframe based on a SearchSpace. Differential Revision: D51907587

CLA Signed
fb-exported

Reviewed By: lena-kashtelyan Differential Revision: D51587979

CLA Signed
fb-exported