Skip to content

Commit

Permalink
Fix duplicate labels
Browse files Browse the repository at this point in the history
  • Loading branch information
khurram-ghani committed Sep 7, 2023
1 parent 8ce699c commit 53f3b26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/notebooks/trust_region.pct.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def build_model():
dataset = result.try_get_final_dataset()

# %% [markdown]
# ### Visualizing the result
# ### Visualizing `TREGO` results
#
# Let's take a look at where we queried the observer, the original query points (crosses), new
# query points (dots) and the optimum point found (purple dot), and where they lie with respect to
Expand Down Expand Up @@ -227,7 +227,7 @@ def plot_history(result: trieste.bayesian_optimizer.OptimizationResult) -> None:
dataset = result.try_get_final_dataset()

# %% [markdown]
# ### Visualizing the result
# ### Visualizing batch trust region results
#
# Next we visualize the results as before.

Expand Down Expand Up @@ -267,7 +267,7 @@ def plot_history(result: trieste.bayesian_optimizer.OptimizationResult) -> None:
dataset = result.try_get_final_dataset()

# %% [markdown]
# ### Visualizing the result
# ### Visualizing `TurBO` results
#
# Here are the plots `TurBO`.

Expand Down

0 comments on commit 53f3b26

Please sign in to comment.