Lindsey Heagy
|
d8d8915f94
|
f for fields in data misfit, directives etc. Previously, f was used in the InvProblem to be the function value for the objective function --> this has been renamed to phi
|
2016-03-31 09:28:48 -07:00 |
|
Lindsey Heagy
|
0a0caceaca
|
Problem.Jvec, Problem.Jtvec, Problem.fields, DataMisfit, survey.dpred take a fields object f (not a solution vector, u)
|
2016-03-29 22:49:03 -07:00 |
|
Lindsey Heagy
|
579f1d7a65
|
FDEM uses f (so the u kwarg breaks). replace with f across the entire codebase??
|
2016-03-20 13:36:19 -07:00 |
|
Lindsey Heagy
|
c24416ea12
|
use the std and eps from survey in definition of data misfit if defined (and demonstrate it with the TDEM example)
|
2016-01-28 13:20:48 -08:00 |
|
Rowan Cockett
|
3dd61c9ebf
|
minor updates on datamisfit. Target should move to inversion directive.
|
2014-11-03 22:10:04 -07:00 |
|
rowanc1
|
8f69670fce
|
modelObj and dataObj --> eval
|
2014-05-18 17:09:44 -07:00 |
|
rowanc1
|
8325919e63
|
Tweak the framework.
|
2014-05-18 10:57:06 -07:00 |
|
rowanc1
|
063c84af91
|
Documentation, type(x) == np.ndarray --> isinstance(x,np.ndarray), and Model (untested.)
|
2014-05-17 16:50:51 -07:00 |
|
rowanc1
|
b33ec1828c
|
Rearrange Framework
|
2014-05-17 00:14:22 -07:00 |
|