-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wishlist: Tracking Issue #566
Labels
wishlist
Long-term wishlist feature requests
Comments
This was referenced Apr 23, 2021
Closed
@lena-kashtelyan I already built a conda recipe see PR whenever we fix the windows compatibility I'll let you know. |
@lena-kashtelyan it is now available on conda-forge https://anaconda.org/conda-forge/ax-platform |
Wow, thank you so much, @rpanai! |
Closed
Cesar-Cardoso
added a commit
to Cesar-Cardoso/Ax
that referenced
this issue
Apr 17, 2024
Summary: Addresses facebook#746 (also in the wishlist facebook#566). As the title implies, this PR adds the possibility of specifying some `FixedFeatures` as `fixed_features` in `AxClient.get_next_trial` and `AxClient.get_next_trials` which is currently only possible with the developer API. Differential Revision: D56068035
This was referenced Jul 10, 2024
For "Exact equality parameter constraints" is the blocking factor an API design choice or a bandwidth choice? If it's bandwidth I am happy to take it on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature requests marked as 'wishlist' will be gathered here going forward, in order to:
Please still feel free to open new issues for feature requests (or comment them here if they are short/clear), and we will take care of adding them to this post.
Status: will likely be addressed in the short-term
[DONE] Obtaining best parameters (parameters on the Pareto frontier) for multi-objective optimization in Service API (ImplementAxClient.get_best_parameters
, returning the parameter configurations on the Pareto frontier #656)requirement.txt
for conda-forge compatibility #614)[DONE] Hierarchical search spaces (Hierarchical search spaces #140)AxClient.get_next_trial
(to conduct contextual BO using Service API) #746)Status: will likely be addressed in the long-term
optimize
: needs more documentation, maybe does not return the correct best parameters? #605)import ax
: Add commonly used plots to__init__.py
, so they can be available with justimport ax
#774Experiment._properties
andTrial._properties
(Wishlist: Tracking Issue #566 (comment))Data
for trials without Dataframes (associating potentially larger data, e.g. image data, with trials, and passing that data to the model directly; Question: Best way to include non-scalar types in experiment results? #880)DeterministicModel
and documentation for it (Request for documentation: example withDeterministicModel
#1192, Optimization of analytic functions #935)Status: uncertain
best_parameters
as optimal ranges instead of single values #320)PAUSED
trial status (Request for a feature. Please introduce the TrialStatus.PAUSED #862)numpy
values as well as Ax primitives (Parameter type checking #996)Suggestions for setup changes:
The text was updated successfully, but these errors were encountered: