summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix dot product bugJakob Jorgensen, WS at HMXIF2019-04-302-1/+129
|
* Merge pull request #266 from vais-ral/sirt2beastEdoardo Pasca2019-04-266-72/+331
|\ | | | | Sirt2beast
| * Change array->as_array and loss->objectiveJakob Jorgensen, WS at HMXIF2019-04-261-14/+14
| |
| * Tidy SIRT and demoJakob Jorgensen, WS at HMXIF2019-04-252-81/+69
| |
| * Add demo FISTA with constraints previously in SIRT demoJakob Jorgensen, WS at HMXIF2019-04-171-0/+158
| |
| * Implemented using geometries in SIRTJakob Jorgensen, WS at HMXIF2019-04-173-64/+16
| |
| * Copied SIRT manuallyJakob Jorgensen, WS at HMXIF2019-04-161-28/+30
| |
| * bugfixes, whitespaceJakob Jorgensen, WS at HMXIF2019-04-162-5/+5
| |
| * Transferred from move_sirt_algorithm branchJakob Jorgensen, WS at HMXIF2019-04-165-17/+176
| |
* | Merge pull request #252 from vais-ral/spdhg_to_contribEdoardo Pasca2019-04-175-1/+3
|\ \ | | | | | | Spdhg to contrib
| * | removed spdhg from optimisationEdoardo Pasca2019-04-171-338/+0
| | |
| * | added contrib and moved spdhgEdoardo Pasca2019-04-175-1/+341
|/ /
* | fix callEdoardo Pasca2019-04-171-1/+1
| |
* | Merge pull request #250 from vais-ral/KLEdoardo Pasca2019-04-1711-49/+607
|\ \ | |/ |/| Implementation of KullbackLeibler with memopt and tests
| * Merge remote-tracking branch 'origin/master' into KLEdoardo Pasca2019-04-178-0/+490
| |\
| | * Merge pull request #227 from vais-ral/docsEdoardo Pasca2019-03-197-0/+489
| | |\ | | | | | | | | initial sphinx doc
| | | * initial sphinx docEdoardo Pasca2019-03-197-0/+489
| | | |
| | * | Set theme jekyll-theme-slatevais-ral2019-03-191-0/+1
| | |/
| * | add implementation of KullbackLeibler with tests and memoptEdoardo Pasca2019-04-172-33/+82
| | |
| * | removed commentsEdoardo Pasca2019-04-161-6/+1
| | |
| * | fix L2NormSquaredEdoardo Pasca2019-04-162-3/+4
| | |
| * | added KullbackLeibler out implementation and testEdoardo Pasca2019-04-162-42/+65
|/ /
* | Merge pull request #249 from vais-ral/out_testEdoardo Pasca2019-04-163-43/+70
|\ \ | | | | | | Out test and fix PowerMethod
| * | fix new implementation of PowerMethodEdoardo Pasca2019-04-161-28/+11
| | | | | | | | | | | | fixes different values found in #224
| * | updated testsEdoardo Pasca2019-04-162-15/+59
|/ /
* | Merge pull request #244 from vais-ral/power_methodEdoardo Pasca2019-04-1615-396/+175
|\ \ | | | | | | moved Power Method in Linear Operator
| * | reinstated speed checkEdoardo Pasca2019-04-161-1/+1
| | | | | | | | | | | | see #248
| * | skip time test of gradient adjoint with out parameterEdoardo Pasca2019-04-161-7/+7
| | |
| * | use IdentityEdoardo Pasca2019-04-161-9/+3
| | |
| * | moved LinearOperatorMatrixEdoardo Pasca2019-04-162-1/+52
| | |
| * | minor change of PowerMethodEdoardo Pasca2019-04-161-2/+3
| | |
| * | removed TV2DEdoardo Pasca2019-04-161-7/+0
| | |
| * | fix tests with removed ops.pyEdoardo Pasca2019-04-166-78/+25
| | |
| * | fix test and removed reference to PowerMethodNonsquareEdoardo Pasca2019-04-154-14/+11
| | |
| * | Merge remote-tracking branch 'origin/composite_operator_datacontainer' into ↵Edoardo Pasca2019-04-1516-282/+694
| |\ \ | | | | | | | | | | | | power_method
| * | | moved Power Method in Linear OperatorEdoardo Pasca2019-04-153-294/+90
| | | | | | | | | | | | | | | | closes #196
* | | | proximal is not working properlyepapoutsellis2019-04-151-3/+18
| | | |
* | | | fixing other method pf pdhg denoisingepapoutsellis2019-04-1510-136/+197
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #245 from vais-ral/exception_geometryEdoardo Pasca2019-04-1510-136/+197
| |\ \ \ | | | | | | | | | | Exception geometry
| | * | | fixed importsEdoardo Pasca2019-04-154-5/+4
| | | | |
| | * | | use new algorithm classEdoardo Pasca2019-04-151-12/+19
| | | | |
| | * | | fixed load methodEdoardo Pasca2019-04-151-5/+16
| | | | |
| | * | | update ZeroFun to ZeroFunctionEdoardo Pasca2019-04-152-5/+5
| | | | |
| | * | | Merge remote-tracking branch 'origin/composite_operator_datacontainer' into ↵Edoardo Pasca2019-04-1511-172/+267
| | |\| | | | | | | | | | | | | | | | | exception_geometry
| | * | | add test for allocate when passed a geometryEdoardo Pasca2019-04-151-10/+11
| | | | | | | | | | | | | | | | | | | | closes #223
| | * | | adds exception for incompatible geometry/arrayEdoardo Pasca2019-04-122-100/+143
| | | | |
* | | | | fixing other method pf pdhg denoisingepapoutsellis2019-04-152-7/+280
| | | | |
* | | | | fixing other method pf pdhg denoisingepapoutsellis2019-04-157-195/+176
| | | | |
* | | | | change grad & proxepapoutsellis2019-04-151-2/+2
|/ / / /
* | / / fix out, mixedL21Norm, add 3D denoisingepapoutsellis2019-04-156-146/+497
| |/ / |/| |