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

Reduce sigdigits in parameter range display #948 #958

Merged
merged 4 commits into from
Feb 3, 2024

Commits on Jan 30, 2024

  1. Reduce sigdigits in parameter range display JuliaAI#948

    This commit addresses issue JuliaAI#948 by updating the display of parameter ranges to include reduced significant digits.
    adarshpalaskar1 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e924a77 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Reduce sigdigits in parameter range display JuliaAI#948

    This commit addresses issue JuliaAI#948 by updating the display of parameter ranges to include reduced significant digits.
    adarshpalaskar1 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8630c19 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Update src/hyperparam/one_dimensional_ranges.jl

    refactored type check
    
    Co-authored-by: Anthony Blaom, PhD <anthony.blaom@gmail.com>
    adarshpalaskar1 and ablaom authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    387e7f3 View commit details
    Browse the repository at this point in the history
  2. Add Float64 range test

    Added test for one-dimensional range with Float64 values, rounded off to 4 significant digits.
    adarshpalaskar1 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    02af6e0 View commit details
    Browse the repository at this point in the history