Skip to content

Commit

Permalink
Change box class name
Browse files Browse the repository at this point in the history
  • Loading branch information
khurram-ghani committed Aug 24, 2023
1 parent 8c3e654 commit 47f64b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/batch_trust_region.pct.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
num_query_points = 5

init_subspaces = [
trieste.acquisition.rule.SingleObjectiveTRBox(search_space)
trieste.acquisition.rule.SingleObjectiveTrustRegionBox(search_space)
for _ in range(num_query_points)
]
base_rule = trieste.acquisition.rule.EfficientGlobalOptimization( # type: ignore[var-annotated]
Expand Down

0 comments on commit 47f64b6

Please sign in to comment.