Ax icon indicating copy to clipboard operation
Ax copied to clipboard

Allow "sort_values" to be specified in make_experiment

Open mgrange1998 opened this issue 1 year ago • 3 comments

Summary: When making ChoiceParameters, we see

UserWarning: sort_values is not specified for ChoiceParameter "xxx". Defaulting to True for parameters of ParameterType FLOAT. To override this behavior (or avoid this warning), specify sort_values during ChoiceParameter construction.

However, when making Choice parameters using the parameter_from_json interface, there was currently no way to pass in the "sort_values" flag. This change adds that functionality

Differential Revision: D54315481

mgrange1998 avatar Feb 28 '24 18:02 mgrange1998

This pull request was exported from Phabricator. Differential Revision: D54315481

facebook-github-bot avatar Feb 28 '24 18:02 facebook-github-bot

This pull request was exported from Phabricator. Differential Revision: D54315481

facebook-github-bot avatar Feb 28 '24 19:02 facebook-github-bot

This pull request was exported from Phabricator. Differential Revision: D54315481

facebook-github-bot avatar Feb 28 '24 19:02 facebook-github-bot