-
-
Notifications
You must be signed in to change notification settings - Fork 91
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 Trial Selection page #996
base: main
Are you sure you want to change the base?
Conversation
Currently, the graph is implemented in a file copied from an existing file with the name “TC” (trial compare) added, but it is hoped that this can eventually be reflected in the existing file from the standpoint of code management. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #996 +/- ##
==========================================
- Coverage 70.00% 69.79% -0.22%
==========================================
Files 35 35
Lines 2387 2400 +13
==========================================
+ Hits 1671 1675 +4
- Misses 716 725 +9 ☔ View full report in Codecov by Sentry. |
Thank you for your pull request! Regarding the CI failure in the typescript-checks, I fixed the error in #999. |
@c-bata |
Contributor License Agreement
This repository (
optuna-dashboard
) and Goptuna share common code.This pull request may therefore be ported to Goptuna.
Make sure that you understand the consequences concerning licenses and check the box below if you accept the term before creating this pull request.
Reference Issues/PRs
What does this implement/fix? Explain your changes.
The current Optuna Dashboard has a full range of analysis functions for optimization, but I feel that the functions related to solution selection are still insufficient, and I would like to strengthen them.
Especially in the case of multi-objective optimization, the Pareto front alone has a very large number of individuals, and it is difficult to choose which one to select.
Therefore, I would like to provide a function to assist in the selection process.