Commit Graph
1997 Commits
Author SHA1 Message Date
Victoria A caa2d0cbbd Move line so any exceptions are caught 2023-11-29 22:07:38 +00:00
Victoria A 6873b3b9ba Remove added files 2023-11-28 14:02:44 +00:00
Victoria A d52939bd8a Transfer to copy, and remove delete API fns 2023-11-28 13:57:15 +00:00
Victoria A 11e38ea439 Typing info 2023-11-18 11:30:55 +00:00
Victoria A 319448a7c1 Tests, formatting 2023-11-18 10:57:39 +00:00
Victoria A 4a9457e6b3 Merge branch 'main' of https://github.com/adjeiv/optuna-dashboard into save_sys_attrs 2023-11-12 11:16:13 +00:00
Victoria A 2965e69508 Retain trial notes 2023-11-12 10:49:51 +00: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
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
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
nabenabe0928 0c644462ce [feat] Support intermediate value plots for constrained optimization 2023-10-31 08:35:55 +01:00
HideakiImamura 8c02487afb Applt formatter 2023-10-31 16:32:07 +09:00
HideakiImamura 1c7645dfaf Fix for categorical variables 2023-10-31 14:45:40 +09:00
HideakiImamura 0a0603d0c6 Merge branch 'main' into feature/add-rank-plot 2023-10-31 12:39:58 +09:00
Victoria A 31360a4597 Lint 2023-10-27 08:21:49 +01:00
c-bata c7ce1bd71f Merge pull request #671 from c-bata/fix-issue-667
Fix broken links to the human-in-the-loop optimization tutorial
2023-10-26 15:53:17 +09:00
c-bata 29a5833cd0 Fix broken tutorial links 2023-10-26 15:40:19 +09:00
HideakiImamura 4719e7df98 Follow review comments 2023-10-25 18:13:04 +09:00
Victoria A a4ff5c61af Suppress no-unused-vars 2023-10-25 08:14:02 +01:00
hrntsm 67d08cfbc0 Update 3dm loader name 2023-10-23 18:41:53 +09:00