Replies: 1 comment 5 replies
-
You would have to use box constraints such as https://github.com/slimgroup/JUDI.jl/blob/master/examples/scripts/fwi_example_minConf.jl to enforce bounds on the update. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am using the RTM example to derive model update gradients
This is an wiki example, I tried with two different examples. One is using the marmousi_model and marmousi signal
The other is using my own signals. It turns out that using marmousi model (with ricket_wavelet) will yield normal gradients
smaller than x_iter, but use my own model (in fact I provide my own signal) will yield gradients
larger than iterative slowness so than update slowness will become negative. Are there any solutions to this problem? Using same signal with FWI examples in Wiki can run without any issue.
Beta Was this translation helpful? Give feedback.
All reactions