sort by:
Revision Author Date Message Commit Date
49dbe9f Barrier GNCG. Nodal TV regularization. Volume addition to nodal diffusion regularization. Other small stuff. 28 April 2016, 21:51:02 UTC
b22c827 added jInv.out to ignore list 20 April 2016, 18:03:21 UTC
0dcfc9d removed blocking (now located in KrylovMethods) // created a test file for prepareMesh2Mesh 20 April 2016, 17:33:07 UTC
9be13e5 Merge pull request #5 from erantreister/master Bug fix in MisfitParam::clear!() 19 April 2016, 22:50:17 UTC
0868bfb Bug fix in MisfitParam::clear!() 19 April 2016, 22:09:02 UTC
c8728f2 Merge pull request #4 from erantreister/master Updated clear! for misfitParams. Both in the source and in the test. 19 April 2016, 20:11:11 UTC
1937679 Updated clear! for misfitParams. Both in the source and in the test. 19 April 2016, 19:56:42 UTC
4afba5c Merge pull request #3 from erantreister/master Update to misfitParam 19 April 2016, 18:01:53 UTC
0fb4eb8 Update README.md Update to misfitParam Added a getMisfitParam function that is able to construct misfit param on the remote worker while using the mesh 2 mesh and pfor already defined on that worker. This hopefully removes the need for a similar function for global2local further update to misparam to support single mesh inversion Changes in misfitParams Added type to sigmaBack to prevent ambiguity in the definitions in misfitParam. updates to misfitParam + doc Update misfitParam.jl Added testMisfitParams. Changed dummyMod to identityMod. Code update for default Mesh2Mesh. bug fix in misfitParam bug fix that wasn't updated in the forked repo Updated misfitParam test to support workers, and identityMod to have UniformScaling 19 April 2016, 17:52:44 UTC
7aebc21 Update regularizers.jl updated bug 18 April 2016, 20:39:51 UTC
517e10a Update README.md 12 April 2016, 21:47:24 UTC
66a9def minor changes in comments and getData 12 April 2016, 21:46:02 UTC
0b811fa Merge branch 'master' of https://github.com/JuliaInv/jInv.jl # By erantreister # Via Lars Ruthotto (1) and erantreister (1) * 'master' of https://github.com/JuliaInv/jInv.jl: Update HessianPreconditioners.jl 12 April 2016, 21:44:57 UTC
1d0a480 Merge pull request #2 from erantreister/master Update HessianPreconditioners.jl 11 April 2016, 16:39:46 UTC
a8282f2 Update HessianPreconditioners.jl Corrected bugs. 08 April 2016, 22:50:39 UTC
8590932 added documentation 01 April 2016, 21:41:37 UTC
3816f92 Merge branch 'master' of github.com:lruthotto/jInv.jl * 'master' of github.com:lruthotto/jInv.jl: Update README.md 01 April 2016, 02:15:31 UTC
bcbb86f fixed bug in smallness regularizer 01 April 2016, 02:14:54 UTC
87d33aa Update README.md 01 April 2016, 01:40:30 UTC
556936b imroved documentation of jInv.Mesh no actual code touched. 01 April 2016, 01:33:17 UTC
f70c3b7 getDataParallel now works with and without gloc argument. Added some documentation to InverseSolve.jl 30 March 2016, 14:03:36 UTC
7196f0c removed Iact from InverseSolve since it is only used for some regularizers. Should be easier to just define it outside like this Example: regFun(m,mref,Minv) = diffusionReg(m,mref,Minv,Iact=P) and then use this function in InverseParam 30 March 2016, 12:58:20 UTC
e884edc removed parameter regpara since it is only used in rare cases. For regularizers that have optional parameters a function handle need to be provided to InverseParam. Example: To change the conditioning parameter in wTV do regfun(m,mref,M) = wTVReg(m,mref,M,eps=1e-4) pInv.regularizer = regfun !! this change will require changes in drivers !! 24 March 2016, 17:52:41 UTC
0bad93f Merge branch 'master' of https://github.com/JuliaInv/jInv.jl # By erantreister # Via Lars Ruthotto (1) and erantreister (1) * 'master' of https://github.com/JuliaInv/jInv.jl: Adding a float option as mesh2mesh to global2Local Conflicts: test/InverseSolve/testLeastSquares.jl 24 March 2016, 16:01:20 UTC
e6571a8 Major change: Introduced MisfitParam that holds forward problems, data and covariances in one and the same place. This simplifies bookkeeping with remote references and also allows for multi physics experiments. 24 March 2016, 15:50:51 UTC
db9ff15 Merge pull request #1 from erantreister/master Adding a float option as mesh2mesh to global2Local 23 March 2016, 20:54:31 UTC
b40133d Adding a float option as mesh2mesh to global2Local 23 March 2016, 17:53:21 UTC
a136e1d bugfix concerning returns of projGNCG 23 March 2016, 16:47:26 UTC
9892a68 Update .travis.yml 23 March 2016, 00:13:53 UTC
eb71c6c Added documentation, new features and changed optimization * changes are tested to be backward compatible * Details: 1) Inversion now accepts an array of regularizers with different regularization parameters and reference models 2) added new model fMod that allows to encode arbitrary functions that are applied component wise 3) projPCG now returns a zero vector if the norm of the right hand side is zero 23 March 2016, 00:12:34 UTC
f28294f fixed filename in testing 13 March 2016, 16:00:49 UTC
92d1c64 Merge branch 'master' of https://github.com/JuliaInv/jInv.jl * 'master' of https://github.com/JuliaInv/jInv.jl: Update appveyor.yml Update README.md Update .travis.yml 13 March 2016, 15:41:04 UTC
ba73522 bugfix for clearance of sparse matrices. No change in functionality. - Changed clear() for SparseMatrixCSC --> A is not being set to an empty matrix - Increased coverage of testing - removed obsolete file: projGNCQ_backup.jl 13 March 2016, 15:40:56 UTC
0ed453f Update appveyor.yml removed testing for julia 0.5.x 10 March 2016, 14:07:54 UTC
eee3646 Update README.md added appveyor badge and note regarding julia version 10 March 2016, 14:07:16 UTC
e023227 Update .travis.yml 10 March 2016, 04:02:30 UTC
e72ea0d fixed bug in least squares test added testing on multiple workers to travis 10 March 2016, 04:00:06 UTC
bca2498 1) added idMod: identity model (sigma(m) = m) 2) added smallnessReg: smallness regularizer R(m) = || m-mref ||^2 3) increased coverage of testing 10 March 2016, 03:53:30 UTC
fd57efd Update README.md 07 March 2016, 21:36:42 UTC
54bb224 Update README.md 07 March 2016, 15:37:28 UTC
935b359 Update README.md 07 March 2016, 14:29:25 UTC
c53e88f Update README.md added travis badge 07 March 2016, 14:22:56 UTC
ac05d3e Update README.md 07 March 2016, 14:02:12 UTC
a231f31 initial version of jInv travis and appveyor testing 07 March 2016, 04:25:37 UTC
5c03453 Initial commit 06 March 2016, 22:51:58 UTC
back to top