From 53f3b2673cafd32f3c0cf16b32fc9696ffa03dd3 Mon Sep 17 00:00:00 2001 From: Khurram Ghani Date: Thu, 7 Sep 2023 10:03:17 +0100 Subject: [PATCH] Fix duplicate labels --- docs/notebooks/trust_region.pct.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/notebooks/trust_region.pct.py b/docs/notebooks/trust_region.pct.py index e5bc4d2cba..5493d72065 100644 --- a/docs/notebooks/trust_region.pct.py +++ b/docs/notebooks/trust_region.pct.py @@ -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 @@ -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. @@ -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`.