Masashi Shibata
|
2836d67e2a
|
Merge pull request #274 from keisuke-umezawa/feature/align-graph-slice
Align graph slice between optuna and optuna-dashboard
|
2022-10-20 18:49:35 +09:00 |
|
 keisuke umezawaandMasashi Shibata
|
d0b43ab02c
|
Update optuna_dashboard/ts/components/GraphSlice.tsx
Co-authored-by: Masashi Shibata <c-bata@users.noreply.github.com>
|
2022-10-20 18:35:16 +09:00 |
|
keisuke-umezawa
|
be4928256b
|
Fix lint
|
2022-10-15 17:27:47 +09:00 |
|
keisuke-umezawa
|
d453cfac06
|
Reverse colorscale
|
2022-10-13 11:49:18 +09:00 |
|
keisuke-umezawa
|
6839f0e716
|
Align graph slice
|
2022-10-12 23:32:39 +09:00 |
|
keisuke-umezawa
|
431e303f34
|
Fix lint
|
2022-10-12 23:28:27 +09:00 |
|
keisuke-umezawa
|
42dcfdb0ff
|
Add labels and legend
|
2022-10-12 23:24:18 +09:00 |
|
keisuke-umezawa
|
255b94b54e
|
Fix type definition
|
2022-10-11 23:14:48 +09:00 |
|
keisuke-umezawa
|
d5b0a47164
|
Follow linter
|
2022-10-11 23:09:12 +09:00 |
|
keisuke-umezawa
|
71cdcb52c1
|
Remove intermediate plots of best values
|
2022-10-11 23:09:12 +09:00 |
|
keisuke-umezawa
|
d18285abda
|
Align graph history
|
2022-10-11 23:09:12 +09:00 |
|
c-bata
|
58742933db
|
Warn users failed to import optuna-fast-fanova
|
2022-09-15 20:50:14 +09:00 |
|
Masashi Shibata
|
126f761ee7
|
Merge pull request #268 from c-bata/bump-to-v0.7.3
Bump the version up to v0.7.3
|
2022-09-15 20:00:31 +09:00 |
|
c-bata
|
4c3c26d599
|
Bump the version up to v0.7.3
|
2022-09-15 19:59:12 +09:00 |
|
c-bata
|
d373b65780
|
Catch ValueError while importing optuna-fast-fanova
|
2022-09-15 19:57:03 +09:00 |
|
c-bata
|
f8be5aee67
|
Bump the version up to v0.7.2
|
2022-08-04 16:45:42 +09:00 |
|
c-bata
|
cd38f30318
|
Avoid to sort trials when using Optuna v3.0.0 rc0
|
2022-08-04 16:39:38 +09:00 |
|
c-bata
|
57337f6574
|
Fix broken unittests
|
2022-08-04 16:18:31 +09:00 |
|
c-bata
|
cf887ba541
|
Fix broken tests
|
2022-08-04 16:12:40 +09:00 |
|
c-bata
|
200d8d3e5c
|
Use storage.get_all_studies() instead of study_summaries
|
2022-08-04 15:20:25 +09:00 |
|
c-bata
|
b37a6d14fb
|
Fix lint error
|
2022-07-20 12:58:32 +09:00 |
|
c-bata
|
07a5f168cc
|
Fix imports of typing.Literal
|
2022-07-20 12:55:44 +09:00 |
|
c-bata
|
e9bb57ed8d
|
Bump the version number up to v0.7.1
|
2022-06-08 17:11:23 +09:00 |
|
c-bata
|
48c30d5955
|
Add black settings
|
2022-06-08 16:00:21 +09:00 |
|
c-bata
|
552fa31cf6
|
Fix isort
|
2022-06-08 15:50:40 +09:00 |
|
c-bata
|
9cf5f7d772
|
Use optuna-fast-fanova if available
|
2022-06-08 15:47:23 +09:00 |
|
c-bata
|
63ad5caa70
|
Bump the version number up to v0.7.0
|
2022-06-06 13:54:18 +09:00 |
|
c-bata
|
6de2f22420
|
Sort trials only if using RDBStorage with PostgreSQL
|
2022-06-06 13:43:09 +09:00 |
|
pnkov
|
2340086804
|
Move sorting to server-side
|
2022-05-26 07:39:45 +03:00 |
|
pnkov
|
fc9dd7a160
|
Merge branch 'main' into fix-plots
|
2022-05-26 07:31:06 +03:00 |
|
c-bata
|
c9975b9486
|
Fix lint errors
|
2022-05-25 21:43:14 +09:00 |
|
c-bata
|
d1ced4eb95
|
Fix comparator function for TrialIntermediateValue table
|
2022-05-25 21:31:50 +09:00 |
|
c-bata
|
22d4207c16
|
Fix comparator function
|
2022-05-25 21:28:30 +09:00 |
|
c-bata
|
f46a1d724d
|
Update visual regression test
|
2022-05-25 21:16:38 +09:00 |
|
c-bata
|
68f7b75e1c
|
Fix -inf and nan handling
|
2022-05-25 20:31:00 +09:00 |
|
pnkov
|
11f1158717
|
Fix plots
|
2022-05-14 05:00:00 +03:00 |
|
c-bata
|
07d6f84993
|
Fix lint errors
|
2022-05-12 13:29:39 +09:00 |
|
c-bata
|
9fb33ee37c
|
Refactor cli.py
|
2022-05-12 13:26:04 +09:00 |
|
c-bata
|
4d282da673
|
Auto select server
|
2022-05-12 13:20:49 +09:00 |
|
Masashi Shibata
|
bae363583e
|
Merge pull request #225 from yoshinobc/plot-intermediate-values-of-running-trials
plot intermediate values of running trials
|
2022-05-11 10:59:20 +09:00 |
|
Masashi Shibata
|
abb8e51b08
|
Fix local variable names
|
2022-05-11 10:53:09 +09:00 |
|
yoshinobc
|
a1b80b4571
|
sorting in action.ts
|
2022-05-09 14:33:51 +09:00 |
|
Masashi Shibata
|
6e23d3b9cb
|
Merge pull request #229 from optuna/multithreaded-wsgi-servers
Make WSGI servers multithreaded
|
2022-05-06 19:26:36 +09:00 |
|
Masashi Shibata
|
5dda769dee
|
Merge pull request #228 from optuna/fix-nplus1-problem
Fix performance issues on the top page.
|
2022-05-06 19:13:34 +09:00 |
|
c-bata
|
4958c9d0ac
|
Fix lint errors
|
2022-05-06 19:13:23 +09:00 |
|
c-bata
|
a1fa969569
|
Make WSGI servers multithreaded
|
2022-05-06 19:07:43 +09:00 |
|
c-bata
|
9ddf2da518
|
Fix N+1 queries problem
|
2022-05-06 19:02:53 +09:00 |
|
Masashi Shibata
|
545ef2fd79
|
Merge pull request #226 from yoshinobc/fix-issues-198
Fix a bug when handling categorical parameter that contain number in the string
|
2022-05-01 18:21:30 +09:00 |
|
c-bata
|
83da948015
|
Fix bug
|
2022-05-01 14:23:38 +09:00 |
|
c-bata
|
8905f800cf
|
Fix lint errors
|
2022-05-01 13:35:12 +09:00 |
|