Skip to content

Optuna gen#5136

Closed
heyufan1995 wants to merge 20 commits intoProject-MONAI:devfrom
heyufan1995:optuna-gen
Closed

Optuna gen#5136
heyufan1995 wants to merge 20 commits intoProject-MONAI:devfrom
heyufan1995:optuna-gen

Conversation

@heyufan1995
Copy link
Copy Markdown
Member

Fixes # .

Description

Created OptunaGen class and unit test.
@Nic-Ma @wyli The OptunaGen inherits NNIGen, not the base HPOGen class because it reuses
most of NNIGen's functions. Please advise whether OptunaGen should inherit HPOGen and copy functions in NNIGen, or
the functions in NNIGen to be moved to HPOGen.

A few sentences describing the changes proposed in this pull request.

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • Breaking change (fix or new feature that would cause existing functionality to change).
  • New tests added to cover the changes.
  • Integration tests passed locally by running ./runtests.sh -f -u --net --coverage.
  • Quick tests passed locally by running ./runtests.sh --quick --unittests --disttests.
  • In-line docstrings updated.
  • Documentation updated, tested make html command in the docs/ folder.

mingxin-zheng and others added 20 commits September 9, 2022 10:23
Signed-off-by: Mingxin Zheng <[email protected]>
Signed-off-by: Mingxin Zheng <[email protected]>
Signed-off-by: Mingxin Zheng <[email protected]>
Signed-off-by: Mingxin Zheng <[email protected]>
Signed-off-by: Mingxin Zheng <[email protected]>
Signed-off-by: Mingxin Zheng <[email protected]>
Signed-off-by: Mingxin Zheng <[email protected]>
mingxin-zheng added a commit that referenced this pull request Sep 14, 2022
### Description

Improve docstring and Optuna Integration(#5136 )

### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [x] New tests added to cover the changes.
- [x] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.

Signed-off-by: Mingxin Zheng <[email protected]>
Signed-off-by: Mingxin Zheng <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Mingxin Zheng <[email protected]>
Co-authored-by: Wenqi Li <[email protected]>
@wyli
Copy link
Copy Markdown
Contributor

wyli commented Sep 15, 2022

thanks, this is merged via #5137

@wyli wyli closed this Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants