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

Enable Optuna to Learn from Full Evaluations in Minibatch Mode #2237

Merged
merged 5 commits into from
Jan 30, 2025

Conversation

klopsahlong
Copy link
Collaborator

Previously, when minibatch=True, Optuna only tracked trial results from minibatch evaluations, which limited the Bayesian optimizer's ability to incorporate insights from larger, full evaluations.

This update addresses the issue by registering each full evaluation as an independent trial in Optuna. By doing so, the optimizer can now leverage these additional data points to refine its search strategy and improve overall optimization performance.

@okhat okhat merged commit 290a0e7 into main Jan 30, 2025
4 checks passed
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.

2 participants