Commit Graph
624 Commits
Author SHA1 Message Date
c-bata 1e1d2d38ac Fix the command in CONTRIBUTING.md 2022-07-28 10:16:02 +09:00
Masashi Shibata 48ac632a06 Merge pull request #254 from c-bata/fix-imports-literal
Fix import issue of `typing.Literal`
2022-07-20 13:03:57 +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
Masashi Shibata 27406f2f57 Merge pull request #249 from optuna/bump-to-v0.7.1
Bump the version number up to v0.7.1
2022-06-08 17:11:54 +09:00
c-bata e9bb57ed8d Bump the version number up to v0.7.1 2022-06-08 17:11:23 +09:00
Masashi Shibata b6c778509a Merge pull request #248 from optuna/use-fast-fanova
Use optuna-fast-fanova if available
2022-06-08 17:09:37 +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
Masashi Shibata 257a195b50 Merge pull request #247 from optuna/update-gh-action
Update GitHub action workflows
2022-06-08 15:40:48 +09:00
c-bata 60450623b1 Update GitHub action 2022-06-08 15:38:33 +09:00
Masashi Shibata cb1b47c1cb Merge pull request #245 from c-bata/bump-to-v0.7.0
Bump the version number up to v0.7.0
2022-06-06 16:11:20 +09:00
c-bata 63ad5caa70 Bump the version number up to v0.7.0 2022-06-06 13:54:18 +09:00
Masashi Shibata e482128481 Merge pull request #244 from c-bata/followup-235
Follow-up PR 235: Fix the order of trials and intermediate_values.
2022-06-06 13:49:07 +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
Masashi Shibata 8d6172b726 Merge pull request #237 from c-bata/fix-neg-inf
Fix bug when given -inf or nan values
2022-05-25 21:52:28 +09: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
Masashi Shibata 40858d2134 Merge pull request #236 from iwiwi/fix-readme-pwd
Fix PWD in README
2022-05-24 18:50:27 +09:00
Takuya Akiba 91b5bd3d56 Fix PWD to pwd 2022-05-24 18:45:18 +09:00
Takuya Akiba 06858facad Fix PWD to pwd 2022-05-24 15:52:37 +09:00
pnkov 11f1158717 Fix plots 2022-05-14 05:00:00 +03:00
Masashi Shibata 24037d7dcb Merge pull request #234 from c-bata/auto-select-server
Use gunicorn by default if installed
2022-05-12 13:34:01 +09: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
Masashi Shibata 7fca87800e Merge pull request #233 from optuna/fix-docker-image-tag
Fix a typo of Docker image tag
2022-05-10 10:43:30 +09:00
c-bata 30510980e7 Fix Docker image tag 2022-05-10 10:42:12 +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
Masashi Shibata 53171d9203 Merge pull request #227 from c-bata/profiling-sql-queries
Implement SQL Profiler to find slow queries
2022-05-01 14:31:49 +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
c-bata d94e3b232f Implement SQL Profiler 2022-05-01 13:27:11 +09:00
yoshinobc 9279088519 change from parseFloat to Number 2022-04-29 16:07:11 +09:00
yoshinobc 1b7005d113 changed filter function for trials and display name 2022-04-28 21:21:45 +09:00
Masashi Shibata 0fb5409ee3 Merge pull request #223 from optuna/filter-by-param-value
Filter trials by param value
2022-04-27 09:04:09 +09:00