Skip to content
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

Add log and step attributes to integer and float hyperparameter #239

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

nhuet
Copy link
Contributor

@nhuet nhuet commented Jun 20, 2024

Will be used as default arg for trial.suggest_integer() and trial.suggest_float().

Note: step already existed for integer hyperparameter only.

Will be used as default arg for trial.suggest_integer() and
trial.suggest_float().
- if set to None, no discretization performed (default behaviour)
- if specified in suggest_with_optuna(), it overrides the step attribute
- if not specified, we use the attribute (which can be None or a float)
@nhuet nhuet changed the title Add log attribute to integer and float hyperparameter Add log and step attributes to integer and float hyperparameter Jun 24, 2024
@g-poveda g-poveda merged commit 066780d into airbus:master Jun 24, 2024
14 checks passed
@nhuet nhuet deleted the hp_default_suggest_kwargs branch July 11, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants