CUQI-DTU / CUQIpy

https://cuqi-dtu.github.io/CUQIpy/
Apache License 2.0
48 stars 9 forks source link

Regularized Gaussian: TV with Gibbs #587

Open jeverink opened 1 week ago

jeverink commented 1 week ago

Add conjugacy rules for regularized Gaussian with TV regularization Part of #585

Features:

jeverink commented 1 day ago

@nabriis , within the _get_conjugate_parameter method _conjugate.py, an error is raised when the same parameter is found multiple times. Is there any particular reason for raising this error and not just returning a list to loop over? Because for the RegularizedGaussian and ModifiedHalfNormal conjugacy pair the parameter will occur twice.