Commit Graph
1529 Commits
Author SHA1 Message Date
lucasmrdt d11d777029 Fix the bug while renaming a study with maximize direction 2023-08-24 16:07:03 +02:00
c-bata 5c5270b4bd Merge pull request #478 from keisuke-umezawa/feature/merge-graph-edf
Merge the implementation of GraphEdf and GraphEdfMultiStudies
2023-08-24 18:44:34 +09:00
c-bata afb1d381f2 Merge pull request #570 from c-bata/fix-user-attrs
Fix the bug while displaying `study_user_attrs`
2023-08-24 16:20:06 +09:00
c-bata 3b10ad1313 Fix the bug while displaying study_user_attrs 2023-08-24 15:18:30 +09:00
c-bata f1259305b5 Merge pull request #565 from moririn2528/preferential-ts
create base of Preferential UI
2023-08-21 15:43:45 +09:00
moririn2528andc-bata 30c36e172e Update optuna_dashboard/ts/apiClient.ts
Co-authored-by: c-bata <c-bata@users.noreply.github.com>
2023-08-21 15:35:14 +09:00
moririn2528 d34bc9a8af fix design a little 2023-08-21 15:19:36 +09:00
moririn2528 e38232a341 fix by review 2023-08-21 14:52:08 +09:00
c-bata 5ef931e523 Merge pull request #568 from keisuke-umezawa/fix/do-not-show-legend-history-plot
Only show legend with multiple studies in the history plot
2023-08-21 10:27:46 +09:00
keisuke-umezawa 7b322c8bb8 Only show legend with multiple studies in history plot 2023-08-19 16:06:20 +09:00
keisuke-umezawa 3ac858185c Fix type and console warnings 2023-08-19 15:34:51 +09:00
keisuke-umezawa 97eb633d78 Follow review comments 2023-08-19 15:07:30 +09:00
keisuke-umezawa 5fbbb16746 Rename GraphEdfMultiStudies into GraphEdf 2023-08-19 15:07:30 +09:00
keisuke-umezawa f6bc5ba77a Merge the implementation of GraphEdf and GraphEdfMultiStudies 2023-08-19 15:07:30 +09:00
c-bata d6df55bfec Merge pull request #567 from moririn2528/json_api_view
uniform internal error style
2023-08-17 19:01:56 +09:00
moririn2528 9c32be4588 uniform internal error style 2023-08-17 18:31:07 +09:00
moririn2528 6094c408d9 fix by review and little more 2023-08-17 18:23:03 +09:00
moririn2528 05d04bb50f Merge branch 'main' into preferential-ts 2023-08-17 17:33:36 +09:00
c-bata 0563221b2c Merge pull request #566 from moririn2528/eslintignore
add ignorefile for eslint
2023-08-17 17:31:29 +09:00
moririn2528 b284aa74bf add ignorefile for eslint 2023-08-17 17:27:52 +09:00
moririn2528 63271b97d2 fix by lint 2023-08-17 17:24:58 +09:00
c-bata 3fda2d08ff Merge pull request #563 from moririn2528/preferential-api
add is_preferential flag to StudySummary
2023-08-17 16:52:12 +09:00
moririn2528 95bc385dc7 format 2023-08-17 16:34:05 +09:00
moririn2528 ff5b1e3ed8 hide direction when using preferential optimization 2023-08-17 16:30:13 +09:00
moririn2528 049c27945a create ui for preferential optimization 2023-08-17 16:19:49 +09:00
moririn2528 f0c475fe03 fix by review 2023-08-17 15:45:34 +09:00
moririn2528 9f4e333bc3 add is_preferential flag to StudySummary in typescript 2023-08-17 15:31:23 +09:00
moririn2528 7f6154fb82 add is_preferential flag to study summary API 2023-08-17 15:23:57 +09:00
c-bata 8c2091c16f Merge pull request #561 from c-bata/remove-types-react-router-dom
Uninstall types/react-router-dom
2023-08-16 18:19:04 +09:00
c-bata b2c455ccfc Uninstall types/react-router-dom 2023-08-16 17:48:05 +09:00
c-bata 5f15f0dda5 Merge pull request #559 from moririn2528/preferential-best-trials
Update JSON APIs to report preferences and get preferential best trials.
2023-08-16 15:44:55 +09:00
moririn2528 bbf04b6afe add test for post_preference API 2023-08-16 15:33:34 +09:00
moririn2528 43fb896750 fix lint error 2023-08-16 15:23:41 +09:00
c-bata 5a35d229db Add JSON API tests for preferential best trials 2023-08-16 15:21:10 +09:00
moririn2528 a63ae6fbc8 Merge branch 'main' into preferential-best-trials 2023-08-16 15:10:25 +09:00
c-bata f60b878ccb Merge pull request #560 from c-bata/clear-cache-every-after-testcase
Clear in memory cache every after api calls in unit tests
2023-08-16 15:02:24 +09:00
c-bata 4f99c7a1a0 Fix isort error 2023-08-16 15:00:19 +09:00
c-bata 10e6ab3d40 Clear in memory cache every after api calls in unit tests 2023-08-16 14:57:41 +09:00
moririn2528 3f4e118b5d fix by review 2023-08-16 14:49:38 +09:00
moririn2528 852dd3d16b add API to report preference 2023-08-16 13:25:33 +09:00
c-bata e1504da8bd Merge pull request #558 from c-bata/is-prefernetial-api
Add `is_preferential` property to the study detail api response
2023-08-16 13:22:18 +09:00
moririn2528 4862faa8f0 fix test 2023-08-16 13:20:30 +09:00
moririn2528 a9d9621818 lint 2023-08-16 13:20:30 +09:00
i23_moririn2528 774a11665a formatting 2023-08-16 13:20:30 +09:00
i23_moririn2528 6defaa055b fix updating trial state 2023-08-16 13:20:30 +09:00
i23_moririn2528 e21159d40e fix preferential function 2023-08-16 13:20:30 +09:00
c-bata 63471a7868 Fix lint errors 2023-08-16 13:12:09 +09:00
c-bata 2597a50885 Add serializers tests for is_preferential attr 2023-08-16 13:08:52 +09:00
c-bata 853dc7bb15 Rewrite test_serializers in pytest-based style 2023-08-16 13:08:47 +09:00
i23_moririn2528 f73c6fc0df update api for preferential optimization 2023-08-16 13:07:49 +09:00