Skip to content

Commit

Permalink
Update util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-arnao committed May 6, 2020
1 parent a9ffd9a commit b866c40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bayes_opt/util.py
Expand Up @@ -83,6 +83,8 @@ def __init__(self, kind, kappa, xi, kappa_decay=1, kappa_decay_delay=0):
self._kappa_decay_delay = kappa_decay_delay

self.xi = xi

self._iters_counter = 0

if kind not in ['ucb', 'ei', 'poi']:
err = "The utility function " \
Expand Down

0 comments on commit b866c40

Please sign in to comment.