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

Hello, I have been utilizing the multi-objective optimization approach for my specific use case. Here is a brief overview of the code I have implemented: ```python model = Models.MOO( experiment=self.experiment,...

Summary: Spaces in names break parsing needed for contraints in AxClient. We discussed many options fo rmoving forward here but this simple solution is the least disruptive Differential Revision: D56576451

CLA Signed

Summary: Take `discrete_features` into account when computing signed Sobol sensitivity. Meta: This is needed for Mixerator which errors out of binary parameters aren't set to 0 or 1. Reviewed By:...

CLA Signed

Summary: As titled. This solves a relatively common problem (which may crop up again in some recently planning changes) in which the init args of some serializable Ax object is...

CLA Signed
fb-exported

1、when i use Ax‘s bayesian optimization to search the good parameters,i found a set good parameters like {"actionShortUnInterestW":13.260257,"actionFollowShortInterestW":7.287298,"actionShortInterestW":7.512222},and the metric behaved good like {"metric1": +2.33%, "metric2":+1.58%, "metric3":+1.88%},but when i set...

question

Hello Ax team, First off I would like to extend a big thank you for all your hard work and this amazing piece of software. I am coming from Emukit,...

Hi, I really like ax for optimizing hyperparameters. Based on it, I have written a tool for hyperparameter optimization, but I stumble upon a problem. We use Slurm and submitit...

question
fixready
in progress

Hello, I'm learning Ax and playing with the tutorial code of the Service API, but I noticed that render(ax_client.get_contour_plot()) does not display all trials over the response surface, but displays...

bug

Hi, I am trying to apply complex constrains to the `SearchSpace`. The `SearchSpace` comprises with 6 `RangeParameter `s as: `x00, x01, x02, x03, x04 and x05`. The constrains I need...

### Discussed in https://github.com/facebook/Ax/discussions/2341 Originally posted by **zhqrbitee** April 9, 2024 Hi, I'm hitting a weird situation that sometime AX seems to get stuck (e.g. pending for 2 days) and...

bug