CUQI-DTU / CUQIpy

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

Bounds for Deconvolution1D testproblem #445

Open jeverink opened 5 months ago

jeverink commented 5 months ago

The current Deconvolution1D testproblem has no option to specify bounds, and currently always lives on the interval from 0 to the specified dimension. Thus for comparing between different discretization levels, the arguments to Deconvolution1D have to be properly scaled.

Providing a way to fix bounds with changing discretization sizes would make testing with different discretization sizes easier, but can also be used to prevent inverse crimes.