Skip to content
Failed

Changes

Summary

  1. started working on some examples (details)
  2. working on euler bernoulli (details)
  3. working on bod (details)
  4. started with the a sketch of the algorithm (details)
  5. working on algorithm (details)
  6. lazy map implementation for BOD (details)
  7. started algorithm for lazy map in Algorithms (details)
  8. working on banana (details)
  9. working on banana (details)
  10. soft truncation, i.e. nearly linear map works better than hard truncation (which does not work at all but in few cases) (details)
  11. playing with orders (details)
  12. working on forward Euler map (details)
  13. working on Forward Euler (details)
  14. fixed Lorenz63 and added ODEs discretization maps to the framework (details)
  15. started implementation of Lorenz 96 (details)
  16. working on Lorenz96 (details)
  17. added the possibility of skipping prediction steps by composing Euler maps (details)
  18. added rmse output for smoothing (details)
  19. lorenz 96 distribution ready (details)
  20. starting to generate distribution for Lorenz96 (details)
  21. dynamics generated correctly (details)
  22. working on the generator of maps with prescribed sparsity for L96 (details)
  23. working on the generator of maps with prescribed sparsity for L96 (details)
  24. working on loading maps for L96 (details)
  25. working on postprocessing (details)
  26. working on results for AGU (details)
  27. working on results for AGU (details)
  28. added missing files l96 (details)
  29. working on time plotting of l63 (details)
  30. working on reduced basis extraction (details)
  31. working on reduced basis extraction (details)
  32. working on low-rank filter (details)
  33. working on low-rank for filtering (details)
  34. working on generation of maps for low-rank approximations (details)
  35. working on generation of maps for low-rank approximations (details)
  36. experimenting with low-rank (details)
  37. working on low-rank l96 (details)
  38. working on low-rank l96 (details)
  39. working on L96 M2 (details)
  40. working on L96 M2 (details)
  41. working on L96 M2 (details)
  42. working on gradient of L96 model II (details)
  43. cython implementation of gradient works (details)
  44. action of hessian works for L96 model 2 (details)
  45. working on preconditioning (details)
  46. working on l96 m2 (details)
  47. working on l96 m2 (details)
  48. running l96 m2 (details)
  49. preparing linear maps for low-rank model (details)
  50. re-factoring some nomenclature for hidden Markov chains (details)
  51. re-factoring some nomenclature for hidden Markov chains (details)
  52. modal l96 model 2 done (details)
  53. fixed tmap-seq-tm (details)
  54. working on filtering preconditioning (details)
  55. preconditioning through filter almost works (details)
  56. working on both l96 and l63 (details)
  57. filter preconditioning works!! (details)
  58. prepared filtering preconditioning for l96 (details)
  59. preconditioning through filtering works for l96 (details)
  60. mpi_map now updates automatically the counters of the methods called on an object (details)
  61. l96 with filter preconditioning works. NEXT: remove 1st step of smoother (first lag-1 smoothing) and substitute with the regular step using the 0-th filtering (0-th step inference problem) (details)
  62. removed skip-first and made 0th step to be included in the final map. So the first map in the composition does not involve a transition (details)
  63. working on combination of filt preconditioner and low-rank preconditioner (details)
  64. low-rank preconditioning works with filter preconditioning (details)
  65. working on lr l96 (details)
  66. working on l96 (details)
  67. working on l96 lr (details)
  68. going.. (details)
  69. working on banded maps (details)
  70. experimenting low-rank subspace ideas (details)
  71. working on constructor (details)
  72. working on runner for poisson (details)
  73. embedding the deep lazy map construction into the builder cycle (details)
  74. restructuring all the building architecture (details)
  75. restructuring of building architecture done. todo on sequential algorithm as well. (details)
  76. working on reshaping of builders (details)
  77. some fixes after big merge. Going to branch off this in order to debug and work on Lazy maps at the same time (details)
  78. working on the runner for lazy maps (details)
  79. fixing here and there (details)
  80. working on the lazy map script (details)
  81. working on scripts for lazy maps (details)
  82. working on scripts for lazy maps (details)
  83. fixing new interface (details)
  84. testing tmap-deep-lazy-tm (details)
  85. testing tmap-deep-lazy-tm (details)
  86. testing... (details)
  87. script runs (details)
  88. working on poisson with lazy maps (details)
  89. working on poisson with lazy maps (details)
Commit 43a03f58e407ee9b426ae3977c5afefe11e448e2 by dabi
started working on some examples
The file was addedExamples/research/LazyMaps/BOD/bod.py
The file was modified TransportMaps/Distributions/Examples/BiochemicalOxygenDemand/BODDistributions.py (diff)
Commit f2f4c06489fb90681958559ea6e1299c7638b0ac by dabi
working on euler bernoulli
The file was addedExamples/research/LazyMaps/euler-bernoulli/EulerBernoulliDistributions.py
The file was modified TransportMaps/Diagnostics/Plotting.py (diff)
The file was modified TransportMaps/FiniteDifference.py (diff)
The file was addedExamples/research/LazyMaps/euler-bernoulli/test_distribution.py
The file was modified TransportMaps/LaplaceApproximationRoutines.py (diff)
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was addedExamples/research/LazyMaps/BOD/bod_joint.py
The file was modified TransportMaps/Distributions/Examples/BiochemicalOxygenDemand/BODDistributions.py (diff)
The file was modified Examples/research/LazyMaps/euler-bernoulli/test_distribution.py (diff)
The file was modified TransportMaps/Maps/MapBase.py (diff)
The file was modified TransportMaps/Maps/FrozenTriangularTransportMaps.py (diff)
The file was modified TransportMaps/Maps/SimpleTransportMaps.py (diff)
Commit 840f9c886d30ce09df25856a9515b6083ea2fe69 by dabi
started with the a sketch of the algorithm
The file was modified Examples/research/LazyMaps/BOD/bod_joint.py (diff)
Commit a8ea19f2a7aef9d11f1cde6bbea7540a392f9e39 by dabi
working on algorithm
The file was modified Examples/research/LazyMaps/BOD/bod_joint.py (diff)
Commit 9ed2788668768eab6bc2c8ec5813afde616640df by dabi
lazy map implementation for BOD
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was modified TransportMaps/Maps/SimpleTransportMaps.py (diff)
The file was addedExamples/research/LazyMaps/BOD/DeepLazyMapConstructionBase.py
The file was modified Examples/research/LazyMaps/BOD/bod_joint.py (diff)
Commit 026211ec4fc55d95819b6606f9762d06d268326f by dabi
started algorithm for lazy map in Algorithms
The file was addedTransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapConstructionBase.py
The file was modified TransportMaps/__init__.py (diff)
The file was addedTransportMaps/Algorithms/DeepLazyMaps/__init__.py
The file was modified TransportMaps/Algorithms/__init__.py (diff)
The file was modified Examples/research/LazyMaps/BOD/bod_joint.py (diff)
The file was removedExamples/research/LazyMaps/BOD/DeepLazyMapConstructionBase.py
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapConstructionBase.py (diff)
The file was modified Examples/research/LazyMaps/BOD/bod_joint.py (diff)
The file was modified TransportMaps/Distributions/FrozenDistributions.py (diff)
The file was addedExamples/research/LazyMaps/banana/banana.py
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapConstructionBase.py (diff)
The file was modified TransportMaps/Diagnostics/Plotting.py (diff)
The file was modified Examples/research/LazyMaps/banana/banana.py (diff)
Commit ecba62b9181e405122302e9a7e4e170d4a3d3aa2 by dabi
soft truncation, i.e. nearly linear map works better than hard truncation (which does not work at all but in few cases)
The file was modified Examples/research/LazyMaps/BOD/bod_joint.py (diff)
The file was modified Examples/research/LazyMaps/banana/banana.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapConstructionBase.py (diff)
Commit 7925a3176695af5e9bcd24cf476bdb338a1eb234 by dabi
playing with orders
The file was modified Examples/research/LazyMaps/BOD/bod_joint.py (diff)
Commit bb2cea5b1d7b4aa5e5ff7b324a3831e1b1ed083e by dabi
working on forward Euler map
The file was modified TransportMaps/Distributions/Examples/Lorenz63/Lorenz63Distributions.py (diff)
Commit eacf676893dfa134edad2744f4179cc81596ed2d by dabi
working on Forward Euler
The file was modified TransportMaps/Distributions/Examples/Lorenz63/Lorenz63Distributions.py (diff)
Commit 99dc14b6166f7f8bbffbafb142a7b2b59d8fba70 by dabi
fixed Lorenz63 and added ODEs discretization maps to the framework
The file was modified Examples/research/Lorenz63/test_distribution.py (diff)
The file was addedTransportMaps/Maps/DiscretizedODEsMaps.py
The file was modified Examples/research/Lorenz63/GenerateDistribution.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz63/Lorenz63Distributions.py (diff)
The file was modified TransportMaps/Maps/__init__.py (diff)
Commit 4fdb9d15abf89edb75ae16c75d274ec87e91f66b by dabi
started implementation of Lorenz 96
The file was addedTransportMaps/Distributions/Examples/Lorenz96/__init__.py
The file was modified TransportMaps/Distributions/Examples/Lorenz63/Lorenz63Distributions.py (diff)
The file was modified TransportMaps/Maps/DiscretizedODEsMaps.py (diff)
The file was modified TransportMaps/Distributions/Examples/__init__.py (diff)
The file was modified Examples/research/Lorenz63/postprocess-plotting.py (diff)
The file was addedTransportMaps/Distributions/Examples/Lorenz96/Lorenz96Distributions.py
Commit f13cdfe8fcfa77d7bd7fd0555888b1827b0cc274 by dabi
working on Lorenz96
The file was addedExamples/research/Lorenz96/test_map.py
The file was modified TransportMaps/Distributions/Examples/Lorenz96/Lorenz96Distributions.py (diff)
Commit 2e14d978e09b2d05a0f5209fa758c3de382aeb87 by dabi
added the possibility of skipping prediction steps by composing Euler maps
The file was modified TransportMaps/Maps/SimpleTransportMaps.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz63/Lorenz63Distributions.py (diff)
The file was modified Examples/research/Lorenz63/GenerateDistribution.py (diff)
The file was modified TransportMaps/Maps/DiscretizedODEsMaps.py (diff)
Commit b2758b2b56e8a0d929375a00f6ac20994270f76e by dabi
added rmse output for smoothing
The file was modified Examples/research/Lorenz63/postprocess-plotting.py (diff)
Commit 9f3bc928c58922e94e1a85a3d90feb0961a7966f by dabi
lorenz 96 distribution ready
The file was modified TransportMaps/Distributions/Examples/Lorenz96/Lorenz96Distributions.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz63/Lorenz63Distributions.py (diff)
The file was modified Examples/research/Lorenz63/GenerateDistribution.py (diff)
The file was modified TransportMaps/Distributions/Decomposable/SequentialInferenceDistributions.py (diff)
The file was modified Examples/research/Lorenz63/postprocess-plotting.py (diff)
Commit 8e30bbc8f355fb61240c05a6a19bba7458dd4518 by dabi
starting to generate distribution for Lorenz96
The file was modified Examples/research/Lorenz63/postprocess-plotting.py (diff)
The file was modified Examples/research/Lorenz96/test_map.py (diff)
The file was addedExamples/research/Lorenz96/GenerateDistribution.py
The file was modified Examples/research/Lorenz63/GenerateDistribution.py (diff)
Commit 0874e78d8c097dc7a1a2883cdfcbe91237b31bef by dabi
dynamics generated correctly
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
Commit 82aab474a6d4c595c5e1b969405bb3fff002b3e6 by dabi
working on the generator of maps with prescribed sparsity for L96
The file was addedExamples/research/Lorenz96/GenerateSparseTransportMap.py
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
Commit dc05a923efe7a737a77389d37536429c489c0399 by dabi
working on the generator of maps with prescribed sparsity for L96
The file was modified Examples/research/Lorenz96/GenerateSparseTransportMap.py (diff)
Commit 9ca1cafe94b399fa4582bdf52eca5e800fb3e2cf by dabi
working on loading maps for L96
The file was modified Examples/research/Lorenz96/GenerateSparseTransportMap.py (diff)
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
The file was modified TransportMaps/Samplers/MarkovChainSamplers.py (diff)
The file was modified scripts/tmap-sequential-tm (diff)
The file was modified TransportMaps/CLI/PostprocessBase.py (diff)
Commit 8cb77668bb68e3f6d57dbbe34e6e7a91a3ce08fd by dabi
working on postprocessing
The file was modified Examples/research/Lorenz63/GenerateDistribution.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified Examples/research/Lorenz63/postprocess-plotting.py (diff)
The file was modified scripts/tmap-sequential-tm (diff)
Commit 38d6dc3844c3ec60ac846ce660cd0dfd66d694d7 by dabi
working on results for AGU
The file was addedExamples/research/Lorenz63/run-plotting.sh
The file was addedExamples/research/Lorenz63/run-postprocess.sh
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
The file was modified Examples/research/Lorenz63/GenerateDistribution.py (diff)
The file was addedExamples/research/Lorenz63/run-trim-smooth.sh
The file was modified Examples/research/Lorenz63/postprocess-plotting.py (diff)
The file was addedExamples/research/Lorenz63/run-mcmc.sh
The file was modified Examples/research/Lorenz96/GenerateSparseTransportMap.py (diff)
The file was modified scripts/tmap-sequential-tm (diff)
The file was addedExamples/research/Lorenz96/run-postprocess.sh
Commit f488c6be07c559d1fd70111332e7a3853b0ce2c5 by dabi
working on results for AGU
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
Commit 7bf1ba5e776c1011e89626d6bff3ddf7ce00fb87 by dabi
added missing files l96
The file was modified Examples/research/Lorenz96/GenerateSparseTransportMap.py (diff)
The file was modified scripts/tmap-sequential-tm (diff)
The file was modified Examples/research/Lorenz63/postprocess-plotting.py (diff)
The file was addedExamples/research/Lorenz96/run-plotting.sh
The file was addedExamples/research/Lorenz96/postprocess-plotting.py
The file was modified Examples/research/Lorenz63/GenerateDistribution.py (diff)
The file was modified Examples/research/Lorenz63/run-plotting.sh (diff)
The file was modified Examples/research/Lorenz96/run-postprocess.sh (diff)
Commit 0fa191ea9f7d9384a13b596fd0668d7f64c4532c by dabi
working on time plotting of l63
The file was modified Examples/research/Lorenz96/run-plotting.sh (diff)
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
The file was modified Examples/research/Lorenz63/run-mcmc.sh (diff)
The file was modified Examples/research/Lorenz63/run-plotting.sh (diff)
The file was modified Examples/research/Lorenz96/run-postprocess.sh (diff)
The file was modified Examples/research/Lorenz63/postprocess-plotting.py (diff)
The file was modified Examples/research/Lorenz96/GenerateSparseTransportMap.py (diff)
Commit 4285a794af670e4e6f91d1e2220c0fe4276fe0b4 by dabi
working on reduced basis extraction
The file was modified Examples/research/Lorenz63/postprocess-plotting.py (diff)
The file was addedExamples/research/Lorenz63/reduced_basis_extraction.py
The file was modified Examples/research/Lorenz63/run-plotting.sh (diff)
Commit a4ca7fd1b92e7306d68b8d3b32ce477217c82606 by dabi
working on reduced basis extraction
The file was modified Examples/research/Lorenz63/reduced_basis_extraction.py (diff)
Commit c445e41d7f1fe3bb9c5fd3a0fa9aa4f5b07dda78 by dabi
working on low-rank filter
The file was modified Examples/research/Lorenz63/run-plotting.sh (diff)
The file was modified Examples/research/Lorenz63/postprocess-plotting.py (diff)
The file was modified Examples/research/Lorenz63/reduced_basis_extraction.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified Examples/research/Lorenz63/run-postprocess.sh (diff)
Commit e9a97b692723774f29f53dfcb9eda28f52c31770 by dabi
working on low-rank for filtering
The file was modified TransportMaps/Maps/SimpleTransportMaps.py (diff)
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was modified Examples/research/Lorenz63/reduced_basis_extraction.py (diff)
The file was addedTransportMaps/Maps/MapFactoryBase.py
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified Examples/research/Lorenz63/GenerateDistribution.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was addedExamples/research/Lorenz63/GenerateLowRankMap.py
The file was modified TransportMaps/CLI/AvailableOptions.py (diff)
The file was modified scripts/tmap-sequential-tm (diff)
Commit c1351e1bff245dfced16875fade9983018039f17 by dabi
working on generation of maps for low-rank approximations
The file was modified TransportMaps/Maps/MapFactoryBase.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified scripts/tmap-sequential-tm (diff)
The file was modified TransportMaps/Maps/Decomposable/__init__.py (diff)
The file was modified TransportMaps/Maps/__init__.py (diff)
Commit 4c4a59ba7cbce9cec1bfb59ff0114548f6f7b32a by dabi
working on generation of maps for low-rank approximations
The file was addedTransportMaps/Maps/Decomposable/SequentialInferenceMapFactoryBase.py
The file was addedExamples/research/Lorenz63/GenerateMapFactory.py
Commit e36b9c8e8a1bcec2a06ec482511543d179bffedd by dabi
experimenting with low-rank
The file was modified TransportMaps/Maps/FullTransportMaps.py (diff)
The file was modified TransportMaps/Maps/LinearMaps.py (diff)
The file was modified TransportMaps/Maps/SimpleTransportMaps.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified Examples/research/Lorenz63/reduced_basis_extraction.py (diff)
Commit 3af144d03397e549bc83253c6c118b7142525b07 by dabi
working on low-rank l96
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was addedExamples/research/Lorenz96/reduced_basis_extraction.py
The file was modified TransportMaps/Maps/FullTransportMaps.py (diff)
The file was addedExamples/research/Lorenz96/auxmod/__init__.py
The file was modified TransportMaps/Maps/MapBase.py (diff)
The file was addedExamples/research/Lorenz96/GenerateMapFactory.py
The file was modified Examples/research/Lorenz63/reduced_basis_extraction.py (diff)
The file was addedExamples/research/Lorenz96/auxmod/MapFactory.py
The file was modified TransportMaps/Maps/Decomposable/SequentialInferenceMapFactoryBase.py (diff)
Commit 3237103afb37e8408b344df889696fe453dbaed3 by dabi
working on low-rank l96
The file was modified Examples/research/Lorenz96/auxmod/MapFactory.py (diff)
The file was modified Examples/research/Lorenz96/GenerateMapFactory.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was addedExamples/research/Lorenz96/add-python-path
The file was modified Examples/research/Lorenz96/postprocess-plotting.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz96/__init__.py (diff)
The file was modified Examples/research/Lorenz96/run-postprocess.sh (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz96/Lorenz96Distributions.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified TransportMaps/CLI/PostprocessBase.py (diff)
The file was addedTransportMaps/Distributions/Examples/Lorenz96/fast_eval.pyx
The file was modified setup.py (diff)
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
The file was modified Examples/research/Lorenz96/postprocess-plotting.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz96/fast_eval.pyx (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz96/fast_eval.pyx (diff)
Commit d6640eea5ff9f9902d6b91c89ff610b5e9947fe4 by dabi
working on gradient of L96 model II
The file was modified TransportMaps/Distributions/Examples/Lorenz96/fast_eval.pyx (diff)
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz96/Lorenz96Distributions.py (diff)
Commit a708f71633b931aafb8209bfc80df62cc079c3ee by dabi
cython implementation of gradient works
The file was modified TransportMaps/Distributions/Examples/Lorenz96/Lorenz96Distributions.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz96/fast_eval.pyx (diff)
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
Commit 113e4ddc30a5d406445043ebff76b365381ae7e2 by dabi
action of hessian works for L96 model 2
The file was modified TransportMaps/Distributions/Examples/Lorenz96/fast_eval.pyx (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz96/Lorenz96Distributions.py (diff)
Commit 89ea43e49d37c70dd6510d9f35799f6b1ef10c7c by dabi
working on preconditioning
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified scripts/tmap-sequential-tm (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified TransportMaps/Maps/LinearMaps.py (diff)
The file was modified scripts/tmap-sequential-tm (diff)
The file was modified TransportMaps/Maps/DiscretizedODEsMaps.py (diff)
The file was modified TransportMaps/Distributions/Decomposable/SequentialInferenceDistributions.py (diff)
The file was modified TransportMaps/Distributions/DistributionBase.py (diff)
The file was modified TransportMaps/Distributions/FrozenDistributions.py (diff)
The file was modified TransportMaps/DerivativesChecks.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz96/fast_eval.pyx (diff)
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz96/Lorenz96Distributions.py (diff)
The file was modified TransportMaps/Maps/MapBase.py (diff)
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
The file was modified TransportMaps/Distributions/Decomposable/SequentialInferenceDistributions.py (diff)
The file was modified TransportMaps/Distributions/Decomposable/SequentialInferenceDistributions.py (diff)
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
Commit aabd5690bd63f51ac43164cdb517ded3aa8d891f by dabi
preparing linear maps for low-rank model
The file was modified TransportMaps/Maps/LinearMaps.py (diff)
The file was modified TransportMaps/Maps/FullTransportMaps.py (diff)
Commit 16b7d81e453ed196fe5dae4fa9503adbf1b885bc by dabi
re-factoring some nomenclature for hidden Markov chains
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz96/Lorenz96Distributions.py (diff)
The file was modified TransportMaps/Distributions/Decomposable/SequentialInferenceDistributions.py (diff)
The file was modified TransportMaps/Maps/LinearMaps.py (diff)
Commit 0be77e38dfaeccee6cf2609afdef48e990a94cef by dabi
re-factoring some nomenclature for hidden Markov chains
The file was modified TransportMaps/Distributions/Decomposable/SequentialInferenceDistributions.py (diff)
Commit 8ac09743761ec7a3fcbe37043b3f23f4b8a0512f by dabi
modal l96 model 2 done
The file was modified TransportMaps/Distributions/Decomposable/SequentialInferenceDistributions.py (diff)
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz96/Lorenz96Distributions.py (diff)
The file was modified TransportMaps/Maps/MapBase.py (diff)
The file was modified scripts/tmap-sequential-tm (diff)
The file was modified TransportMaps/Distributions/Decomposable/SequentialInferenceDistributions.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/SequentialInferenceBase.py (diff)
The file was modified Examples/research/Lorenz96/postprocess-plotting.py (diff)
Commit ad1e0fb5822c44bb3948c2e4b2a236c629c6a3fd by dabi
working on filtering preconditioning
The file was modified Examples/research/Lorenz96/run-plotting.sh (diff)
The file was modified Examples/research/Lorenz96/run-postprocess.sh (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz96/Lorenz96Distributions.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified Examples/research/Lorenz96/postprocess-plotting.py (diff)
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
Commit f385f25323fb3a60d19c0b2bc5da79c27ea90809 by dabi
preconditioning through filter almost works
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified Examples/research/Lorenz96/postprocess-plotting.py (diff)
The file was modified scripts/tmap-sequential-tm (diff)
Commit d1378f34b8b7d6cec4234727ebfd801314e87407 by dabi
working on both l96 and l63
The file was modified TransportMaps/Maps/MapBase.py (diff)
The file was modified Examples/research/Lorenz96/GenerateMapFactory.py (diff)
The file was modified Examples/research/Lorenz96/run-plotting.sh (diff)
The file was modified scripts/tmap-sequential-tm (diff)
The file was modified TransportMaps/Maps/Decomposable/SequentialInferenceMapFactoryBase.py (diff)
The file was addedExamples/research/Lorenz96/GenerateBandedMapFactory.py
The file was modified Examples/research/Lorenz96/auxmod/MapFactory.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
The file was modified TransportMaps/Maps/MapFactoryBase.py (diff)
The file was modified setup.py (diff)
Commit 2bc38ff9cd16b3e3e4a82388e75ac7e15be8a5f6 by dabi
filter preconditioning works!!
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/RegressionAdaptivity.py (diff)
Commit 04e1138eeb912780b65edabd4e41589f3f314ce9 by dabi
prepared filtering preconditioning for l96
The file was modified Examples/research/Lorenz63/run-plotting.sh (diff)
The file was modified Examples/research/Lorenz96/run-plotting.sh (diff)
The file was modified Examples/research/Lorenz96/run-postprocess.sh (diff)
The file was modified Examples/research/Lorenz63/run-postprocess.sh (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified scripts/tmap-sequential-tm (diff)
The file was modified Examples/research/Lorenz63/postprocess-plotting.py (diff)
Commit 9b22d289211c6d52639cd016ee2210ad50ced0a6 by dabi
preconditioning through filtering works for l96
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified scripts/tmap-sequential-tm (diff)
The file was modified Examples/research/Lorenz96/run-plotting.sh (diff)
The file was modified Examples/research/Lorenz96/GenerateBandedMapFactory.py (diff)
Commit 205b0805bdac03be4a9f34dce6f25282adb3daad by dabi
mpi_map now updates automatically the counters of the methods called on an object
The file was modified TransportMaps/Misc.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
Commit ab5a9c46ee5517902fb84675316f696141241679 by dabi
l96 with filter preconditioning works. NEXT: remove 1st step of smoother (first lag-1 smoothing) and substitute with the regular step using the 0-th filtering (0-th step inference problem)
The file was modified Examples/research/Lorenz96/run-postprocess.sh (diff)
The file was modified TransportMaps/Distributions/Decomposable/SequentialInferenceDistributions.py (diff)
The file was modified TransportMaps/Maps/Decomposable/SequentialInferenceMaps.py (diff)
The file was modified Examples/research/Lorenz96/run-plotting.sh (diff)
Commit 203eb3c222932a830ff82f9fe457df1ab8618721 by dabi
removed skip-first and made 0th step to be included in the final map. So the first map in the composition does not involve a transition
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified scripts/tmap-sequential-tm (diff)
The file was modified TransportMaps/Distributions/Decomposable/SequentialInferenceDistributions.py (diff)
The file was modified Examples/research/Lorenz96/run-plotting.sh (diff)
Commit 39d31f6a508680c7d7d0a0ae06fd07254c7f1ecb by dabi
working on combination of filt preconditioner and low-rank preconditioner
The file was addedExamples/research/Lorenz96/GenerateLowRankMapFactory.py
The file was removedExamples/research/Lorenz96/GenerateMapFactory.py
The file was modified scripts/tmap-sequential-tm (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/SequentialInferenceBase.py (diff)
Commit dcafdbb51eb61b8a49c839995765bc14e401a125 by dabi
low-rank preconditioning works with filter preconditioning
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified TransportMaps/Diagnostics/Validators.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
The file was modified scripts/tmap-sequential-tm (diff)
The file was modified Examples/research/Lorenz96/auxmod/MapFactory.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified Examples/research/Lorenz96/postprocess-plotting.py (diff)
The file was modified scripts/tmap-sequential-tm (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
The file was modified Examples/research/Lorenz96/run-plotting.sh (diff)
The file was modified Examples/research/Lorenz96/run-postprocess.sh (diff)
The file was modified Examples/research/Lorenz96/GenerateLowRankMapFactory.py (diff)
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
The file was modified requirements.txt (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified Examples/research/Lorenz96/auxmod/MapFactory.py (diff)
The file was modified Examples/research/Lorenz96/auxmod/MapFactory.py (diff)
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified Examples/research/Lorenz96/GenerateBandedMapFactory.py (diff)
Commit e3477ce38756c53358c04ff34c0940394a8d989b by dabi
working on banded maps
The file was modified Examples/research/Lorenz96/GenerateBandedMapFactory.py (diff)
Commit 2db3256fef9d12236b246415ef57e28952c4cded by dabi
experimenting low-rank subspace ideas
The file was modified Examples/research/Lorenz96/run-postprocess.sh (diff)
The file was modified Examples/research/Lorenz96/run-plotting.sh (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
Commit 93c774fffa15613d1ad3691d1640bf6cf97dea43 by dabi
working on constructor
The file was modified Examples/research/LazyMaps/banana/banana.py (diff)
The file was modified Examples/research/LazyMaps/euler-bernoulli/test_distribution.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapConstructionBase.py (diff)
Commit 16f9f55ef3d8b00777e8313ad1d52b6112bb40dd by dabi
working on runner for poisson
The file was modified Examples/research/LazyMaps/poisson/runner.py (diff)
Commit 94fc84533c29dae504389770cdc57188fdbbb249 by dabi
embedding the deep lazy map construction into the builder cycle
The file was modified scripts/tmap-tm (diff)
The file was modified Examples/research/LazyMaps/poisson/runner.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapConstructionBase.py (diff)
The file was modified TransportMaps/Distributions/Decomposable/LinearGaussianSequentialInferenceDistributions.py (diff)
Commit 33b916f80a74a8015a150912bcc2947807ec7b5b by dabi
restructuring all the building architecture
The file was modified TransportMaps/Algorithms/Adaptivity/RegressionAdaptivity.py (diff)
The file was addedTransportMaps/Builders/BuilderBase.py
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapConstructionBase.py (diff)
The file was addedTransportMaps/Builders/__init__.py
The file was modified TransportMaps/__init__.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/__init__.py (diff)
The file was removedTransportMaps/Algorithms/Adaptivity/AdaptivityBase.py
Commit 8bf3697f91fbb1f5fe437e490b5ea17ddaacd005 by dabi
restructuring of building architecture done. todo on sequential algorithm as well.
The file was modified TransportMaps/CLI/ConstructionBase.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
The file was modified TransportMaps/Builders/BuilderBase.py (diff)
Commit ebdf4f8a8d0ad1f4b0bf5c8d4d08a9b50e5ee98a by dabi
working on reshaping of builders
The file was modified TransportMaps/Builders/BuilderBase.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/RegressionAdaptivity.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapConstructionBase.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/LinearSequentialInference.py (diff)
Commit 7057ef5c8bdbecb32c29e57474bd5fa9f4d3921e by dabi
some fixes after big merge. Going to branch off this in order to debug and work on Lazy maps at the same time
The file was modified TransportMaps/DerivativesChecks.py (diff)
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
Commit b55177ae0d18d933c8901e5bec445fbda3a6170f by dabi
working on the runner for lazy maps
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapConstructionBase.py (diff)
The file was modified requirements.txt (diff)
The file was modified Examples/research/LazyMaps/poisson/runner.py (diff)
Commit 6df63a49ef1663e2e4aa204603345f2644c4a8b4 by dabi
fixing here and there
The file was modified requirements.txt (diff)
The file was modified TransportMaps/tests/test_kl_divergence.py (diff)
The file was modified TransportMaps/Distributions/FrozenDistributions.py (diff)
The file was modified TransportMaps/CLI/ConstructionBase.py (diff)
The file was modified TransportMaps/tests/TestFunctions.py (diff)
The file was modified TransportMaps/tests/test_distributions.py (diff)
The file was modified TransportMaps/Algorithms/SparsityIdentification/SparsityIdentificationNonGaussian.py (diff)
Commit a36aefd19e2b238f3150a2da494378cbe052bc51 by dabi
working on the lazy map script
The file was modified TransportMaps/CLI/__init__.py (diff)
The file was modified TransportMaps/Builders/BuilderBase.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapConstructionBase.py (diff)
The file was modified TransportMaps/CLI/ScriptBase.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
The file was removedTransportMaps/CLI/ConstructionBase.py
The file was addedTransportMaps/CLI/DeepLazyMapConstructionScriptBase.py
The file was addedTransportMaps/CLI/ConstructionScriptBase.py
The file was modified TransportMaps/Misc.py (diff)
Commit 3d0a2b7c99a08dd79ad602a8d906b56448e662e1 by dabi
working on scripts for lazy maps
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapConstructionBase.py (diff)
The file was modified TransportMaps/CLI/DeepLazyMapConstructionScriptBase.py (diff)
The file was modified TransportMaps/CLI/ConstructionScriptBase.py (diff)
Commit acfe58e671737ca919d2d7c363e17e3b5c2d22cd by dabi
working on scripts for lazy maps
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapConstructionBase.py (diff)
Commit d5639a6b2c9f3f51f48fad40ca1cb1329d839dd7 by dabi
fixing new interface
The file was modified TransportMaps/CLI/ConstructionScriptBase.py (diff)
Commit 1006158753fe3cb3243141c52f0735bb7bc07af4 by dabi
testing tmap-deep-lazy-tm
The file was modified TransportMaps/CLI/SequentialPostprocessBase.py (diff)
The file was modified TransportMaps/CLI/__init__.py (diff)
The file was removedTransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapConstructionBase.py
The file was addedTransportMaps/CLI/DeepLazyMapsConstructionScriptBase.py
The file was modified TransportMaps/CLI/PostprocessBase.py (diff)
The file was modified TransportMaps/CLI/AdaptivityPostprocessBase.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
The file was modified TransportMaps/CLI/ConstructionScriptBase.py (diff)
The file was removedTransportMaps/CLI/DeepLazyMapConstructionScriptBase.py
The file was addedTransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapsConstructionBase.py
The file was modified TransportMaps/CLI/ScriptBase.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/__init__.py (diff)
The file was addedTransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapFactories.py
The file was modified setup.py (diff)
Commit 9c5fedacd36b0f44011395fb3533335dabf487ba by dabi
testing tmap-deep-lazy-tm
The file was addedscripts/tmap-deep-lazy-tm
The file was modified TransportMaps/CLI/DeepLazyMapsConstructionScriptBase.py (diff)
The file was modified TransportMaps/CLI/ConstructionScriptBase.py (diff)
The file was modified TransportMaps/CLI/AdaptivityPostprocessBase.py (diff)
The file was modified TransportMaps/Builders/BuilderBase.py (diff)
The file was modified TransportMaps/CLI/DeepLazyMapsConstructionScriptBase.py (diff)
The file was modified TransportMaps/Misc.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapsConstructionBase.py (diff)
The file was modified TransportMaps/CLI/ScriptBase.py (diff)
The file was modified TransportMaps/CLI/ConstructionScriptBase.py (diff)
The file was modified TransportMaps/CLI/SequentialPostprocessBase.py (diff)
The file was modified TransportMaps/CLI/PostprocessBase.py (diff)
Commit e5e1e025aa1563bffe4d06351cf0749ba562e5ad by dabi
working on poisson with lazy maps
The file was modified TransportMaps/Builders/BuilderBase.py (diff)
The file was modified TransportMaps/CLI/ConstructionScriptBase.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapFactories.py (diff)
The file was modified TransportMaps/Diagnostics/Validators.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapsConstructionBase.py (diff)
Commit 3d69541394826181b1d0e79ad1e2c1aab0437405 by dabi
working on poisson with lazy maps
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapsConstructionBase.py (diff)