Replies: 4 comments
-
In a Gauss-Newton inversion, the gradient is not explicitly used (like in other methods like NLCG). For doing the computations, you don't have to transform the Jacobian into a numpy matrix, but you can use |
Beta Was this translation helpful? Give feedback.
-
For accessing any information in the course of inversion, you can define a function to be called before (
|
Beta Was this translation helpful? Give feedback.
-
The inversion instance has now the methods |
Beta Was this translation helpful? Give feedback.
-
This is all included in the last version v1.5.2. We will also prepare a tutorial about this, based on the notebook https://github.com/gimli-org/notebooks/blob/main/inversion/gradientVES.ipynb |
Beta Was this translation helpful? Give feedback.
-
I would like to get from the inv object the computed gradient used for the optimisation.. I would like to see how the model and data regularisations are changing this gradient on each iteration.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions