optuna / kurobako

A black-box optimization benchmark tool
MIT License
84 stars 11 forks source link

Change the default `--ymin` value of the `$ kurobako plot curve` command. #17

Closed sile closed 4 years ago

sile commented 4 years ago

Currently, if --ymin isn't specified, the theoretical lower bound of the objective value is used as the default value. However, the theoretical value sometimes isn't realistic and, if so, the resulting plot can be very skewed. To remedy this issue, this PR changes the default behavior to adopt the default handling of Gnuplot.

Before

hpo-bench-protein-81bde99ec2ab16438bf4c7145468df6993c53913a034bd3ee4ee65fdbf1a3bcf

After

hpo-bench-protein-81bde99ec2ab16438bf4c7145468df6993c53913a034bd3ee4ee65fdbf1a3bcf

github-actions[bot] commented 4 years ago

Pull Request Test Coverage Report for Build 91732192


Totals Coverage Status
Change from base Build 91720426: 0%
Covered Lines:
Relevant Lines: 0

💛 - Coveralls