Commit Graph
605 Commits
Author SHA1 Message Date
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
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
c-bata 88c2a5fba0 Remove a comment 2022-04-27 09:00:08 +09:00
c-bata 9727fd0fc8 Fix lint errors 2022-04-27 08:55:53 +09:00
c-bata 307bd624e4 Filter trials by param value 2022-04-27 08:40:27 +09:00
Masashi Shibata 1e3d8b0465 Merge pull request #222 from yoshinobc/add-each-param-columns
add each param columns
2022-04-27 08:34:32 +09:00
yoshinobc 8e2956f22f fix test and sortable 2022-04-27 00:24:28 +09:00
yoshinobc acf61177e7 add each param columns 2022-04-26 20:42:33 +09:00
Masashi Shibata 24c5c6f155 Merge pull request #217 from yoshinobc/add-cached-extra-study-property
Add cached extra study property
2022-04-24 17:39:27 +09:00
yoshinobc deb2a4d1fe fix conflict 2022-04-24 17:24:26 +09:00
yoshinobc 71591c0a05 fix test and update 2022-04-24 17:15:49 +09:00
Masashi Shibata ac4c8cf551 Merge pull request #220 from himkt/mypy-typing
Add annotation for distributions
2022-04-24 16:52:27 +09:00
Makoto Hiramatsu a90e1a0def isort 2022-04-24 16:47:58 +09:00
Makoto Hiramatsu d24c6d1ea3 Add annotation for distributions 2022-04-24 16:30:25 +09:00
yoshinobc c8f7cf5de0 fix lint 2022-04-24 14:57:18 +09:00
Masashi Shibata ca19674bbb Merge pull request #219 from optuna/update-mypy-command
Update mypy command in CONTRIBUTING.md
2022-04-24 14:56:19 +09:00
c-bata 06ff7928a4 Update mypy command in CONTRIBUTING.md 2022-04-24 14:55:57 +09:00
yoshinobc 4c97e4a289 add python tests 2022-04-24 14:53:33 +09:00
Masashi Shibata d0e1b94bce Merge pull request #218 from optuna/contributing-fmt
Update CONTRIBUTING.md
2022-04-24 14:21:43 +09:00
c-bata a17061e037 Update CONTRIBUTING.md 2022-04-24 14:21:07 +09:00
yoshinobc d08b4f2867 fix 2022-04-24 13:54:47 +09:00