Conversation
|
@jpfolch can you have a doublecheck if this correctly sets the LKJPrior? If yes @jduerholt can you review this? |
|
Yes, so I now test that the LKJPrior is set, and test if the model is successfully fitted using |
|
Here's the original issue which remains open, with some code snippets that claim to fix it here, but not sure if it was merged. Maybe it was fixed in some other PR but I can't find where exactly. |
|
Ah, thanks for the context @jpfolch, I just checked, and it is indeed not solved/merged! If the model fits correctly on the first try, no error is thrown. If it doesn't, then Let's maybe leave this PR open and keep an eye out for fixes in botorch. |
Motivation
closes #745
now the LKJPrior is registered if it is specified as a task prior.
Have you read the Contributing Guidelines on pull requests?
Yes
Have you updated
CHANGELOG.md?Yes
Test Plan
Added tests.