Skip to content
Failed

Changes

Summary

  1. Finite difference is just one function for all the cases. (details)
  2. all unit tests pass with new DerivativesChecks module (details)
  3. remomved try catch from DerivativesChecks. Started with test_derivatives (details)
  4. added action_hess_a interface to Parametric distributions (details)
  5. added vectorized derivative check for the action of the Hessian (details)
Commit e8efda773376c02870cfcdd3d724cd2d2cd294bf by dabi
Finite difference is just one function for all the cases.
The file was modified TransportMaps/FiniteDifference.py (diff)
The file was modified Examples/old/StochasticVolatility/StocVolHyperDensitiesDurbin.py (diff)
The file was modified TransportMaps/Maps/MapBase.py (diff)
The file was modified TransportMaps/tests/test_distributions.py (diff)
The file was modified TransportMaps/tests/test_transportmaps.py (diff)
The file was modified Examples/old/SequentialInference/InverseMap-DirectConstruction.py (diff)
The file was modified Examples/research/EIT/NoElectrode/Adjoint-test-field.py (diff)
The file was modified Examples/research/PoissonProblem/GaussianFieldDataGeneration.py (diff)
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was modified TransportMaps/LaplaceApproximationRoutines.py (diff)
The file was modified TransportMaps/Routines.py (diff)
Commit 033eb5544e804d565932c617028a794d38c61e4e by dabi
all unit tests pass with new DerivativesChecks module
The file was modified TransportMaps/Routines.py (diff)
The file was modified TransportMaps/tests/test_functions.py (diff)
The file was modified TransportMaps/tests/test_transportmaps.py (diff)
The file was modified TransportMaps/tests/test_kl_divergence.py (diff)
The file was modified TransportMaps/tests/test_transportmap_distributions.py (diff)
The file was modified TransportMaps/FiniteDifference.py (diff)
The file was modified TransportMaps/__init__.py (diff)
The file was modified TransportMaps/LaplaceApproximationRoutines.py (diff)
The file was addedTransportMaps/DerivativesChecks.py
The file was modified TransportMaps/tests/test_distributions.py (diff)
The file was modified TransportMaps/tests/test_L2_misfit.py (diff)
Commit f97958e63b9c78dca8c2c4af82c6252aa9f70436 by dabi
remomved try catch from DerivativesChecks. Started with test_derivatives
for Maps. TODO: for Distributions and Functions.
The file was modified TransportMaps/Maps/MapBase.py (diff)
The file was modified TransportMaps/DerivativesChecks.py (diff)
Commit 7a1e682fdc651ce38b8e6193439869a6c1effc75 by dabi
added action_hess_a interface to Parametric distributions
The file was modified TransportMaps/Distributions/ParametricDistributionBase.py (diff)
Commit 5e84e29a56fd333fd80e90e3b540d7a352d4f1b5 by dabi
added vectorized derivative check for the action of the Hessian
The file was modified TransportMaps/DerivativesChecks.py (diff)