diff --git a/scripts/run_tutorials.py b/scripts/run_tutorials.py index 25cb45136e..9a6f4c859f 100644 --- a/scripts/run_tutorials.py +++ b/scripts/run_tutorials.py @@ -28,6 +28,7 @@ "thompson_sampling.ipynb", # very slow without KeOps + GPU "composite_mtbo.ipynb", # TODO: very slow, figure out if we can make it faster "Multi_objective_multi_fidelity_BO.ipynb", # TODO: very slow, speed up + "composite_bo_with_hogp.ipynb", # TODO: OOMing the nightly cron, reduce memory usage. }