Skip to content

Commit

Permalink
Add notebook init points explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
khurram-ghani committed Oct 12, 2023
1 parent 8551d72 commit b571733
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/notebooks/trust_region.pct.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@ def plot_history(
# %% [markdown]
# ### Visualizing batch trust region results
#
# We visualize the results as before.
# We visualize the results as before. However, please note that the initial query points (crosses) are
# not highlighted in these plots. On each iteration, the batch trust region rule filters out points
# that are not in the regions anymore; so there isn't an easy way to track the initial points.

# %%
plot_final_result(dataset, num_init_points=0)
Expand Down

0 comments on commit b571733

Please sign in to comment.