gpytorch icon indicating copy to clipboard operation
gpytorch copied to clipboard

Update multivariate_normal.py to use loc instead of mean

Open chrisyeh96 opened this issue 11 months ago • 1 comments

Update MultivariateNormal to better match torch.distributions.MultivariateNormal

Also, add typing annotation that allows loc to be a LinearOperator

chrisyeh96 avatar Mar 02 '24 02:03 chrisyeh96

Thanks. I expect this to cause some backward compatibility problems though, e.g. here in BoTorch. Not sure if it's worth the trouble of changing this in a way that deprecates the old arg name, but that's something you could do if you feel strongly about the renaming.

Balandat avatar Mar 18 '24 04:03 Balandat