Skip to content

Gaussian Process as default setting #1513

Answered by saitcakmak
taikichi-pc asked this question in Q&A
Discussion options

You must be logged in to vote

What is difference between fit_gpytorch_model and fit_gpytorch_mll

fit_gpytorch_model is the deprecated API for fitting models. It has been replaced with fit_gpytorch_mll but we're keeping it around for a while for backwards compatibility reasons. It calls fit_gpytorch_mll under the hood.

What is difference between fit_gpytorch_model(mll, optimizer = fit_gpytorch_torch) and fit_gpytorch_model(mll)

You can pass an optimizer to fit_gpytorch_mll as well. We generally use scipy optimizers for fitting the Exact GP models, and use torch optimizers for approximate inference.

I would like to implement the Cholesky decomposition, How should I write code to it?
 Does Botorch use a less computa…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
3 replies
@taikichi-pc
Comment options

@taikichi-pc
Comment options

@saitcakmak
Comment options

Answer selected by taikichi-pc
Comment options

You must be logged in to vote
4 replies
@taikichi-pc
Comment options

@saitcakmak
Comment options

@taikichi-pc
Comment options

@saitcakmak
Comment options

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