renamed misfit to dataResidual in Problem class. fixed betaSchedule bug. Printing in the inversion.

This commit is contained in:
Rowan Cockett
2013-11-01 15:02:37 -07:00
parent f44a857669
commit 581f1b15f1
3 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ class Problem(object):
u = self.field(m)
return self.P*u
def misfit(self, m, u=None):
def dataResidual(self, m, u=None):
"""
:param numpy.array m: geophysical model
:param numpy.array u: fields