Commit Graph
2007 Commits
Author SHA1 Message Date
c-bata cd2159ea46 Merge pull request #702 from toshihikoyanase/add-save-trial-user-attrs-tests
Add unit tests for `save_trial_user_attrs`
2023-11-17 18:08:45 +09:00
Toshihiko Yanase c1c6adc3a6 Remove unnecessary empty lines. 2023-11-17 18:03:23 +09:00
Toshihiko Yanase bcf8728325 Add tests for save_trial_user_attrs 2023-11-17 17:55:05 +09:00
c-bata ba92bd26a4 Merge pull request #701 from HideakiImamura/tests/add-unittests-for-tell-trial
Add unittests for `tell_trial`
2023-11-17 16:48:28 +09:00
HideakiImamura 6d0fef3ff2 Use subtest 2023-11-17 16:42:39 +09:00
HideakiImamura 0b087b17d0 Add unittests for tell_trial 2023-11-17 14:22:13 +09:00
c-bata 4741130f3a Merge pull request #698 from c-bata/split-datagrid-components
Split DataGrid component into two components
2023-11-16 16:45:04 +09:00
keisuke umezawa 811cab8307 Merge pull request #691 from HideakiImamura/tests/add-e2e-tests-for-preferential-opt
Add E2E tests for preferential optimization
2023-11-16 16:38:54 +09:00
c-bata 40698888ab Merge pull request #699 from Alnusjaponica/make-order-consistent
Make studyDetail page order consistent
2023-11-16 15:33:17 +09:00
Shinichi Hemmi 075590240f make-order-consistent 2023-11-16 14:59:41 +09:00
c-bata dcabe98d3d Add refactor changes on DataGrid 2023-11-16 10:08:18 +09:00
c-bata 7632683da3 Split DataGridHeaderColumn component 2023-11-15 18:50:25 +09:00
c-bata 4e6d7485c5 Merge pull request #697 from contramundum53/audio-artifact
Fix audio artifact component
2023-11-13 19:51:19 +09:00
Contramundum fba9cf1371 Fix audio artifact component 2023-11-13 16:58:14 +09:00
HideakiImamura e10a53c2c9 Skip the test in optuna==2.10.0 2023-11-13 11:59:20 +09:00
keisuke umezawa 7f5d3fda47 Merge pull request #669 from hrntsm/Add-3jsArtifactViewer-to-OBJLoader
Add 3js artifact viewer to obj loader
2023-11-12 16:41:51 +09:00
keisuke umezawa 285e5e0f12 Merge pull request #678 from not522/timeline-constraint
Support constrained optimization for timeline plot
2023-11-12 16:28:27 +09:00
keisuke umezawa 61dd34a025 Merge pull request #694 from optuna/dependabot/npm_and_yarn/axios-1.6.0
Bump axios from 1.2.1 to 1.6.0
2023-11-12 15:57:22 +09:00
dependabot[bot] 462f609f62 Bump axios from 1.2.1 to 1.6.0
Bumps [axios](https://github.com/axios/axios) from 1.2.1 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.2.1...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-11 09:01:48 +00:00
HideakiImamura fe376008af Refactor test 2023-11-10 15:09:51 +09:00
Naoto Mizuno 7aee29bf67 Merge pull request #684 from toshihikoyanase/replace-example-files-with-links
Replace example files with links.
2023-11-10 15:08:59 +09:00
Toshihiko Yanase da70fbe2fa Update URL. 2023-11-10 15:02:48 +09:00
HideakiImamura bbe7fb2b22 Add E2E tests for preferential optimization 2023-11-10 14:35:22 +09:00
Toshihiko Yanase 985b301f67 Add README to direct users to optuna-examples. 2023-11-10 13:54:59 +09:00
Toshihiko Yanase fa3fa62413 Replace example files with links. 2023-11-10 13:54:59 +09:00
keisuke umezawa 14c57ad568 Merge pull request #689 from eukaryo/rank-plot-plus-constraint
Support constrained optimization for rank plot
2023-11-09 23:41:57 +09:00
Hiroki Takizawa 9182fba762 fix lint 2023-11-09 17:13:46 +09:00
Hiroki Takizawa 00ce7ceb00 Update GraphRank.tsx 2023-11-09 15:53:05 +09:00
Hiroki Takizawa a53d7a266c Update GraphRank.tsx 2023-11-09 13:49:33 +09:00
Naoto Mizuno bdeb664e05 Merge pull request #688 from knshnb/graph-slice-infeasible
Support constraints in slice plot
2023-11-09 11:29:01 +09:00
Kenshin Abe 5076818e46 Support constraints in slice plot 2023-11-08 18:42:41 +09:00
Naoto Mizuno 3628c31c7e Change argument name to state 2023-11-08 15:39:25 +09:00
Naoto Mizuno cbbe56a289 Use strict equality operator 2023-11-08 15:37:58 +09:00
Naoto Mizuno ff6ce9ddc2 Remove excessive parenthesis 2023-11-08 15:37:21 +09:00
Naoto MizunoandHideaki Imamura e0bc525732 Update optuna_dashboard/ts/components/GraphTimeline.tsx
Co-authored-by: Hideaki Imamura <38826298+HideakiImamura@users.noreply.github.com>
2023-11-08 15:29:13 +09:00
Hideaki Imamura faab98c86c Merge pull request #686 from toshihikoyanase/pin-python-version-to-3-11-as-hotfix
Pin Python version to 3.11 as a hotfix
2023-11-08 15:13:03 +09:00
Naoto Mizuno 97afc1c55f Merge pull request #681 from knshnb/refactor-graph-slice
Unify duplicated logic in plotSlice
2023-11-08 13:28:54 +09:00
Toshihiko Yanase 2c50b5afea Pin Python version to 3.11 2023-11-08 11:45:14 +09:00
Kenshin Abe 102c910bf7 Unify duplicated logic in plotSlice 2023-11-07 01:31:00 +09:00
keisuke umezawa e0c89e2f34 Merge pull request #677 from toshihikoyanase/add-constrained-contour
Add constraints handling for contour plot
2023-11-06 19:33:13 +09:00
keisuke umezawa 4955107071 Merge pull request #656 from HideakiImamura/feature/add-rank-plot
Add rank plot
2023-11-05 16:20:26 +09:00
keisuke umezawa 7a6b1afa59 Merge pull request #676 from nabenabe0928/feat/add-intermediate-plot-for-constrained-opt
Support intermediate value plots for constrained optimization
2023-11-05 16:13:25 +09:00
Naoto Mizuno 6bec7e3a80 Support constrained optimization for timeline plot 2023-11-02 16:24:50 +09:00
nabenabe0928 2403246749 Remove dashed lines for now 2023-11-02 06:33:34 +01:00
nabenabe0928 634f959d90 Make it close to the original 2023-11-02 05:02:32 +01:00
nabenabe0928 79b50cc500 Address the mamu's comment 2023-11-02 04:56:25 +01:00
keisuke umezawa be3106cf27 Merge pull request #666 from adjeiv/trial_ordering
Ordering trial by value should always de-prioritise undefined values
2023-11-01 23:49:33 +09:00
Toshihiko Yanase 00606bc3f5 Add constraints handling for contour plot. 2023-11-01 18:27:54 +09:00
nabenabe0928 0e1feb3cf6 Fix an error in infeasible intermediate value plot 2023-10-31 11:08:28 +01:00
nabenabe0928 2632956092 [feat] Make the infeasible plots dashed 2023-10-31 08:53:44 +01:00