seogi_macbook
d31ef027d7
comment regularizations
2016-03-03 15:14:49 -08:00
seogi_macbook
f73d0a3b4a
Merge branch 'dcip/dev' of https://github.com/simpeg/simpeg into dcip/dev
...
Conflicts:
SimPEG/Regularization.py
2016-03-03 15:12:05 -08:00
seogi_macbook
e4cbc584dc
ss
2016-03-03 14:06:18 -08:00
Rowan Cockett
226a28f611
Remove regularization and diff op changes, and deal with these in a separate PR #254 .
2016-02-16 22:01:50 -08:00
Rowan Cockett
1d06b768e2
Remove second derivatives in simple regularization
2016-02-16 13:01:32 -08:00
D Fournier
04d977f861
Implement and test Directive for sparse norm... need clean up.
2016-01-31 15:31:20 -08:00
D Fournier
254fd1c029
Improved sparse regularization.
...
Issue with spyder debugger since last merge with dev...
2016-01-31 10:50:06 -08:00
D Fournier
2e3a6ddd96
Merge branch 'dev' into Dom_Dev
2016-01-31 10:33:44 -08:00
D Fournier
54ec7187cb
Add unitCellGrad to DiffOperators
...
Implement SparseRegularization and test on mag problem... works!
2016-01-29 00:50:59 -08:00
Rowan Cockett
20d5582c0f
Merge branch 'master' of https://github.com/simpeg/simpeg into dev
2016-01-28 22:29:59 -08:00
Rowan Cockett
caba2b6752
Merge pull request #191 from simpeg/ActiveCellReg
...
Meshless Identity Map, Regularization for Active Cell models
2016-01-28 22:28:08 -08:00
D Fournier
85b55139e8
Implement simple regularization
...
Modified the Optimization.ProjectedGNCG to allow active cells back in.
Fix problem regarding the Directive.TargetMisfit --> Survey.Linear had wrong nD value
2016-01-28 18:36:34 -08:00
Rowan Cockett
cdf0ebf8d0
Merge pull request #197 from simpeg/dev
...
Dev
2016-01-10 18:47:52 -08:00
Rowan Cockett
2c5b19b7a0
Updates to the documentation.
2016-01-10 17:21:01 -08:00
Lindsey Heagy
83cb5ce46a
- Meshlesses Identity Map (takes nP instead of a mesh)
...
- Tikhonov regularization if active cells are used (don't take derivs across interfaces between active cells and not)
- testing improvements: test 1D, 2D, 3D on a random tensor mesh , also test that for a constant mref, phi_m(ref) = 0
2015-11-28 12:55:24 -08:00
Brendan Smithyman
528253a8cb
Generalize mapPair
2015-11-26 19:18:04 -05:00
Lindsey Heagy
9900885984
removed comment block and made deriv mD2 term consistent with eval call
2015-07-04 16:15:16 -07:00
Lindsey Heagy
0b5453dc98
defined Wsmooth to clarify where we are using m, m-mref
2015-07-04 16:09:50 -07:00
Lindsey Heagy
001bcbce27
fixed Tikhonov deriv and added non-zero mref to testing
2015-07-04 13:21:56 -07:00
Lindsey Heagy
94ef2f1eb6
text formatting
2015-07-04 13:02:51 -07:00
Lindsey Heagy
f9f23dfd4b
should be regularizing m-mref
2015-07-04 13:00:49 -07:00
SEOGI KANG
b083848449
Fix bug
2014-12-08 09:02:30 -08:00
SEOGI KANG
bc7f330f29
1. Update for smoothmod and smoothmod_dif options in regularization
...
2. Update for ActiveCellsTopo: Mapping, which extends surface cell to air cell.
2014-12-07 23:49:33 -08:00
rowanc1
5c29348984
Minor updates to pointers in reg and invProb
2014-10-04 12:40:30 -07:00
rowanc1
8f69670fce
modelObj and dataObj --> eval
2014-05-18 17:09:44 -07:00
rowanc1
907e0eed47
Updates to mapping and models. Remove .transform and rename .transformDeriv to .deriv
2014-05-18 15:42:08 -07:00
rowanc1
ab249d31b3
Parameters --> Rules
...
See the Linear example for updates on how to migrate to this version.
2014-05-14 14:30:33 -07:00
rowanc1
987b759088
Fix bug in regularization
2014-04-15 11:04:17 -07:00
rowanc1
d88fc1c383
Some Changes to Maps and documentation
2014-04-15 10:20:32 -07:00
rowanc1
f10d6cc2b7
Regularization tests
2014-04-15 09:47:01 -07:00
rowanc1
25421f739f
testMaps Working!
2014-04-15 09:43:10 -07:00
rowanc1
fcaff5ed64
Changed Data to Survey as per Issue #61
2014-03-07 13:55:08 -08:00
rowanc1
c1d37ef8ff
change modelObj2Deriv from (self) --> (self, m, v=None)
...
Had to change location of _bfgsH0 calculation, which now actually works.
2014-03-02 20:15:29 -08:00
rowanc1
7e465ef396
fix regularization
2014-02-20 19:57:44 -08:00
rowanc1
2c233c5524
reg updates
2014-02-20 16:53:05 -08:00
rowanc1
544d65bea1
regularization updates.
2014-02-20 16:43:12 -08:00
rowanc1
ea92cf3fc0
renamed functions that return a vector in base mesh to start with a v as per issue #48
2014-02-14 10:46:36 -08:00
rowanc1
20cb359e82
Removed (now broken) database stuff.
2014-02-12 09:56:20 -08:00
rowanc1
cae723eb0e
Moved parameters to separate file. Documentation updates.
2014-01-24 09:36:01 -07:00
rowanc1
18476e53c2
Regularization now just takes a model. (The mesh can be attached to the model.)
2014-01-24 08:37:47 -07:00
rowanc1
56dc9a5591
pointers to parent. rename _iter to iter
2014-01-24 08:20:29 -07:00
rowanc1
5452f2be4b
Regularization is on the Model, so it needs to take that as input.
...
Testing is completed on every SimPEG regularization object by default.
2014-01-22 19:17:15 -07:00
rowanc1
67b067d938
Major Reorganization (Things are likely still broken...)
...
Added Parameter to Utils, which hints at where we are going with functions as parameters.
2014-01-17 14:03:08 -08:00