clean the advection_operator module, the rmatvec method of the Advection class...
clean the advection_operator module, the rmatvec method of the Advection class is now the true adjoint matrix-vector product of the advection operator and remove the AdjointAdvection class that is no longer used, change the pheromone propagation model and adjoint model accordingly, as well as the tests
Showing
- src/pheromone_dispersion/advection_operator.py 8 additions, 124 deletionssrc/pheromone_dispersion/advection_operator.py
- src/pheromone_dispersion/convection_diffusion_2D.py 1 addition, 1 deletionsrc/pheromone_dispersion/convection_diffusion_2D.py
- src/source_localization/adjoint_convection_diffusion_2D.py 9 additions, 8 deletionssrc/source_localization/adjoint_convection_diffusion_2D.py
- tests/test_2D_adjoint_model.py 4 additions, 4 deletionstests/test_2D_adjoint_model.py
- tests/test_advection_term.py 1 addition, 2 deletionstests/test_advection_term.py
- tests/test_cost_reg.py 2 additions, 2 deletionstests/test_cost_reg.py
- tests/test_gradient_descent.py 1 addition, 1 deletiontests/test_gradient_descent.py
- tests/test_proximal_gradient.py 1 addition, 1 deletiontests/test_proximal_gradient.py
Loading
Please register or sign in to comment