Skip to content

Update GPSampler documentation to include D-BE optimization details#6347

Merged
c-bata merged 4 commits intooptuna:masterfrom
Kaichi-Irie:update_readthedocs_for_dbe
Nov 20, 2025
Merged

Update GPSampler documentation to include D-BE optimization details#6347
c-bata merged 4 commits intooptuna:masterfrom
Kaichi-Irie:update_readthedocs_for_dbe

Conversation

@Kaichi-Irie
Copy link
Copy Markdown
Contributor

Motivation

D-BE (Decoupled updates with Batched Evaluations) was introduced to GPSampler in #6268 to accelerate acquisition function optimization.
Since the paper describing this method, "Batch Acquisition Function Evaluations and Decouple Optimizer Updates for Faster Bayesian Optimization", has been published, we should update the official documentation to include this description and reference.

Description of the changes

  • Update the GPSampler docstring to briefly explain the D-BE speedup.
  • Add the paper reference to the "For further information..." section.

Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@nabenabe0928 nabenabe0928 left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Copy Markdown
Member

@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.

Thank you for your pull request. LGTM!

@c-bata c-bata added the document Documentation related. label Nov 20, 2025
@c-bata c-bata added this to the v4.7.0 milestone Nov 20, 2025
@c-bata c-bata merged commit 1d6784f into optuna:master Nov 20, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

document Documentation related.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants