You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new changes from the previous gpjax.objectives.ConjugateMLL to the new gpjax.objectives.conjugate_mll implementation has removed the negative parameter from the previous superclass gpjax.objectives.AbstractObjective without correctly modifying the new code to negate the MLL. Optimisation of model parameters does not work.
Expected behavior:
Optimisation of model parameters should fit model to data.
Bug Report
GPJax version:
0.9.0
Current behavior:
The new changes from the previous
gpjax.objectives.ConjugateMLL
to the newgpjax.objectives.conjugate_mll
implementation has removed thenegative
parameter from the previous superclassgpjax.objectives.AbstractObjective
without correctly modifying the new code to negate the MLL. Optimisation of model parameters does not work.Expected behavior:
Optimisation of model parameters should fit model to data.
Steps to reproduce:
Run the
Simple Example
on the README.Related code:
To make optimisation work, we now have to do
instead of providing
gpx.objectives.conjugate_mll
to theobjective
parameter.Other information:
This also applies to
log_posterior_density
.The text was updated successfully, but these errors were encountered: