Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert handling of infeasible discrete parameters #145

Merged
merged 2 commits into from
Jan 6, 2023

Conversation

knshnb
Copy link
Contributor

@knshnb knshnb commented Jan 5, 2023

I observed a performance degradation from #121 (comment) in Optuna on HPO-bench:
image
(_CmaEsSampler_0_NopPruner: CMA, _CmaEsSampler_1_NopPruner: CMAwM)

I found out that this is caused by #136 and #140, which repair out-of-range discrete parameters in the same way as continuous parameters.

I'm not sure why this hurt the performance this much, but let me revert these changes for now. I confirmed that this PR brings the performance back to a similar level as the original:
image

@knshnb knshnb changed the title Revert handling of infeasible discrete params Revert handling of infeasible discrete parameters Jan 5, 2023
@knshnb knshnb marked this pull request as ready for review January 5, 2023 10:27
Copy link
Collaborator

@c-bata c-bata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@c-bata c-bata added the bug Something isn't working label Jan 6, 2023
@c-bata c-bata merged commit 30afa3f into CyberAgentAILab:main Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants