Commit Graph

20 Commits

Author SHA1 Message Date
Brendan Smithyman ca8d8f8c2d Futurize 1, futurize 2, pasteurize. 2016-07-16 14:17:02 -05:00
Rowan Cockett 3e4f47711c remove mutable arguments. 2016-04-07 16:35:47 -07:00
rowanc1 4e29141fe7 invproblem changes 2014-05-19 01:23:07 -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
rowanc1 6376f5dd4e bug fix 2014-05-16 22:02:09 -07:00
rowanc1 f865106db9 wrap directives list 2014-05-16 22:01:02 -07:00
rowanc1 ea5ad4dd34 more rules to directive changes. 2014-05-16 12:27:58 -07:00
rowanc1 7b22d0aa7a Rules to Directives 2014-05-16 12:10:15 -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 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 20cb359e82 Removed (now broken) database stuff. 2014-02-12 09:56:20 -08:00
rowanc1 6c269b54dc Bug Fix 2014-02-05 13:24:11 -08:00
rowanc1 8fcaf57e0c Removing unused methods from the inversion class. 2014-02-03 11:21:38 -08:00
rowanc1 56dc9a5591 pointers to parent. rename _iter to iter 2014-01-24 08:20:29 -07:00
rowanc1 4d9f87807e pair data-problem 2014-01-24 07:44:52 -07:00
rowanc1 18f0e67619 Parameter function for Beta instead of a scalar. Bug Fixes. 2014-01-17 15:53:37 -08: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