CUQI-DTU / CUQIpy

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

Bounds for Deconvolution1D testproblem #445

Open jeverink opened 1 month ago

jeverink commented 1 month 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.