Skip to content

Commit

Permalink
Match base class rename
Browse files Browse the repository at this point in the history
  • Loading branch information
khurram-ghani committed Aug 25, 2023
1 parent 8a2cba9 commit 9ee2d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trieste/acquisition/rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,7 @@ def get_initialize_subspaces_mask(
return tf.logical_not(get_unique_points_mask(centres, tolerance=1e-6))


class TREGOBox(SingleObjectiveTRBox):
class TREGOBox(SingleObjectiveTrustRegionBox):
"""
A trust region box algorithm that alternates between regular EGO steps and local steps within a
trust region.
Expand Down

0 comments on commit 9ee2d21

Please sign in to comment.