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

Feature/add sqlite handler in optuna csproj #244

Merged
merged 9 commits into from
Feb 18, 2024

Commits on Feb 17, 2024

  1. Add create new study method

    hrntsm committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    17108ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db5ec0c View commit details
    Browse the repository at this point in the history
  3. Fix CreateNewStudy bug

    hrntsm committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    6fe272e View commit details
    Browse the repository at this point in the history
  4. Change BaseStorage to IStorage

    hrntsm committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    7948a82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81d2c36 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Add SQLite base implementation

    hrntsm committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    8fd785f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31f15cc View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    hrntsm committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    d0d52d4 View commit details
    Browse the repository at this point in the history
  4. Fix ci

    hrntsm committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    c841137 View commit details
    Browse the repository at this point in the history