Skip to content
Failed

Changes

Summary

  1. changed format of semilattices for linear span (details)
  2. changed format of semilattices for linear span (details)
  3. fixed callback parameter minimize kl. (details)
  4. changed active_set to SortedSet to preserve iteration order after serialization (for parallel computing purposes) (details)
  5. added LinearSpanVertex to the exposed classes (details)
  6. fixed bug in LinearMap (defined twice...) (details)
Commit 8c49d0fc332a313ab85a26c6188f4ba59cf7c942 by dabi
changed format of semilattices for linear span
The file was modified TransportMaps/Functionals/LinearSpanApproximationBase.py (diff)
Commit c7d884dc286463b52b1e9351c2693f9de867dd5c by dabi
changed format of semilattices for linear span
The file was modified TransportMaps/Functionals/LinearSpanApproximationBase.py (diff)
Commit 462c99d76ee5390a62a4c82f00e9028d8d487536 by dabi
fixed callback parameter minimize kl.
The file was modified TransportMaps/Maps/TriangularTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/TriangularTransportMaps.py (diff)
The file was modified TransportMaps/tests/test_L2_minimization.py (diff)
Commit 959dfdd8df1f5077d9a65bf01db8db731927c835 by dabi
changed active_set to SortedSet to preserve iteration order after serialization (for parallel computing purposes)
The file was modified TransportMaps/Functionals/LinearSpanApproximationBase.py (diff)
The file was modified setup.py (diff)
Commit ff3152dfc11eb30fa24d93fb8e8c570ad3941452 by dabi
added LinearSpanVertex to the exposed classes
The file was modified TransportMaps/Functionals/LinearSpanApproximationBase.py (diff)
Commit 16d47bf8c7a0c8cdc5323b065fe51af81bd181b9 by dabi
fixed bug in LinearMap (defined twice...)
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
The file was modified TransportMaps/tests/test_laplace.py (diff)
The file was modified TransportMaps/Maps/MapBase.py (diff)
The file was modified TransportMaps/Maps/LinearMaps.py (diff)