c-bata
f98ddc9784
Add vscode extension
2023-05-22 14:52:49 +09:00
c-bata
9394ef175a
Add standalone app
2023-05-17 01:22:33 +09:00
c-bata
ab00a300bd
Add rustlib package
2023-05-17 01:00:20 +09:00
c-bata
935ef79ffc
Merge pull request #461 from c-bata/refactor-project-structure
...
Refactor project structure
2023-05-16 16:07:28 +09:00
c-bata
acc146365c
Remove tox
2023-05-16 16:03:21 +09:00
c-bata
639e453f7b
Refactor project structure
2023-05-16 16:01:54 +09:00
c-bata
be6eb0177e
Merge pull request #454 from c-bata/bump-to-v0.10.0b1
...
Bump the version up to v0.10.0b1
2023-05-15 09:24:06 +09:00
c-bata
620c72c7db
Merge pull request #458 from c-bata/add-trial-fail-button
...
Add button to fail a trial
2023-05-15 09:23:45 +09:00
c-bata
719a1bbb40
Remove fail trial button from TrialFormWidgets
2023-05-15 09:16:04 +09:00
c-bata
66349f0084
Add button to fail a trial
2023-05-15 09:06:04 +09:00
c-bata
501b02ca09
Merge pull request #457 from c-bata/upgrade-react-router
...
Update dependencies react-router v6
2023-05-15 08:55:25 +09:00
c-bata
3152259297
Update dependencies react-router v6
2023-05-14 15:29:55 +00:00
c-bata
5296c3a633
Bump the version up to v0.10.0b1
2023-05-10 13:06:20 +09:00
Masashi Shibata
2704782adb
Merge pull request #453 from c-bata/replace-with-experimental-ui
...
Replace Stable UI with Experimental UI.
2023-05-10 12:54:58 +09:00
c-bata
3b86ec38af
Fix visual regression tests
2023-05-10 12:50:03 +09:00
c-bata
cb09ffc134
Fix visual regression tests
2023-05-10 12:43:05 +09:00
c-bata
bb236bdff7
Improve the message on CompareStudies
2023-05-10 12:32:17 +09:00
c-bata
e540bb3d9d
Remove plot components for stable UI
2023-05-10 12:11:25 +09:00
c-bata
a0c3240701
Rename components
2023-05-10 12:07:23 +09:00
c-bata
ddd6492c8d
Remove stable ui components
2023-05-10 11:57:42 +09:00
Masashi Shibata
bf1124f28f
Merge pull request #451 from c-bata/optional-text-widget
...
Allow `TextInputWidget` to accept strings for user attribute forms.
2023-05-10 10:02:14 +09:00
keisuke umezawa and Hiroyuki Vincent Yamazaki
3ab18cf87f
Screen to compare the multiple studies ( #380 )
...
* Add compare studies
* Able to select multiple studies
Save
Save
* Able to plot multiple studies
* Remove warning
* Add toolbar
Save
* Fix setStudyDetailState
* Devide the file
* Add best lines
* Add x-axis, y-axis and pruned button
* Use compare icon
* Rename StudiesDetail to CompareStudies
* Stop useless server access
* Add edf plot
* Use filterTrials
* Fix legend
* Add object id to history plot
* Remove errors
* Add study information to list
* Disable studies
* Only enable onClick for the same n_obj
* Add link to home
* Unify GraphEdf
* Unify GraphHistory
* Change that one of studies is always selected and show an error message when a study can not be added
* Rebase against main
* Update optuna_dashboard/ts/components/CompareStudies.tsx
Co-authored-by: Hiroyuki Vincent Yamazaki <hiroyuki.vincent.yamazaki@gmail.com >
* Show the first study if query is not specified
* Revert TrialList change
* Change query paraater from numbers to ids
* Align the implementation with TrialList
* Unified implementation of useFilteredTrials and useFilteredTrialsFromStudies
* Use useMemo to get rid of unnecessary API requests
* Only enable onClick for the same directions
* Follow review comments
* Follow review comments
* Follow review comments
* Follow review comments
* Fix integration test
* Separate the implementation of edf and history for multi studies
* Revert GraphEdf and GraphEdfBeta
* Revert GraphHistory
* Follow review comments
* Follow review comments
---------
Co-authored-by: Hiroyuki Vincent Yamazaki <hiroyuki.vincent.yamazaki@gmail.com >
2023-05-10 10:00:40 +09:00
c-bata
16a6265d64
Fix a broken test
2023-05-10 09:51:27 +09:00
Masashi Shibata
f34bd66143
Merge pull request #450 from c-bata/bump-to-v0.9.2
...
Bump the version up to v0.9.2
2023-05-10 09:47:15 +09:00
c-bata
31339db367
Fix lint errors
2023-05-10 09:38:39 +09:00
c-bata
25298513b1
Update docstring of SliderWidget
2023-05-10 09:37:48 +09:00
c-bata
e38ff219ca
Merge branch 'main' into optional-text-widget
2023-05-10 09:35:47 +09:00
c-bata
4f2a5d1582
Refactor TrialFormWidgets
2023-05-10 09:31:18 +09:00
c-bata
9493775d8c
Rename to TrialFormWidgets.tsx
2023-05-10 02:35:00 +09:00
c-bata
baa618ee20
Refactor ObjectiveForm component
2023-05-10 02:10:11 +09:00
c-bata
71d667c57b
Add trialsUpdating flags
2023-05-10 02:02:25 +09:00
c-bata
63ac794d38
Fix bugs and add refactor changes
2023-05-10 01:35:07 +09:00
c-bata
c9223d753c
Split TextInputWidget
2023-05-09 22:15:19 +09:00
c-bata
e39e59306b
Add an optional option for TextInputWidget
2023-05-09 20:31:24 +09:00
Kenshin Abe
d15bcc3258
Merge pull request #441 from knshnb/docstring-form-widget
...
Add docstring for FormWidgets
2023-05-09 17:22:02 +09:00
c-bata
5781df7204
Bump the version up to v0.9.2
2023-05-08 20:07:26 +09:00
Masashi Shibata
b3b19c77a3
Merge pull request #449 from keisuke-umezawa/feature/add-badges
...
Add doc badge
2023-05-08 09:04:34 +09:00
keisuke-umezawa
aad4654e19
Add doc badge
2023-05-05 16:16:04 +09:00
Masashi Shibata
cdee5c28a5
Merge pull request #428 from c-bata/support-optuna-metric-names
...
Support `metric_names` introduced in Optuna
2023-04-27 17:13:54 +09:00
Masashi Shibata
86d3d54284
Merge pull request #444 from keisuke-umezawa/feature/hitl-tutorial
...
Tutorial for humain-in-the-loop optimization (HITL optimization)
2023-04-27 17:13:25 +09:00
Kenshin Abe
93f02512f4
Do not show __init__ method in document
2023-04-27 16:15:34 +09:00
Kenshin Abe
df31abe7aa
Fix flake8
2023-04-26 17:26:18 +09:00
Kenshin Abe
8789b7856a
Merge remote-tracking branch 'upstream/main' into docstring-form-widget
2023-04-26 16:10:24 +09:00
Kenshin Abe
873c4033eb
Add docstring for register_*_form_widgets
2023-04-26 15:43:41 +09:00
Kenshin Abe
6edc285f56
Add import for examples
2023-04-26 15:17:03 +09:00
Kenshin Abe
767aaa9248
Add docstring for SliderWidget, TextInputWidget, and ObjectiveUserAttrRef
2023-04-26 15:12:02 +09:00
Kenshin Abe
468ca016af
Use napoleon extension in conf.py
2023-04-26 14:39:08 +09:00
Masashi Shibata
269dff7479
Merge pull request #443 from c-bata/add-getting-started
...
Add a new section "Getting Started" in docs
2023-04-19 15:55:08 +09:00
c-bata
b38328fced
Update README
2023-04-19 15:53:54 +09:00
c-bata
96b7bc37da
Add Getting Started section on docs
2023-04-19 15:50:48 +09:00