Commit Graph
1783 Commits
Author SHA1 Message Date
moririn2528 29fa96d3eb fix by review 2023-09-15 14:56:42 +09:00
moririn2528 eb6234eabc erase isolated node from graph 2023-09-14 17:39:06 +09:00
moririn2528 4d15b79e9b fixed by merge 2023-09-14 15:20:46 +09:00
moririn2528 f0449acc20 Merge branch 'feedback-update' into history-undo 2023-09-14 15:10:02 +09:00
moririn2528 1c3cb84d87 fix by lint 2023-09-14 14:40:52 +09:00
moririn2528 3fdf22704c fix feedback screen 2023-09-14 14:33:25 +09:00
moririn2528 95e5ebdd68 Merge branch 'main' into feedback-update 2023-09-14 13:39:02 +09:00
moririn2528 2422555475 modify fail trial 2023-09-14 11:53:07 +09:00
c-bata 5474f5dc66 Merge pull request #616 from moririn2528/history-api
Add JSON API endpoints to remove and restore histories
2023-09-12 19:01:48 +09:00
moririn2528 53794eac73 fix by review 2023-09-12 18:05:51 +09:00
moririn2528 ba82fadad9 fix by review 2023-09-12 17:43:23 +09:00
moririn2528 adbbea3953 wip: change hiding system on feedback screen in order to undo history 2023-09-12 16:23:06 +09:00
moririn2528 63ac4996e5 remove and restore history api 2023-09-12 16:13:51 +09:00
moririn2528 d88525a1bc fix by lint 2023-09-12 14:49:04 +09:00
moririn2528 bc4a76ea1f fix ui by review 2023-09-12 14:48:48 +09:00
moririn2528 ed054fb9ae fix feedback screen 2023-09-12 14:31:52 +09:00
moririn2528 cb4cd84aa5 Merge branch 'main' into history-undo 2023-09-12 11:54:43 +09:00
moririn2528 f9aa926a97 fix by review 2023-09-12 11:41:18 +09:00
c-bata 984d93d990 Merge pull request #601 from moririn2528/preferential-graph
Add Preference Graph
2023-09-11 17:14:58 +09:00
moririn2528 b0ed82af7e fix by review 2023-09-11 16:31:39 +09:00
moririn2528 a4d483fd0c fix by review 2023-09-11 16:03:48 +09:00
moririn2528 69456a613b Merge branch 'main' into preferential-graph 2023-09-11 14:45:35 +09:00
c-bata 238dffa80f Merge pull request #614 from c-bata/funding-yml
Add `FUNDING.yml`
2023-09-11 13:47:22 +09:00
c-bata 0f2c49602e Add FUNDING.yml 2023-09-11 13:46:26 +09:00
c-bata a85bc62485 Merge pull request #612 from keisuke-umezawa/fix/update-hitl-example-for-artifacts
Update hitl tutorial for optuna.artifacts
2023-09-11 11:42:22 +09:00
c-bata 9200b9652a Merge pull request #607 from c-bata/tutorial-preferential-optimization
Add tutorial for preferential optimization
2023-09-11 11:41:26 +09:00
moririn2528 b1c05cf11f fix by review 2023-09-11 10:57:46 +09:00
keisuke-umezawa 633b6aaec8 Fix wording 2023-09-10 16:10:18 +09:00
keisuke-umezawa 260b760949 Update hitl tutorial for artifacts 2023-09-10 15:50:37 +09:00
c-bata 055a9cb827 Update docs/tutorials/hitl.rst 2023-09-09 01:08:05 +09:00
c-bata 2d7e2f6bc5 Update preferential optimization tutorial 2023-09-08 22:43:59 +09:00
c-bata 59c6060be3 Add tutorial for preferential optimization 2023-09-08 22:25:20 +09:00
c-bata 941f926abd Merge pull request #610 from c-bata/fix-hitl-tutorial
Minor fixes on human-in-the-loop tutorial
2023-09-08 18:23:01 +09:00
c-bata d1347711cf Minor fixes on human-in-the-loop tutorial 2023-09-08 17:50:46 +09:00
moririn2528 23db3e7c4e fix by lint 2023-09-08 17:09:43 +09:00
moririn2528 7685cd5d00 fix by lint 2023-09-08 17:03:45 +09:00
moririn2528 2f1cb91886 add undo button on feedback screen 2023-09-08 16:57:11 +09:00
Naoto Mizuno e3eefa5ebf Merge pull request #591 from optuna/preferential-gp3
[preferential] Implement EP for hyperparameter fitting
2023-09-08 16:11:00 +09:00
moririn2528 a29f25bfd8 fix tests 2023-09-08 15:23:05 +09:00
c-bata 14ad5d4236 Merge pull request #606 from c-bata/split-trial-artifact
Split Artifact-related React components.
2023-09-08 15:01:44 +09:00
c-bata e1d81da70d Fix width of ArtifactCard actions 2023-09-08 14:57:08 +09:00
Contramundum edd03589b1 Merge branch 'preferential-gp3' of github.com:optuna/optuna-dashboard into preferential-gp3 2023-09-08 14:11:30 +09:00
Contramundum 91edb0fc7c Remove prints 2023-09-08 14:11:21 +09:00
contramundum53andNaoto Mizuno 348d92e012 Update optuna_dashboard/preferential/samplers/gp.py
Co-authored-by: Naoto Mizuno <naotomizuno@preferred.jp>
2023-09-08 14:10:47 +09:00
contramundum53andNaoto Mizuno 6039dd1f50 Update optuna_dashboard/preferential/samplers/gp.py
Co-authored-by: Naoto Mizuno <naotomizuno@preferred.jp>
2023-09-08 14:10:32 +09:00
contramundum53andNaoto Mizuno ffd2e27002 Update optuna_dashboard/preferential/samplers/gp.py
Co-authored-by: Naoto Mizuno <naotomizuno@preferred.jp>
2023-09-08 14:10:24 +09:00
Contramundum cbb709d0df Fix linter 2023-09-08 13:57:35 +09:00
contramundum53 e8ac8e118c Merge branch 'main' into preferential-gp3 2023-09-08 12:31:34 +09:00
moririn2528 eb4cde2936 merge 2023-09-08 11:55:13 +09:00
c-bata 3d56318882 Split TrialArtifactCardMedia component 2023-09-07 20:00:29 +09:00