add the norm of the gradient as output of the optimization of the cost...
add the norm of the gradient as output of the optimization of the cost function and improve the use of custom stopping criteria for the optimization using StopIteration exceptions
Showing
- features/gradient_descent.feature 2 additions, 0 deletionsfeatures/gradient_descent.feature
- features/proximal_gradient.feature 2 additions, 0 deletionsfeatures/proximal_gradient.feature
- src/source_localization/_util.py 24 additions, 0 deletionssrc/source_localization/_util.py
- src/source_localization/cost.py 42 additions, 30 deletionssrc/source_localization/cost.py
- src/source_localization/gradient_descent.py 4 additions, 2 deletionssrc/source_localization/gradient_descent.py
- src/source_localization/proximal_gradient.py 12 additions, 10 deletionssrc/source_localization/proximal_gradient.py
- tests/test_cost_minimize_output.py 1 addition, 1 deletiontests/test_cost_minimize_output.py
- tests/test_cost_minimize_restart.py 7 additions, 5 deletionstests/test_cost_minimize_restart.py
- tests/test_gradient_descent.py 32 additions, 1 deletiontests/test_gradient_descent.py
- tests/test_proximal_gradient.py 34 additions, 1 deletiontests/test_proximal_gradient.py
Loading
Please register or sign in to comment