From 1191284dee2f1c2e57320112d974698560ef84dc Mon Sep 17 00:00:00 2001 From: Daniel Cohen Date: Tue, 10 Aug 2021 10:10:51 -0700 Subject: [PATCH] Unlink saasbo tutorials Summary: They require a botorch release, which we don't want to wait for to release They failed in the laster release [here](https://github.com/facebook/Ax/runs/3291884796?check_suite_focus=true#step:5:498) and [here](https://github.com/facebook/Ax/runs/3291884796?check_suite_focus=true#step:5:644) Removing them from `tutorials.json` will prevent `make_tutorials.py` from [discovering them](https://www.internalfb.com/code/fbsource/[cea1e232abc4]/fbcode/ax/scripts/make_tutorials.py?lines=72) Reviewed By: ldworkin Differential Revision: D30223576 fbshipit-source-id: ecfe72e0befc366ecf6e03c97b96140c1c425e6b --- website/tutorials.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/website/tutorials.json b/website/tutorials.json index 13f9ed70335..d74da969cbd 100644 --- a/website/tutorials.json +++ b/website/tutorials.json @@ -47,14 +47,6 @@ { "id": "multiobjective_optimization", "title": "Multi-Objective Optimization" - }, - { - "id": "saasbo", - "title": "High-Dimensional Bayesian Optimization with Sparse Axis-Aligned Subspaces (SAASBO)" - }, - { - "id": "saasbo_nehvi", - "title": "Fully Bayesian, High-Dimensional, Multi-Objective Optimization" } ], "Field Experiments": [