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

#2417 shows that parameter constraints in string form are not properly parsed if there are spaces between the weights and the names of the parameters. Since we don't allow spaces...

Differential Revision: D57098418

CLA Signed
fb-exported

Summary: This adds support for untransforming observation features in Relativize that do not have a trial index. This can occur when the Modelbridge does not use TrialAsTask and there are...

CLA Signed
fb-exported

Summary: see title Reviewed By: bernardbeckerman Differential Revision: D57119551

CLA Signed
fb-exported

is it possible to get multiple trials at once and then evaluate them together.

Summary: This adds support for handling pending observations that were generated by a Modelbridge that did not use the TimeAsFeature transform and therefore does not have start_time and end_time set...

CLA Signed
fb-exported

Summary: This implements a transform for adding `start_time` and `duration` as features for modeling. Currently, this adds them as `RangeParameter`s (to unblock time-sensitive applications), but in the future it would...

CLA Signed
fb-exported

Summary: This file only offers an alternative import path for what is defined elsewhere. Also deleted get_default_frontier_evaluator, which just returned pareto_frontier_evaluator. Differential Revision: D56960205

CLA Signed
fb-exported

### Discussed in https://github.com/facebook/Ax/discussions/2405 Originally posted by **Wang-Zujian** April 28, 2024 When I set up my optimization with the service API, the CPU is always working, and my GPU is...

Hello, thank you all for creating and maintaining this wonderful Ax library for BO. I have a question regarding pre-fitting a GP model and pass it to Ax Client for...

question