Commit Graph
1381 Commits
Author SHA1 Message Date
c-bata 08ff9fa13f Merge pull request #528 from Alnusjaponica/fix-assertEqual
Use self.assertEqual in tests
2023-07-28 09:28:10 +09:00
Shinichi Hemmi 5b175e0d5b Replace "assert ...==..." with self.assertEqual 2023-07-27 17:17:21 +09:00
keisuke umezawa db0e1cc84c Merge pull request #525 from hrntsm/Add_constraints_for_pareto_front
Add constraints for pareto front
2023-07-25 21:40:34 +09:00
hrntsm c62b58add8 Revert "Update interface of constraint to optional"
This reverts commit 7fbcb1900c.
2023-07-25 11:35:14 +09:00
c-bata 8444a7058f Merge pull request #527 from keisuke-umezawa/feature/remove-never-used-warning
Remove 'x' is defined but never used warnings
2023-07-24 14:49:53 +09:00
hrntsm 7fbcb1900c Update interface of constraint to optional 2023-07-24 10:19:06 +09:00
keisuke-umezawa 16f49731fd Remove 'x' is defined but never used warning 2023-07-23 16:45:49 +09:00
keisuke umezawa 3aa313ef27 Merge pull request #523 from adjeiv/pruned_toggle_bug
Fix bug where the include pruned trials label has inverted behaviour to expected
2023-07-23 14:52:56 +09:00
hrntsm 2f8ff434f3 Update constants key to work with v2.1 2023-07-21 17:01:58 +09:00
hrntsm 6b912ae732 Apply formatting 2023-07-21 16:05:29 +09:00
hrntsm c740296739 Add constraint to pareto front plot 2023-07-21 16:05:00 +09:00
c-bata 05a069dce4 Merge pull request #510 from cross32768/add_streamlit_helper
Add streamlit helper
2023-07-21 14:49:26 +09:00
c-bata 59860360af Merge pull request #521 from optuna/dependabot/npm_and_yarn/vscode/word-wrap-1.2.4
Bump word-wrap from 1.2.3 to 1.2.4 in /vscode
2023-07-21 14:14:43 +09:00
Victoria A 5713d53069 Flip boolean passed in to useFilteredTrials 2023-07-19 19:18:40 +01:00
hrntsm d3135c1551 Add serialize constraints 2023-07-19 22:29:43 +09:00
Hideaki Imamura 4bace935af Merge pull request #522 from optuna/pypi-oidc-publishing
Enable OIDC publishing for PyPI
2023-07-19 14:39:28 +09:00
c-bata c636f377d2 Enable OIDC publishing for PyPI 2023-07-19 14:14:09 +09:00
dependabot[bot] bf64ab69ce Bump word-wrap from 1.2.3 to 1.2.4 in /vscode
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 02:33:20 +00:00
c-bata e63fb3a5c5 Merge pull request #520 from optuna/dependabot/npm_and_yarn/word-wrap-1.2.4
Bump word-wrap from 1.2.3 to 1.2.4
2023-07-19 11:32:52 +09:00
dependabot[bot] 1308751571 Bump word-wrap from 1.2.3 to 1.2.4
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 01:23:22 +00:00
c-bata 32b205bc5f Merge pull request #518 from keisuke-umezawa/feature/show-all-elements-timeplot
Calculate all elements of timeline plot and set xasis and yaxis to show latest elements
2023-07-18 19:53:09 +09:00
keisuke-umezawa d43ee7480c Use uirevision 2023-07-18 18:27:22 +09:00
Hideaki Imamura 1c25ba0335 Merge pull request #517 from c-bata/add-slider-marker-size
Add slider to change the marker size
2023-07-11 13:42:15 +09:00
c-bata 9e5036e060 Merge pull request #519 from optuna/dependabot/npm_and_yarn/tough-cookie-4.1.3
Bump tough-cookie from 4.1.2 to 4.1.3
2023-07-10 10:52:44 +09:00
dependabot[bot] 5ce754568a Bump tough-cookie from 4.1.2 to 4.1.3
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 01:14:20 +00:00
keisuke-umezawa d4f8ebda1c Calculate all elements of timeline plot and set xasis and yaxis to show latest elements 2023-07-09 23:30:55 +09:00
keisuke umezawa f159b4f1c0 Merge pull request #514 from keisuke-umezawa/feature/e2e-usecase-history
Add history graph use case in e2e tests
2023-07-09 15:55:37 +09:00
cross32768 fad5c7905e Add key 2023-07-07 17:12:45 +09:00
cross32768 e9fb86907a Add streamlit to CI 2023-07-07 16:47:37 +09:00
cross32768 244f1c8325 Change type annotation style 2023-07-07 16:38:13 +09:00
cross32768 294c0657df Add default value for on_success_callback 2023-07-07 16:28:05 +09:00
cross32768 1e37671fb2 Change error handling 2023-07-07 16:22:40 +09:00
cross32768 853592755d Add callback function when feedback submission is completed by success 2023-07-07 16:09:50 +09:00
cross32768 4d728e4533 Update test for combination 2023-07-07 15:55:32 +09:00
cross32768 842f65b51b Add streamlit for test 2023-07-07 13:13:54 +09:00
cross32768 e8cc246580 Apply isort 2023-07-07 12:39:39 +09:00
cross32768 836382c915 Add unit tests 2023-07-07 12:10:54 +09:00
cross32768 96ee424aea Add some space for readability 2023-07-07 10:50:04 +09:00
cross32768 fffe3df650 Remove unused space 2023-07-07 10:47:25 +09:00
cross32768 87be6de365 update some code structure 2023-07-07 09:52:24 +09:00
cross32768 5faf59cf43 Merge branch 'main' into add_streamlit_helper 2023-07-07 09:26:23 +09:00
c-bata 885ac04bdc Apply suggestions from code review 2023-07-06 13:19:47 +09:00
c-bata 16faea054b Add slider to change the marker size 2023-07-05 16:46:40 +09:00
keisuke umezawa 3671598ead Merge pull request #515 from optuna/keisuke-umezawa-patch-1
Update hitl.rst to show optuna-dashboard command
2023-07-03 10:52:41 +09:00
keisuke umezawa 4eca841d5b Fix the order of explanation 2023-07-02 15:46:22 +09:00
keisuke umezawa 9a18e826a7 Update hitl.rst to show optuna-dashboard command 2023-07-02 15:38:32 +09:00
keisuke-umezawa 2a0d43e0db Fix lint 2023-07-02 14:59:15 +09:00
keisuke umezawa 7a952946b6 Fix typo 2023-07-02 14:57:55 +09:00
keisuke-umezawa 529fa0567f Add history graph usecase 2023-07-02 14:56:45 +09:00
keisuke umezawa e6f602e4aa Merge pull request #513 from keisuke-umezawa/feature/explian-e2e-test
Add explanation of e2e tests in CONTRIBUTING.md
2023-07-02 14:33:31 +09:00