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

Commits on Jun 20, 2024

  1. Add log attribute to integer and float hyperparameter

    Will be used as default arg for trial.suggest_integer() and
    trial.suggest_float().
    nhuet committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8896e7e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Add step parameter to float hyperparameters

    - 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 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b2f5e4b View commit details
    Browse the repository at this point in the history