Skip to content

Commit

Permalink
Reword zeta docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
khurram-ghani committed Mar 21, 2024
1 parent 6ba773d commit d365717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trieste/acquisition/rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,7 @@ def __init__(
:param beta: The inverse of the trust region contraction factor.
:param kappa: Scales the threshold for the minimal improvement required for a step to be
considered a success.
:param zeta: The initial size of the search space is ``zeta`` times the size of the global
:param zeta: The initial size of the trust region is ``zeta`` times the size of the global
search space.
:param min_eps: The minimal size of the search space. If the size of the search space is
smaller than this, the search space is reinitialized.
Expand Down Expand Up @@ -2124,7 +2124,7 @@ def __init__(
:param beta: The inverse of the trust region contraction factor.
:param kappa: Scales the threshold for the minimal improvement required for a step to be
considered a success.
:param zeta: The initial size of the search space is ``zeta`` times the size of the global
:param zeta: The initial size of the trust region is ``zeta`` times the size of the global
search space.
:param min_eps: The minimal size of the search space. If the size of the search space is
smaller than this, the search space is reinitialized.
Expand Down

0 comments on commit d365717

Please sign in to comment.