CHANGES
Multi-objective optimization support
optuna-dashboard now supports multi-objective optimization studies and drops the support of `optuna<=2.3.0` (11).
| Create multi-objective study | Check results of multi-objective optimization |
| --- | --- |
| <img width="1093" alt="Screenshot 2021-01-12 23 17 11" src="https://user-images.githubusercontent.com/5564044/104325773-57822100-552c-11eb-9dd6-039c0a4bb011.png"> | <img width="1093" alt="Screenshot 2021-01-12 23 18 11" src="https://user-images.githubusercontent.com/5564044/104325907-784a7680-552c-11eb-972d-b2f26bc0062c.png"> |
Minor bug fixes
* Fix a bug of redirects for trailing slashes (5).