CUQI-DTU / CUQIpy

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

Enable forward model to have multiple inputs #349

Open amal-ghamdi opened 10 months ago

amal-ghamdi commented 10 months ago

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.