| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
value input. (#419)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* added armijo rule
* added info and kwarg for alpha
* updated Armijo rule
* modified stop criterion to GD
* added kmax to limit the while True loop
* fix raise comment
* change default stopping criterion
* updated test
* added Rosenbrock function and test Gradient descent on that
* removed test code
* added missing import
|
|
|
|
|
|
|
|
|
|
|
|
| |
* moved plotting utilities from demos
* added plt.show()
* add utilities package
* removed print statement
* added numpy import
|
|
|
|
|
|
|
|
| |
* fix MixedL21Norm
* merged master
* re added future imports
|
| |
|
| |
|
|
|
|
| |
`BlockGeometry` passes `max_value` to `ImageGeometry` or `AcquisitionGeometry`
|
|
|
|
|
| |
* closes #406 closes #400
* Processors check modification and run time before running process
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* defines shape for a subset slice
closes #408
* fix subset for AcquisitionData
* add future imports (#411)
* override the dimension parameter, set angles to None by default (#412)
* defines shape for a subset slice
* fix subset for AcquisitionData
* added initial unittest for subset
* added .gitignore
* adds unittest for subset, fix subset for AcquisitionData
* reverted change of behaviour of as_array
* removed empty line
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* save previous iteration at start of iteration
* adds very_verbose to run method
* modified test
closes #396
|
| |
|
|
|
| |
closes #370
|
|
|
| |
closes #398
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix func style
* fix symGrad
* recover from master
* fix L1
* fix L1
* Update KullbackLeibler.py
* correct adjoint FD
* fix symgrad
* no change in adjoint FD
* add comment on FD
* added unittest
* changed syntax for assert_almost_equal
* split test of sym gradient
* fixed test
|
|
|
|
|
|
|
|
|
|
| |
* run to run all iterations possible
* add test without specifying number of iterations to run
* removed print
closes #383
|
|
|
|
|
|
| |
* allocate output from geometry
* removed non-default location of TestData
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add test for algorithm
* fix conflict
* suppress warning
* pass kwargs to Algorithm class creator
* added unary operation exp and log
|
|
|
|
|
|
|
|
|
|
| |
* add test for algorithm
* fix conflict
* suppress warning
* pass kwargs to Algorithm class creator
|
|
|
|
|
| |
closes #235
closes #312
closes #375
|
|
|
| |
closes #371
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* python2 compatibility import future
* add staticmethod dot to test LinearOperators
* a little more efficient code
* skips all tests if module wget is not present
* removed sirf import and simplified code
|
|
|
|
|
|
|
|
|
|
|
|
| |
* subset to return VectorData if dim=1
* move Vector to framework
this removes circular dependency
* repeat test
* skip test
|
|
|
| |
closes #365
|
| |
|
| |
|
|\
| |
| | |
Removed demos
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Norm2Sq and FISTA to give hints of why they fail
* added denoising tests from demos
* L1Norm store instance of ShrinkageOperator
* relax limit for python2
* added source of tests
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix documentation algs
* fix docum functions dir
* fix docum operator dir
* docstring title
* updated math in docstring
|
|
|
|
|
|
|
|
| |
* Algorithms updated to initalise all member variables in set_up()
* Added missing data files
* Removed memopts=False path
|
|
|
| |
This reverts commit 6876bda04cde114642ebce3d6bd577da40fa34e9.
|
|
|
|
|
|
|
|
| |
* Algorithms updated to initalise all member variables in set_up()
* Added missing data files
* Removed memopts=False path
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* added to autoclass doc
* added header
* file permission
* remove x permission
* spdhg x mode
* removed file
* reset permission to 644
|
| |
|
| |
|
|\
| |
| | |
updated documentation with all classes
|
|/ |
|
| |
|
|\
| |
| | |
removed wip directory
|
|/ |
|
|\
| |
| | |
adds tolerance check to CGLS iterations as it may be unstable and diverge
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| | | |
|
| | | |
|