forked from optuna/optuna
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support constraints plot_rank (optuna#4899)
* refactor: Passing color as normalized rgb ndarray. * feat: Support optimization with constraints in plot_rank. * fix: Make color ditribution same between tick and points. * refactor: Passing color with 0~255 RGB not 0~1. * test: Test color converter by assert_array_equal. * docs: Add constraints to rank_plot example. * fix: Delete debug message in test. Co-authored-by: Shinichi Hemmi <[email protected]> --------- Co-authored-by: Shinichi Hemmi <[email protected]>
- Loading branch information
1 parent
a1b43b2
commit 52465d9
Showing
3 changed files
with
148 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.