Open lyhue1991 opened 2 years ago
Thank you for opening an issue. I deliberately removed the "Best Value" column due to the performance reasons.
Therefore, you need to sort trials by objective value in TrialTable in order to check the best value. It is a bit cumbersome, so I will try to think of a way to see "Best Value" easily as before. Sorry for the inconvenience.
Description
When update to v0.7.0, the BestValue in the homepage is missed. But this information is very important for user to fast see the experiment's status. I think this may be a bug when
The homepage of v0.7.1
The homepage of v0.6.4
How to Reproduce
create an study like below using optuna and open optuna-dashboard to visualize.
Python version
3.7
Optuna version
Output of
$ python -c 'import optuna; print(optuna.__version__)'
optuna-dashboard version or git revision
0.7.1
Web browser
chrome