Skip to content
#

inverse-problems

Here are 185 public repositories matching this topic...

simpeg
yangdikun
yangdikun commented Jul 12, 2017

I am using SimPEG.Utils.download for gpgLabs. The download messages are distracting in notebooks, so I wanted to suppress them. The option is controlled by "verbose=false", but it does not stop writing "Downloading ... Saved to:.." message.
Can verbose=false swtich kill all the print output?

![image](https://user-images.githubusercontent.com/5066933/28143500-b531e30c-671a-11e7-85d2-4d62d23d26a

pylops
mrava87
mrava87 commented Feb 6, 2022

Feature

The IRLS algorithm can handle L1 norm for the data misfit term as well as L1 norm for the model. However, in some scenarios users may want to have both terms together (problem with outliers in the data and sparse model in some domain). The IRLS algorithm can be adapted to handle this scenario by writing the L1-L1 functional as an augmented system of equations and solve it using the c

enhancement good first issue
ben18785
ben18785 commented Jan 28, 2021

Suppose one chain is stuck on one mode; another on another mode. If those two chains may sample independently from each mode, the ESSs will be high when, really, they should be near zero since the samples don't represent anything like independently from the overall distribution. This is why multichain ESS makes sense and we should implement it. I feel like this will give a much better picture of t

harmonica
santisoler
santisoler commented Dec 3, 2021

Description of the desired feature:

Our forward models for the different geometries (points, prisms, tesseroids) allow to take multiple bodies as inputs, returning a single array as the resulting field generated by every one of these bodies on the computation points.
One of the properties of these forward models is their linearity: the resulting field for all the bodies should be equal to

enhancement good first issue
SCIRun

Improve this page

Add a description, image, and links to the inverse-problems topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the inverse-problems topic, visit your repo's landing page and select "manage topics."

Learn more