Skip to content

[Question] Individual length scale hyperpriors for each dimension #1933

Answered by Balandat
brunzema asked this question in Q&A
Discussion options

You must be logged in to vote

So in principle this should be possible if you specify a batched torch distribution as a prior. E.g. if you have a two-dimensional problem you should be able to specify e.g. sth like a GammaPrior(c, r), where c and r are two-element tensors with values corresponding to the values of he respective dimension. There are some know issues with multi-dimensional priors though (#1317, #1318) that may need to be fixed first for this to work fully.

As to having more complex priors (e.g. one distribution for one dimension of the lengthscale parameter, and another type of distribution for another dimension), that will probably require defining some wrapper prior that can internally apply the correct…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@brunzema
Comment options

Answer selected by brunzema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants