Maximum dimensions for optimisation #1120
-
Hi - I have read that bayesian inference struggles in high-dimensionality data, are there recommended limits on the number of dimensions / features that should be used in BoTorch optimisation? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @taroko-mooncake. The standard GP models (that are commonly used in BO) do not work well beyond 15-20 dimensions. However, we have other models that support high dimensional input spaces, such as SAASBO (paper: https://arxiv.org/abs/2103.00349) that @dme65 is currently working on enabling in BoTorch. You can readily use SAASBO via Ax. So, if you have a high dimensional search space, that might be a good place to start: https://ax.dev/tutorials/saasbo.html |
Beta Was this translation helpful? Give feedback.
Hi @taroko-mooncake. The standard GP models (that are commonly used in BO) do not work well beyond 15-20 dimensions. However, we have other models that support high dimensional input spaces, such as SAASBO (paper: https://arxiv.org/abs/2103.00349) that @dme65 is currently working on enabling in BoTorch. You can readily use SAASBO via Ax. So, if you have a high dimensional search space, that might be a good place to start: https://ax.dev/tutorials/saasbo.html