summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* reinstated check of dimension_label NoneEdoardo Pasca2019-06-071-1/+1
|
* add memopt and some checksEdoardo Pasca2019-06-061-2/+47
|
* add printsEdoardo Pasca2019-06-061-23/+15
|
* add callbackEdoardo Pasca2019-06-062-18/+41
|
* fixed testEdoardo Pasca2019-06-054-19/+35
|
* added example fileEdoardo Pasca2019-06-041-0/+133
|
* progressEdoardo Pasca2019-06-047-12/+149
|
* fixing testsEdoardo Pasca2019-06-045-98/+59
|
* Merge pull request #291 from vais-ral/norm2sq_bugfixEdoardo Pasca2019-06-044-11/+11
|\ | | | | Fix upper/lower case inconsistency to allow astra demo to run
| * Merge branch 'norm2sq_bugfix' into composite_operator_datacontainerEdoardo Pasca2019-06-034-11/+11
| |\
| | * fix import and calls in testsEdoardo Pasca2019-06-032-8/+8
| | |
| | * Fix upper/lower case inconsistency to allow astra demo to runJakob Jorgensen, WS at HMXIF2019-05-212-3/+3
| | |
* | | Merge pull request #297 from vais-ral/algorithm_print27Edoardo Pasca2019-06-041-8/+7
|\ \ \ | |/ / |/| | fix print for python27
| * | fix print for python27Edoardo Pasca2019-06-041-8/+7
|/ /
* | updated printEdoardo Pasca2019-05-231-6/+5
| |
* | update pretty printEdoardo Pasca2019-05-231-10/+34
| |
* | Merge pull request #289 from vais-ral/algorithm_pretty_printEdoardo Pasca2019-05-221-10/+36
|\ \ | | | | | | verbose to tabulate the output
| * | verbose to tabulate the outputEdoardo Pasca2019-05-221-10/+36
|/ /
* | Merge pull request #279 from vais-ral/headerEdoardo Pasca2019-05-101-0/+15
|\ \ | | | | | | added NOTICE.txt
| * | add contributors in alphabetical orderEdoardo Pasca2019-05-101-5/+5
| | |
| * | updated noticeEdoardo Pasca2019-05-091-2/+2
| | |
| * | added NOTICE.txtEdoardo Pasca2019-05-091-0/+15
|/ /
* | Merge pull request #273 from vais-ral/cgls_bug_beastEdoardo Pasca2019-05-034-10/+151
|\ \ | |/ |/| | | Fix dot product bug to fix new CGLS algorithm closes #239
| * raise error if method is not recognisedEdoardo Pasca2019-05-011-0/+3
| |
| * fix importEdoardo Pasca2019-05-012-1/+6
| |
| * reimplements dot productEdoardo Pasca2019-05-011-4/+14
| | | | | | | | | | | | following discussion in #273 an implementation of the dot product is made where we rely on Python to choose an appropriate type for the result of the reduction (e.g. float64 if the data is float32)
| * removed useless importsEdoardo Pasca2019-05-011-7/+2
| |
| * 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