Commit Graph
298 Commits
Author SHA1 Message Date
c-bata 2b83d07f22 Fix a regression bug of attr serialization 2021-04-20 13:21:42 +09:00
Masashi Shibata be8a8f114d Merge pull request #86 from optuna/conda-installation
Update installation for conda users
2021-04-14 11:20:36 +09:00
c-bata bcfadb3b11 Update installation for conda users 2021-04-14 11:18:58 +09:00
c-bata a6af1358ba Bump the version up to v0.4.0 2021-04-12 18:25:15 +09:00
Masashi Shibata 070fb5c9d6 Merge pull request #85 from optuna/detect-crash
Run Visual Regression Test on GitHub Actions.
2021-04-11 18:50:46 +09:00
c-bata a07377be0f Fix integration tests 2021-04-11 18:46:57 +09:00
c-bata c378a1a60a Fix integration tests 2021-04-11 18:43:51 +09:00
c-bata 24d24cf84e Run integration tests on GitHub Actions 2021-04-11 18:39:53 +09:00
c-bata 21914fbdbd Detect crash on visual_regression_test 2021-04-11 18:12:44 +09:00
Masashi Shibata c294b64a0a Merge pull request #84 from optuna/redis-storage
Support RedisStorage
2021-04-11 16:13:51 +09:00
c-bata c15b8b4823 Support RedisStorage 2021-04-11 16:10:12 +09:00
Masashi Shibata 2e6ba50331 Update gif animations 2021-04-10 18:48:43 +09:00
Masashi Shibata 77dcf65d77 Merge pull request #83 from optuna/add-options-visual-regression-test
Add options for visual regression tests
2021-04-10 05:52:35 +09:00
c-bata 9a255b223c Fix a mypy error 2021-04-10 05:39:23 +09:00
c-bata 99bc59fbbd Add options for visual regression tests 2021-04-10 05:36:27 +09:00
Masashi Shibata d215f2e4a9 Merge pull request #82 from optuna/requirements-txt
Add description for visual regression tests
2021-04-10 05:25:35 +09:00
c-bata e05ea5426a Fix action 2021-04-10 05:02:27 +09:00
c-bata e392644087 Add description for visual regression test 2021-04-10 03:26:12 +09:00
c-bata 3b3017345c Add requirements.txt instead of setup.cfg 2021-04-10 03:22:17 +09:00
Masashi Shibata b759bba048 Merge pull request #81 from optuna/fix-sort-with-filter
Fix less comparator of DataGrid
2021-04-10 03:18:25 +09:00
c-bata 29d5cb136d Fix less comparator of DataGrid 2021-04-10 03:14:06 +09:00
Masashi Shibata 51daba1e1b Merge pull request #80 from optuna/fast-intersection-search-space
Fast intersection search space
2021-04-10 02:59:11 +09:00
c-bata be1bdfebbb Run prettier 2021-04-10 02:54:11 +09:00
c-bata 69f84fe34b Fast intersection search space on GraphParallelCoordinate 2021-04-10 02:51:40 +09:00
c-bata 69e74dc928 Fast union search space on GraphSlice 2021-04-10 02:51:20 +09:00
c-bata b9505588a5 Update API client to load search spaces 2021-04-10 02:51:08 +09:00
c-bata 74f3e69d44 Update API client to load search spaces 2021-04-10 02:19:44 +09:00
Masashi Shibata cdd1bad141 Merge pull request #79 from optuna/revert-graph-contour
Revert graph contour because it will be crashed on dynamic search space.
2021-04-10 02:18:57 +09:00
c-bata 651a6d43fd Revert GraphContour 2021-04-10 02:09:52 +09:00
c-bata 89c90b152e Run visual regression test for dynamic search space 2021-04-10 02:06:20 +09:00
Masashi Shibata 7436a237c1 Merge pull request #78 from optuna/fix-hpi-when-given-no-trials
Fix a bug of HyperparameterImportance when given no trials
2021-04-09 18:27:17 +09:00
c-bata ab5354328f Fix a bug of HyperparameterImportance when given no trials 2021-04-09 18:21:09 +09:00
Masashi Shibata 55eec2d4d7 Merge pull request #77 from optuna/isort
Introduce isort: sorting import statements alphabetically.
2021-04-09 18:08:28 +09:00
c-bata d8ffe6861d Format Python files with isort 2021-04-09 18:05:52 +09:00
c-bata 691e54ab18 Introduce isort 2021-04-09 18:05:44 +09:00
Masashi Shibata bb4d2765e9 Merge pull request #76 from optuna/update-visual-regression-test
Add studies in visual regression test
2021-04-09 18:00:25 +09:00
c-bata 77bcd8d7c3 Fix lint errors 2021-04-09 17:58:07 +09:00
c-bata 336525e4a1 Add studies in visual regression test 2021-04-09 17:56:05 +09:00
Masashi Shibata 085a39b102 Merge pull request #75 from optuna/improve-slice-contour-plot
Add visual improvements of GraphSlice, GraphContour and GraphParetoFront.
2021-04-09 17:48:38 +09:00
c-bata ea9198a2b6 Run prettier 2021-04-09 17:44:58 +09:00
c-bata 45ba4fcdde Refactor GraphParetoFront 2021-04-09 17:42:17 +09:00
c-bata 7e1685946a Add visual improvements of pareto front 2021-04-09 16:31:14 +09:00
c-bata 5fe359fe8c Add title on GraphHistory 2021-04-09 16:04:54 +09:00
c-bata 761ba3bf2e Add visual improvements of contour plot 2021-04-09 15:59:50 +09:00
c-bata 272828fed4 Add visual improvements of slice plot 2021-04-09 15:59:35 +09:00
Masashi Shibata 495866c9e8 Merge pull request #74 from optuna/fix-slice-plot
Avoid to set value=null on GraphSlice
2021-04-09 15:38:48 +09:00
Masashi Shibata 448be3e185 Merge pull request #73 from optuna/feature/port-contour-plot
Followup #56 to support contour_plot to show parameter relationship
2021-04-09 15:35:05 +09:00
c-bata d0642b4990 Avoid to set value=null on GraphSlice 2021-04-09 15:34:57 +09:00
c-bata 4209eb13bc Speed-up GraphControur plot 2021-04-09 15:28:51 +09:00
c-bata 9dc1a31b46 Avoid to crash GraphContour when given pruned trials with no intermediate values 2021-04-09 15:05:52 +09:00