User had a forward models with multiple parameters: e.g. Model(forward=fwd(a, sigma, w)). It will be nice if we can support this naturally in CUQIpy (the hack used was to lump all parameters in one input vector x). Each of these inputs a, sigma, w might have a different prior.
User had a forward models with multiple parameters: e.g.
Model(forward=fwd(a, sigma, w))
. It will be nice if we can support this naturally in CUQIpy (the hack used was to lump all parameters in one input vector x). Each of these inputsa, sigma, w
might have a different prior.