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

Hyperoptimizing with Optuna #1338

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from
Draft

Hyperoptimizing with Optuna #1338

wants to merge 14 commits into from

Conversation

MatteoRobbiati
Copy link
Contributor

Moving from Hyperopt to Optuna, which is more maintained.

Checklist:

  • Reviewers confirm new code works as expected.
  • Tests are passing.
  • Coverage does not decrease.
  • Documentation is updated.

@MatteoRobbiati MatteoRobbiati linked an issue May 29, 2024 that may be closed by this pull request
Copy link

codecov bot commented May 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.81%. Comparing base (e7061b0) to head (36a76c9).

Current head 36a76c9 differs from pull request most recent head 38f93c8

Please upload reports for the commit 38f93c8 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1338      +/-   ##
==========================================
- Coverage   99.84%   99.81%   -0.03%     
==========================================
  Files          74       72       -2     
  Lines       10735    10490     -245     
==========================================
- Hits        10718    10471     -247     
- Misses         17       19       +2     
Flag Coverage Δ
unittests 99.81% <100.00%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andrea-pasquale
Copy link
Contributor

Thanks @MatteoRobbiati, given that #1269 was just merged probably we need to update this PR.
Eventually me or @Sam-XiaoyueLi could take care of merging main. Let me know.

@MatteoRobbiati MatteoRobbiati marked this pull request as draft July 9, 2024 18:01
@scarrazza scarrazza added this to the Qibo 0.2.11 milestone Jul 24, 2024
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.

Replace hyperopt
3 participants