Skip to content

Commit

Permalink
Merge pull request optuna#5707 from eukaryo/emmr-terminator-blog-docs…
Browse files Browse the repository at this point in the history
…-update

Add link to related blog post in `emmr.py`
  • Loading branch information
not522 authored Oct 16, 2024
2 parents 2f9cc79 + 234029e commit cab785a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions optuna/terminator/improvement/emmr.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ class EMMREvaluator(BaseImprovementEvaluator):
- `A stopping criterion for Bayesian optimization by the gap of expected minimum simple
regrets <https://proceedings.mlr.press/v206/ishibashi23a.html>`__
Also, there is our blog post explaining this evaluator:
- `Introducing A New Terminator: Early Termination of Black-box Optimization Based on
Expected Minimum Model Regret
<https://medium.com/optuna/introducing-a-new-terminator-early-termination-of-black-box-optimization-based-on-expected-9a660774fcdb>`__
Args:
deterministic_objective:
A boolean value which indicates whether the objective function is deterministic.
Expand Down

0 comments on commit cab785a

Please sign in to comment.