Skip to content
Failed

Changes

Summary

  1. list to array fix in node ordering (details)
  2. removed testing statements from SING (details)
  3. multimodal gp plot (details)
  4. laplacian eigenvector graphs (details)
  5. modified truncation step to retain always old indices (details)
  6. left-over changes (details)
  7. started working on some examples (details)
  8. working on euler bernoulli (details)
  9. working on bod (details)
  10. started with the a sketch of the algorithm (details)
  11. working on algorithm (details)
  12. lazy map implementation for BOD (details)
  13. started algorithm for lazy map in Algorithms (details)
  14. working on banana (details)
  15. working on banana (details)
  16. soft truncation, i.e. nearly linear map works better than hard truncation (which does not work at all but in few cases) (details)
  17. playing with orders (details)
  18. working on the generation of the distribution (details)
  19. setup for Lorenz63 done (details)
  20. some fixes for sequential data assimilation (details)
  21. working on linear map approximation (details)
  22. figuring out what's wrong... (details)
  23. added testing of gradients for distributions (details)
  24. added tests for gradients of distributions and tried on Lorenz63 (details)
  25. working on forward Euler map (details)
  26. working on Forward Euler (details)
  27. fixed Lorenz63 and added ODEs discretization maps to the framework (details)
  28. started implementation of Lorenz 96 (details)
  29. working on Lorenz96 (details)
  30. added the possibility of skipping prediction steps by composing Euler maps (details)
  31. added rmse output for smoothing (details)
  32. lorenz 96 distribution ready (details)
  33. starting to generate distribution for Lorenz96 (details)
  34. dynamics generated correctly (details)
  35. working on the generator of maps with prescribed sparsity for L96 (details)
  36. working on the generator of maps with prescribed sparsity for L96 (details)
  37. working on loading maps for L96 (details)
  38. working on postprocessing (details)
  39. working on results for AGU (details)
  40. working on results for AGU (details)
  41. added missing files l96 (details)
  42. fixed documentation (details)
  43. gumbel example re-run for documentation (details)
  44. working on time plotting of l63 (details)
  45. fixed low-rank approximation for outer grad (lis) to not compute multiple likelihoods (details)
  46. fixed low-rank approximation for outer grad (lis) to not compute multiple likelihoods (details)
  47. working on reduced basis extraction (details)
  48. working on reduced basis extraction (details)
  49. working on low-rank filter (details)
  50. working on low-rank for filtering (details)
  51. working on generation of maps for low-rank approximations (details)
  52. working on generation of maps for low-rank approximations (details)
  53. experimenting with low-rank (details)
  54. working on low-rank l96 (details)
  55. working on low-rank l96 (details)
  56. working on L96 M2 (details)
  57. working on L96 M2 (details)
  58. working on L96 M2 (details)
  59. working on gradient of L96 model II (details)
  60. cython implementation of gradient works (details)
  61. action of hessian works for L96 model 2 (details)
  62. working on preconditioning (details)
  63. working on l96 m2 (details)
  64. working on l96 m2 (details)
  65. running l96 m2 (details)
  66. preparing linear maps for low-rank model (details)
  67. re-factoring some nomenclature for hidden Markov chains (details)
  68. re-factoring some nomenclature for hidden Markov chains (details)
  69. modal l96 model 2 done (details)
  70. fixed tmap-seq-tm (details)
  71. working on filtering preconditioning (details)
  72. preconditioning through filter almost works (details)
  73. working on both l96 and l63 (details)
  74. filter preconditioning works!! (details)
  75. prepared filtering preconditioning for l96 (details)
  76. preconditioning through filtering works for l96 (details)
  77. mpi_map now updates automatically the counters of the methods called on an object (details)
  78. 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)
  79. 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)
  80. working on combination of filt preconditioner and low-rank preconditioner (details)
  81. low-rank preconditioning works with filter preconditioning (details)
  82. working on lr l96 (details)
  83. working on l96 (details)
  84. working on l96 lr (details)
  85. going.. (details)
  86. working on banded maps (details)
  87. fixed unit tests for test_derivatives functions (details)
  88. now LinearSpanApproximation uses a semilattice for multiindex and coefficients storage (details)
  89. passing tests (details)
  90. semilattice constructors exposed in default transport map constructors (details)
  91. experimenting low-rank subspace ideas (details)
  92. fixed init coeffs bug (details)
  93. fixed semilattice data structure for serialization (details)
  94. fixed bugs in tests (details)
  95. reshaped tests (details)
  96. passes all tests (details)
  97. working on fv linear candidate map (details)
  98. semilattices integrated into adaptivity. To be tested! The spirit is there though. (details)
  99. semilattices integrated into adaptivity algorithm. fixes #92 (details)
  100. changed format of semilattices for linear span (details)
  101. changed format of semilattices for linear span (details)
  102. fixed callback parameter minimize kl. (details)
  103. changed active_set to SortedSet to preserve iteration order after serialization (for parallel computing purposes) (details)
  104. added LinearSpanVertex to the exposed classes (details)
  105. fixed bug in LinearMap (defined twice...) (details)
  106. working on constructor (details)
  107. started on poisson (details)
  108. working on runner for poisson (details)
  109. embedding the deep lazy map construction into the builder cycle (details)
  110. transformed tmap-tm in the logic of CLI. to be tested by doing... (details)
  111. restructuring all the building architecture (details)
  112. restructuring of building architecture done. todo on sequential algorithm as well. (details)
  113. working on reshaping of builders (details)
  114. some fixes after big merge. Going to branch off this in order to debug and work on Lazy maps at the same time (details)
  115. working on the runner for lazy maps (details)
  116. fixing here and there (details)
  117. working on the lazy map script (details)
  118. working on scripts for lazy maps (details)
  119. working on scripts for lazy maps (details)
  120. fixing new interface (details)
  121. testing tmap-deep-lazy-tm (details)
  122. testing tmap-deep-lazy-tm (details)
  123. testing... (details)
  124. script runs (details)
  125. working on poisson with lazy maps (details)
  126. working on poisson with lazy maps (details)
  127. working on poisson problem (details)
  128. working on taxonomy structure (details)
  129. added missing file (details)
  130. fixes for cse presentation on Lazy maps (details)
  131. ... (details)
  132. going on with taxonomy (details)
  133. working on distributions (details)
  134. ... (details)
  135. working on taxonomy for distributions (details)
  136. working on taxonomy (details)
  137. advancing with distributions (details)
  138. working on decomposable distributions... (details)
  139. working on decomposable taxonomy (details)
  140. working on Maps (details)
  141. ... (details)
  142. ... (details)
  143. added Functionals module (details)
  144. done with Functionals (details)
  145. adde Likelihoods (details)
  146. fixed edge (details)
  147. Started with the refactoring of the code... Things breaks from here... (details)
  148. working on Maps module refactoring (details)
  149. ... (details)
  150. ... (details)
  151. started working on TriangularCompoentwiseTransportMap (details)
  152. ... (details)
  153. ... (details)
  154. ... (details)
  155. working on ListCompositeTransportMapBase (details)
  156. done with ListCompositeTransportMap (details)
  157. done with InverseTransportMap (details)
  158. ... (details)
  159. working on AffineMaps (details)
  160. ... (details)
  161. ... (details)
  162. ... (details)
  163. ... (details)
  164. starting with debugging of Maps (details)
  165. starting with debugging of Maps (details)
  166. ... (details)
  167. unit testing Maps (details)
  168. working on unittest Maps (details)
  169. working on unit tests... (details)
  170. working on unittests (details)
  171. passes test_transportmaps (details)
  172. fixed most of unittests... (details)
  173. some other fixes (details)
  174. working on distributions (details)
  175. distributions done (details)
  176. adding missing file (details)
  177. working on Functionals (details)
  178. testing Functionals (details)
  179. updated distribution (details)
  180. some fixed (details)
  181. fixing unittests (details)
  182. some fixes (details)
  183. working on reaction diffusion problem (details)
  184. working on pdes (details)
  185. fitz hugh (details)
  186. still picking a pde... (details)
  187. left two l2 minimization errors... (details)
  188. passes all tests (details)
  189. picking pde... (details)
  190. added missing file (details)
  191. working on Burgers test problem (details)
  192. working on burgers; (details)
  193. working on Burgers (details)
  194. working on Burgers (details)
  195. generating distribution (details)
  196. working on burgers Laplace approximation (details)
  197. fix committed for mpi with inverse from samples. The mpi_pool is not attached to objects anymore (so that it will be never serialized), but passed along with parameters (details)
  198. additional fixes (details)
  199. working on Burgers (details)
  200. adding Hessian (details)
  201. added plotting of generated samples (details)
  202. working on Burgers (details)
  203. modified gradboot stopping criterion (details)
  204. updates... (details)
  205. fixed semilattice handling in adaptation and many other things.. (details)
  206. adding TC setting for Poisson equation (details)
  207. working on Poisson (details)
  208. ... (details)
  209. adjoint of log-likelihood cost works... (details)
  210. working on Poisson generation (details)
  211. working on transforming Functionals into Maps (details)
  212. moving Functionals into Maps (details)
  213. updated taxonomy... needs to reflect the fact that Functionals is a submodule of Maps (details)
  214. fixed taxonomy (details)
  215. fixing unit tests (details)
  216. added deprecation message if importing TransportMaps.Functionals (details)
  217. working on unittests and fixed some docs (details)
  218. fixed dependencies (details)
  219. passing unit tests (details)
  220. added speed test for Poisson (details)
  221. working on Poisson (details)
  222. working on Poisson. Introduced action_grad_x in order to speed up in certain cases (details)
  223. making Functionals into maps with output in one dimension. This will allow the use of all the machinery available for maps (composition etc) also for functionals... (details)
  224. working on unit tests... (details)
  225. added title to taxonomy (details)
  226. all tests pass (details)
  227. fixed merge with Functionals->Maps. Working on Poisson. Fixed taxonomy. (details)
  228. RejectionSampler + multi dim uniform (details)
  229. working on poisson (details)
  230. working on dimension reduction... (details)
  231. working on poisson (details)
  232. working on Cantilever (details)
  233. adding missing file (details)
  234. working on timoshenko (details)
  235. working on banana (details)
  236. working on lazy with identity tails (details)
  237. lazy maps have now an identity tail (details)
  238. working on timoshenko (details)
  239. working on the generation of the target distribution (details)
  240. working on Timoshenko distribution (details)
  241. added puwr ess routine :) (details)
  242. timoshenko... (details)
  243. working on timoshenko (details)
  244. working on timoshenko (details)
  245. timoshenko set up done (details)
  246. timoshenko works O_O' (details)
  247. postprocessing timoshenko (details)
  248. working on timoshenko (details)
  249. hard truncation is back.. (details)
  250. improved action_grad_x with action_adjoint_grad_x to compute gradients left to right if output < input (details)
  251. improved action_grad_x with action_adjoint_grad_x to compute gradients left to right if output < input (details)
  252. implementing missing adjoint functions (details)
  253. Done with LogCox for Lazy maps (details)
  254. working on cantilever (details)
  255. staring with Poisson (details)
  256. added IdentityEmbeddedParametricTransprotMap and made minimize_kl_divergence general for any parametric transport map (details)
  257. added dolfin version markers/warnings for solvers (details)
  258. modified ess reporting (details)
  259. working on timoshenko (details)
  260. going on with plots (details)
  261. timoshenko plots (details)
  262. poisson plots (details)
  263. preparing code for submission NIPS (details)
  264. working on Poisson... (details)
  265. modified poisson distribution (with diagonal likielihood) to allow for lis type model reduction (details)
  266. Laplace approximation log output to INFO (details)
  267. test-source.sh added PATH for Jenkins (details)
  268. update setup (details)
  269. updating setup (details)
  270. updating default map call (details)
  271. working on poisson (details)
  272. updating to TMv3 (details)
  273. updating hess x to TM v3 (details)
  274. updating numerical examples for SING (details)
  275. fixing tests (details)
  276. fixed unit tests (details)
  277. added pip install cython in jenkins script (details)
  278. added .pyx to the manifest (details)
  279. updated jenkins script (details)
  280. working on jenkins script (details)
  281. passing all tests and updated jenkins scripts (details)
  282. fixed construction script (details)
  283. made CYTHON submodules optional (details)
  284. made CYTHON submodules optional (details)
  285. workign on random rotations (details)
  286. working on LogisticRegression model (details)
  287. working on parkinson (details)
  288. done likelikhood (details)
  289. distribution generation done (details)
  290. working on results for logit problem (details)
  291. working on differente settings for parkinson (details)
  292. working on posterior predictive (details)
  293. mod to logit likelihood (details)
  294. working on stan example (details)
  295. working on stan example (details)
  296. fixed bug in adjoint_grad_x for composite maps (details)
  297. working on parkinson dataset (details)
  298. working on parkinson data set (details)
  299. fixed log-likelihood for logistic regression models with log(1+\eps) approximation (details)
  300. fixed bug in hess_x_log_pullback function (details)
  301. renamed aux for windows benefit... (details)
  302. auxiliary.... (details)
Commit 2ddf3a6d7b1d892d04218fd4f20756aad79c3743 by rebeccae.morrison
list to array fix in node ordering
The file was modified TransportMaps/Algorithms/SparsityIdentification/NodeOrdering.py (diff)
Commit 9ea1407d421abecf95be0861c48c0882d3882342 by rebeccae.morrison
removed testing statements from SING
The file was modified TransportMaps/Algorithms/SparsityIdentification/SparsityIdentificationNonGaussian.py (diff)
The file was addedExamples/research/sparsity/misc/multimodal_gp.py
Commit 8b1fe43bdd9feae0c246bc56f19330b548b1b4c3 by rebeccae.morrison
laplacian eigenvector graphs
The file was modified Examples/research/sparsity/misc/multimodal_gp.py (diff)
The file was addedExamples/research/sparsity/sgt/lapEigvecGraphs.py
The file was modified Examples/research/sparsity/algorithm/run_sing_xstar.py (diff)
The file was modified Examples/research/sparsity/algorithm/run_sing_copula.py (diff)
Commit 4ad51f9ea2f28046d758ade0e987f3ad1d3baf59 by dabi
modified truncation step to retain always old indices
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonDistributions.py (diff)
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was modified TransportMaps/Distributions/FrozenDistributions.py (diff)
The file was modified TransportMaps/LaplaceApproximationRoutines.py (diff)
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonProblems.py (diff)
The file was modified Examples/research/PoissonProblem/GaussianFieldDataGeneration.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
The file was modified scripts/tmap-laplace (diff)
The file was modified Examples/research/MonotoneTransport-paper/Banana/BananaPlots.py (diff)
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
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 modified TransportMaps/LaplaceApproximationRoutines.py (diff)
The file was addedExamples/research/LazyMaps/euler-bernoulli/test_distribution.py
The file was addedExamples/research/LazyMaps/euler-bernoulli/EulerBernoulliDistributions.py
The file was modified TransportMaps/FiniteDifference.py (diff)
The file was modified TransportMaps/Diagnostics/Plotting.py (diff)
The file was modified TransportMaps/Maps/SimpleTransportMaps.py (diff)
The file was modified Examples/research/LazyMaps/euler-bernoulli/test_distribution.py (diff)
The file was modified TransportMaps/Distributions/Examples/BiochemicalOxygenDemand/BODDistributions.py (diff)
The file was modified TransportMaps/Maps/MapBase.py (diff)
The file was modified TransportMaps/Maps/FrozenTriangularTransportMaps.py (diff)
The file was addedExamples/research/LazyMaps/BOD/bod_joint.py
The file was modified TransportMaps/Maps/TransportMapBase.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 Examples/research/LazyMaps/BOD/bod_joint.py (diff)
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
Commit 026211ec4fc55d95819b6606f9762d06d268326f by dabi
started algorithm for lazy map in Algorithms
The file was addedTransportMaps/Algorithms/DeepLazyMaps/__init__.py
The file was modified TransportMaps/__init__.py (diff)
The file was modified Examples/research/LazyMaps/BOD/bod_joint.py (diff)
The file was modified TransportMaps/Algorithms/__init__.py (diff)
The file was addedTransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapConstructionBase.py
The file was removedExamples/research/LazyMaps/BOD/DeepLazyMapConstructionBase.py
The file was addedExamples/research/LazyMaps/banana/banana.py
The file was modified TransportMaps/Distributions/FrozenDistributions.py (diff)
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/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 56aca2ba0d46f86372c56ca4d73c6abe1de6fa83 by dabi
working on the generation of the distribution
The file was addedExamples/research/Lorenz63/GenerateDistribution.py
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
The file was modified TransportMaps/DerivativesChecks.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz63/Lorenz63Distributions.py (diff)
The file was addedExamples/research/Lorenz63/test_distribution.py
Commit 7f71b11ba43d2c97c5ef210358a7aa919975c8bc by dabi
setup for Lorenz63 done
The file was modified Examples/research/Lorenz63/GenerateDistribution.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz63/Lorenz63Distributions.py (diff)
Commit 627ba5e4520781c4fbd950ce8bbdfcc8168aff4d by dabi
some fixes for sequential data assimilation
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
The file was modified scripts/tmap-sequential-tm (diff)
The file was modified Examples/research/Lorenz63/GenerateDistribution.py (diff)
Commit 1640e880d5cb880ce9c5b16f1060948bc8a6c4a8 by dabi
working on linear map approximation
The file was addedExamples/research/Lorenz63/postprocess-plotting.py
The file was modified Examples/research/Lorenz63/GenerateDistribution.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz63/Lorenz63Distributions.py (diff)
Commit 578cf0faf65edd8376812e9a2fc458f3ae8aca1c by dabi
figuring out what's wrong...
The file was modified Examples/research/Lorenz63/GenerateDistribution.py (diff)
The file was modified Examples/research/Lorenz63/postprocess-plotting.py (diff)
Commit 45d6082666ffce0d1626a78e86ba6f4f606f154b by dabi
added testing of gradients for distributions
The file was modified TransportMaps/Distributions/DistributionBase.py (diff)
Commit 05b65f96f75be3833a24eb1836d3908779fbc3c4 by dabi
added tests for gradients of distributions and tried on Lorenz63
The file was modified TransportMaps/Distributions/DistributionBase.py (diff)
The file was modified Examples/research/Lorenz63/GenerateDistribution.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/GenerateDistribution.py (diff)
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified Examples/research/Lorenz63/test_distribution.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz63/Lorenz63Distributions.py (diff)
The file was addedTransportMaps/Maps/DiscretizedODEsMaps.py
Commit 4fdb9d15abf89edb75ae16c75d274ec87e91f66b by dabi
started implementation of Lorenz 96
The file was modified TransportMaps/Maps/DiscretizedODEsMaps.py (diff)
The file was addedTransportMaps/Distributions/Examples/Lorenz96/Lorenz96Distributions.py
The file was modified TransportMaps/Distributions/Examples/Lorenz63/Lorenz63Distributions.py (diff)
The file was modified Examples/research/Lorenz63/postprocess-plotting.py (diff)
The file was addedTransportMaps/Distributions/Examples/Lorenz96/__init__.py
The file was modified TransportMaps/Distributions/Examples/__init__.py (diff)
Commit f13cdfe8fcfa77d7bd7fd0555888b1827b0cc274 by dabi
working on Lorenz96
The file was modified TransportMaps/Distributions/Examples/Lorenz96/Lorenz96Distributions.py (diff)
The file was addedExamples/research/Lorenz96/test_map.py
Commit 2e14d978e09b2d05a0f5209fa758c3de382aeb87 by dabi
added the possibility of skipping prediction steps by composing Euler maps
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/DiscretizedODEsMaps.py (diff)
The file was modified TransportMaps/Maps/SimpleTransportMaps.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/Decomposable/SequentialInferenceDistributions.py (diff)
The file was modified Examples/research/Lorenz63/postprocess-plotting.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz63/Lorenz63Distributions.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz96/Lorenz96Distributions.py (diff)
The file was modified Examples/research/Lorenz63/GenerateDistribution.py (diff)
Commit 8e30bbc8f355fb61240c05a6a19bba7458dd4518 by dabi
starting to generate distribution for Lorenz96
The file was modified Examples/research/Lorenz63/GenerateDistribution.py (diff)
The file was addedExamples/research/Lorenz96/GenerateDistribution.py
The file was modified Examples/research/Lorenz96/test_map.py (diff)
The file was modified Examples/research/Lorenz63/postprocess-plotting.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 TransportMaps/Samplers/MarkovChainSamplers.py (diff)
The file was modified TransportMaps/CLI/PostprocessBase.py (diff)
The file was modified scripts/tmap-sequential-tm (diff)
The file was modified Examples/research/Lorenz96/GenerateSparseTransportMap.py (diff)
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
Commit 8cb77668bb68e3f6d57dbbe34e6e7a91a3ce08fd by dabi
working on postprocessing
The file was modified Examples/research/Lorenz63/GenerateDistribution.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 Examples/research/Lorenz63/postprocess-plotting.py (diff)
Commit 38d6dc3844c3ec60ac846ce660cd0dfd66d694d7 by dabi
working on results for AGU
The file was modified Examples/research/Lorenz63/postprocess-plotting.py (diff)
The file was addedExamples/research/Lorenz63/run-postprocess.sh
The file was modified Examples/research/Lorenz96/GenerateSparseTransportMap.py (diff)
The file was addedExamples/research/Lorenz96/run-postprocess.sh
The file was addedExamples/research/Lorenz63/run-plotting.sh
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
The file was modified scripts/tmap-sequential-tm (diff)
The file was addedExamples/research/Lorenz63/run-trim-smooth.sh
The file was modified Examples/research/Lorenz63/GenerateDistribution.py (diff)
The file was addedExamples/research/Lorenz63/run-mcmc.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 addedExamples/research/Lorenz96/run-plotting.sh
The file was modified Examples/research/Lorenz63/postprocess-plotting.py (diff)
The file was modified Examples/research/Lorenz96/run-postprocess.sh (diff)
The file was modified Examples/research/Lorenz63/GenerateDistribution.py (diff)
The file was modified Examples/research/Lorenz63/run-plotting.sh (diff)
The file was addedExamples/research/Lorenz96/postprocess-plotting.py
The file was modified Examples/research/Lorenz96/GenerateSparseTransportMap.py (diff)
The file was modified scripts/tmap-sequential-tm (diff)
Commit 94d01521c71cc3fc9229ebae4dd1779c817e4e7f by dabi
fixed documentation
The file was modified Docs/source/example-gumbel-1d.ipynb (diff)
Commit e44ce0b96e1e4c8c67a71bb8cd35eea0f35b900b by dabi
gumbel example re-run for documentation
The file was modified Docs/source/example-gumbel-1d.ipynb (diff)
Commit 0fa191ea9f7d9384a13b596fd0668d7f64c4532c by dabi
working on time plotting of l63
The file was modified Examples/research/Lorenz96/GenerateSparseTransportMap.py (diff)
The file was modified Examples/research/Lorenz96/run-plotting.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/Lorenz96/GenerateDistribution.py (diff)
The file was modified Examples/research/Lorenz63/run-mcmc.sh (diff)
The file was modified Examples/research/Lorenz63/postprocess-plotting.py (diff)
Commit e12a835d62bbc8868bc93bbc89dd5e9b89cad0b9 by dabi
fixed low-rank approximation for outer grad (lis) to not compute multiple likelihoods
The file was modified TransportMaps/LaplaceApproximationRoutines.py (diff)
Commit 9694c0f1a21fccdd6ac04112bd9b16c194ce29e4 by dabi
fixed low-rank approximation for outer grad (lis) to not compute multiple likelihoods
The file was modified TransportMaps/LaplaceApproximationRoutines.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 modified Examples/research/Lorenz63/run-plotting.sh (diff)
The file was addedExamples/research/Lorenz63/reduced_basis_extraction.py
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-postprocess.sh (diff)
The file was modified Examples/research/Lorenz63/postprocess-plotting.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified Examples/research/Lorenz63/reduced_basis_extraction.py (diff)
The file was modified Examples/research/Lorenz63/run-plotting.sh (diff)
Commit e9a97b692723774f29f53dfcb9eda28f52c31770 by dabi
working on low-rank for filtering
The file was addedTransportMaps/Maps/MapFactoryBase.py
The file was modified TransportMaps/CLI/AvailableOptions.py (diff)
The file was modified scripts/tmap-sequential-tm (diff)
The file was modified Examples/research/Lorenz63/GenerateDistribution.py (diff)
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was addedExamples/research/Lorenz63/GenerateLowRankMap.py
The file was modified Examples/research/Lorenz63/reduced_basis_extraction.py (diff)
The file was modified TransportMaps/Maps/SimpleTransportMaps.py (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 scripts/tmap-sequential-tm (diff)
The file was modified TransportMaps/Maps/Decomposable/__init__.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.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/SimpleTransportMaps.py (diff)
The file was modified Examples/research/Lorenz63/reduced_basis_extraction.py (diff)
The file was modified TransportMaps/Maps/FullTransportMaps.py (diff)
The file was modified TransportMaps/Maps/LinearMaps.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
Commit 3af144d03397e549bc83253c6c118b7142525b07 by dabi
working on low-rank l96
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was modified Examples/research/Lorenz63/reduced_basis_extraction.py (diff)
The file was modified TransportMaps/Maps/FullTransportMaps.py (diff)
The file was addedExamples/research/Lorenz96/reduced_basis_extraction.py
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.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/auxmod/MapFactory.py
The file was modified TransportMaps/Maps/Decomposable/SequentialInferenceMapFactoryBase.py (diff)
The file was addedExamples/research/Lorenz96/GenerateMapFactory.py
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 Examples/research/Lorenz96/postprocess-plotting.py (diff)
The file was addedExamples/research/Lorenz96/add-python-path
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
The file was modified Examples/research/Lorenz96/run-postprocess.sh (diff)
The file was modified Examples/research/Lorenz96/postprocess-plotting.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified TransportMaps/CLI/PostprocessBase.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz96/__init__.py (diff)
The file was addedTransportMaps/Distributions/Examples/Lorenz96/fast_eval.pyx
The file was modified TransportMaps/Distributions/Examples/Lorenz96/Lorenz96Distributions.py (diff)
The file was modified setup.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 TransportMaps/Distributions/Examples/Lorenz96/Lorenz96Distributions.py (diff)
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
Commit a708f71633b931aafb8209bfc80df62cc079c3ee by dabi
cython implementation of gradient works
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 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 scripts/tmap-sequential-tm (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified TransportMaps/DerivativesChecks.py (diff)
The file was modified TransportMaps/Distributions/DistributionBase.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/Examples/Lorenz96/Lorenz96Distributions.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz96/fast_eval.pyx (diff)
The file was modified TransportMaps/Maps/MapBase.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified TransportMaps/Distributions/Decomposable/SequentialInferenceDistributions.py (diff)
The file was modified TransportMaps/Maps/LinearMaps.py (diff)
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was modified TransportMaps/Distributions/FrozenDistributions.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 TransportMaps/Maps/LinearMaps.py (diff)
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)
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/Examples/Lorenz96/Lorenz96Distributions.py (diff)
The file was modified TransportMaps/Maps/MapBase.py (diff)
The file was modified TransportMaps/Maps/TransportMapBase.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/Algorithms/SequentialInference/SequentialInferenceBase.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/Distributions/Decomposable/SequentialInferenceDistributions.py (diff)
Commit ad1e0fb5822c44bb3948c2e4b2a236c629c6a3fd by dabi
working on filtering preconditioning
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz96/Lorenz96Distributions.py (diff)
The file was modified Examples/research/Lorenz96/postprocess-plotting.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/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 scripts/tmap-sequential-tm (diff)
The file was modified Examples/research/Lorenz96/postprocess-plotting.py (diff)
Commit d1378f34b8b7d6cec4234727ebfd801314e87407 by dabi
working on both l96 and l63
The file was modified scripts/tmap-sequential-tm (diff)
The file was addedExamples/research/Lorenz96/GenerateBandedMapFactory.py
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
The file was modified setup.py (diff)
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/auxmod/MapFactory.py (diff)
The file was modified Examples/research/Lorenz96/run-plotting.sh (diff)
The file was modified TransportMaps/Maps/MapFactoryBase.py (diff)
The file was modified TransportMaps/Maps/Decomposable/SequentialInferenceMapFactoryBase.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-postprocess.sh (diff)
The file was modified Examples/research/Lorenz96/run-postprocess.sh (diff)
The file was modified scripts/tmap-sequential-tm (diff)
The file was modified Examples/research/Lorenz63/postprocess-plotting.py (diff)
The file was modified Examples/research/Lorenz96/run-plotting.sh (diff)
The file was modified Examples/research/Lorenz63/run-plotting.sh (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
Commit 9b22d289211c6d52639cd016ee2210ad50ced0a6 by dabi
preconditioning through filtering works for l96
The file was modified scripts/tmap-sequential-tm (diff)
The file was modified Examples/research/Lorenz96/GenerateBandedMapFactory.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified Examples/research/Lorenz96/run-plotting.sh (diff)
Commit 205b0805bdac03be4a9f34dce6f25282adb3daad by dabi
mpi_map now updates automatically the counters of the methods called on an object
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified TransportMaps/Misc.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 Examples/research/Lorenz96/run-plotting.sh (diff)
The file was modified TransportMaps/Maps/Decomposable/SequentialInferenceMaps.py (diff)
The file was modified TransportMaps/Distributions/Decomposable/SequentialInferenceDistributions.py (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/Distributions/Decomposable/SequentialInferenceDistributions.py (diff)
The file was modified Examples/research/Lorenz96/run-plotting.sh (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified scripts/tmap-sequential-tm (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 modified scripts/tmap-sequential-tm (diff)
The file was removedExamples/research/Lorenz96/GenerateMapFactory.py
The file was modified TransportMaps/Algorithms/SequentialInference/SequentialInferenceBase.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
Commit dcafdbb51eb61b8a49c839995765bc14e401a125 by dabi
low-rank preconditioning works with filter preconditioning
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 TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
The file was modified TransportMaps/Diagnostics/Validators.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 TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.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/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (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 TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified requirements.txt (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)
The file was modified Examples/research/Lorenz96/auxmod/MapFactory.py (diff)
The file was modified Examples/research/Lorenz96/GenerateDistribution.py (diff)
Commit e3477ce38756c53358c04ff34c0940394a8d989b by dabi
working on banded maps
The file was modified Examples/research/Lorenz96/GenerateBandedMapFactory.py (diff)
Commit e84dde42935a86644384305e39b47b270bd8e974 by dabi
fixed unit tests for test_derivatives functions
The file was modified TransportMaps/tests/test_transportmaps.py (diff)
The file was modified TransportMaps/tests/test_distributions.py (diff)
The file was modified TransportMaps/tests/test_transportmap_distributions.py (diff)
The file was modified TransportMaps/DerivativesChecks.py (diff)
The file was modified TransportMaps/Maps/MapBase.py (diff)
The file was modified TransportMaps/Distributions/DistributionBase.py (diff)
Commit 6aa42dd549ca521115159b5a9c465a055dd1183f by dabi
now LinearSpanApproximation uses a semilattice for multiindex and coefficients storage
The file was modified TransportMaps/Maps/TriangularTransportMaps.py (diff)
The file was modified setup.py (diff)
The file was modified TransportMaps/Functionals/MonotonicFunctionApproximations.py (diff)
The file was modified requirements.txt (diff)
The file was modified TransportMaps/Functionals/AlgebraicLinearSpanApproximations.py (diff)
The file was modified TransportMaps/Functionals/ParametricFunctionApproximationBase.py (diff)
The file was modified TransportMaps/Functionals/LinearSpanApproximationBase.py (diff)
The file was modified TransportMaps/tests/test_transportmaps.py (diff)
Commit c665c50d2aa6d16431fa92a7eb3893a05e370af2 by dabi
semilattice constructors exposed in default transport map constructors
The file was modified TransportMaps/Defaults.py (diff)
The file was modified TransportMaps/Functionals/LinearSpanApproximationBase.py (diff)
Commit 2db3256fef9d12236b246415ef57e28952c4cded by dabi
experimenting low-rank subspace ideas
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified Examples/research/Lorenz96/run-postprocess.sh (diff)
The file was modified Examples/research/Lorenz96/run-plotting.sh (diff)
Commit 7e3322f2df14973d305892af2a5ad1c69969cc3c by dabi
fixed init coeffs bug
The file was modified TransportMaps/Functionals/MonotonicFunctionApproximations.py (diff)
Commit d32cdecf495542ea855365d644ba63e2344e23d4 by dabi
fixed semilattice data structure for serialization
The file was modified TransportMaps/tests/test_kl_divergence.py (diff)
The file was modified TransportMaps/Functionals/LinearSpanApproximationBase.py (diff)
Commit d247c5f6d8b153000e665373e828104e6a9aebba by dabi
fixed bugs in tests
The file was modified TransportMaps/Functionals/LinearSpanApproximationBase.py (diff)
The file was modified TransportMaps/tests/test_xml.py (diff)
The file was modified TransportMaps/tests/test_transportmaps.py (diff)
The file was modified TransportMaps/tests/test_transportmap_distributions_sampling.py (diff)
The file was modified TransportMaps/tests/test_kl_divergence.py (diff)
The file was modified TransportMaps/tests/test_distributions.py (diff)
The file was modified TransportMaps/tests/test_transportmap_distributions.py (diff)
The file was modified TransportMaps/tests/test_L2_minimization.py (diff)
The file was modified TransportMaps/tests/test_functions.py (diff)
The file was modified TransportMaps/tests/test_kl_minimization.py (diff)
The file was modified TransportMaps/tests/test_L2_misfit.py (diff)
The file was addedTransportMaps/tests/test_xml.py.old
The file was removedTransportMaps/tests/test_xml.py
The file was modified jenkins/test-pypi.sh (diff)
The file was modified jenkins/test-source.sh (diff)
The file was modified jenkins/test-testpypi.sh (diff)
The file was modified TransportMaps/tests/test_all.py (diff)
The file was modified TransportMaps/tests/test_transportmaps.py (diff)
Commit 617f7a612c5836f94e2cf77906030f629603d08c by dabi
working on fv linear candidate map
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
Commit 6ae947e764418cd56b0969d171ebd8e1966c0894 by dabi
semilattices integrated into adaptivity. To be tested! The spirit is there though.
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
The file was modified TransportMaps/Functionals/ParametricFunctionApproximationBase.py (diff)
The file was modified TransportMaps/Misc.py (diff)
The file was modified TransportMaps/Defaults.py (diff)
Commit 0672a5a9d0d5a30867e4eb6eef8937178dbd224b by dabi
semilattices integrated into adaptivity algorithm. fixes #92
The file was modified Examples/research/MonotoneTransport-paper/Banana/BananaPlots.py (diff)
The file was modified TransportMaps/Functionals/LinearSpanApproximationBase.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
The file was modified TransportMaps/Functionals/AlgebraicLinearSpanApproximations.py (diff)
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/tests/test_L2_minimization.py (diff)
The file was modified TransportMaps/Maps/TriangularTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/TriangularTransportMaps.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 setup.py (diff)
The file was modified TransportMaps/Functionals/LinearSpanApproximationBase.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/Maps/MapBase.py (diff)
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
The file was modified TransportMaps/Maps/LinearMaps.py (diff)
The file was modified TransportMaps/tests/test_laplace.py (diff)
Commit 93c774fffa15613d1ad3691d1640bf6cf97dea43 by dabi
working on constructor
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapConstructionBase.py (diff)
The file was modified Examples/research/LazyMaps/banana/banana.py (diff)
The file was modified Examples/research/LazyMaps/euler-bernoulli/test_distribution.py (diff)
Commit 19224511d3087c59cf2f27608d2240534f599494 by dabi
started on poisson
The file was addedExamples/research/LazyMaps/poisson/runner.py
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 TransportMaps/Distributions/Decomposable/LinearGaussianSequentialInferenceDistributions.py (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 scripts/tmap-tm (diff)
Commit 6a3276a99b6bd8c4453903bd9300373c7c4510d9 by dabi
transformed tmap-tm in the logic of CLI. to be tested by doing...
The file was modified scripts/tmap-tm (diff)
The file was modified TransportMaps/CLI/PostprocessBase.py (diff)
The file was modified TransportMaps/CLI/__init__.py (diff)
The file was addedTransportMaps/CLI/ConstructionBase.py
The file was modified TransportMaps/Misc.py (diff)
The file was modified TransportMaps/CLI/ScriptBase.py (diff)
The file was modified TransportMaps/tests/test_scripts.py (diff)
Commit 33b916f80a74a8015a150912bcc2947807ec7b5b by dabi
restructuring all the building architecture
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapConstructionBase.py (diff)
The file was addedTransportMaps/Builders/BuilderBase.py
The file was addedTransportMaps/Builders/__init__.py
The file was modified TransportMaps/__init__.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/RegressionAdaptivity.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/__init__.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.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/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
The file was modified TransportMaps/CLI/ConstructionBase.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/Algorithms/Adaptivity/RegressionAdaptivity.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapConstructionBase.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/LinearSequentialInference.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified TransportMaps/Builders/BuilderBase.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.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/Maps/TransportMapBase.py (diff)
The file was modified TransportMaps/DerivativesChecks.py (diff)
Commit b55177ae0d18d933c8901e5bec445fbda3a6170f by dabi
working on the runner for lazy maps
The file was modified Examples/research/LazyMaps/poisson/runner.py (diff)
The file was modified requirements.txt (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapConstructionBase.py (diff)
Commit 6df63a49ef1663e2e4aa204603345f2644c4a8b4 by dabi
fixing here and there
The file was modified TransportMaps/Distributions/FrozenDistributions.py (diff)
The file was modified TransportMaps/tests/test_kl_divergence.py (diff)
The file was modified TransportMaps/CLI/ConstructionBase.py (diff)
The file was modified requirements.txt (diff)
The file was modified TransportMaps/Algorithms/SparsityIdentification/SparsityIdentificationNonGaussian.py (diff)
The file was modified TransportMaps/tests/TestFunctions.py (diff)
The file was modified TransportMaps/tests/test_distributions.py (diff)
Commit a36aefd19e2b238f3150a2da494378cbe052bc51 by dabi
working on the lazy map script
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapConstructionBase.py (diff)
The file was modified TransportMaps/Misc.py (diff)
The file was modified TransportMaps/CLI/__init__.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/Builders/BuilderBase.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 addedTransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapFactories.py
The file was modified TransportMaps/Algorithms/DeepLazyMaps/__init__.py (diff)
The file was modified TransportMaps/CLI/AdaptivityPostprocessBase.py (diff)
The file was addedTransportMaps/CLI/DeepLazyMapsConstructionScriptBase.py
The file was addedTransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapsConstructionBase.py
The file was modified TransportMaps/CLI/PostprocessBase.py (diff)
The file was removedTransportMaps/CLI/DeepLazyMapConstructionScriptBase.py
The file was modified TransportMaps/CLI/ScriptBase.py (diff)
The file was modified TransportMaps/CLI/ConstructionScriptBase.py (diff)
The file was removedTransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapConstructionBase.py
The file was modified setup.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
The file was modified TransportMaps/CLI/SequentialPostprocessBase.py (diff)
The file was modified TransportMaps/CLI/__init__.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/ConstructionScriptBase.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapsConstructionBase.py (diff)
The file was modified TransportMaps/CLI/DeepLazyMapsConstructionScriptBase.py (diff)
The file was modified TransportMaps/CLI/ScriptBase.py (diff)
The file was modified TransportMaps/CLI/AdaptivityPostprocessBase.py (diff)
The file was modified TransportMaps/CLI/PostprocessBase.py (diff)
The file was modified TransportMaps/Builders/BuilderBase.py (diff)
The file was modified TransportMaps/Misc.py (diff)
The file was modified TransportMaps/CLI/SequentialPostprocessBase.py (diff)
Commit e5e1e025aa1563bffe4d06351cf0749ba562e5ad by dabi
working on poisson with lazy maps
The file was modified TransportMaps/Diagnostics/Validators.py (diff)
The file was modified TransportMaps/Builders/BuilderBase.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapFactories.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapsConstructionBase.py (diff)
The file was modified TransportMaps/CLI/ConstructionScriptBase.py (diff)
Commit 3d69541394826181b1d0e79ad1e2c1aab0437405 by dabi
working on poisson with lazy maps
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapsConstructionBase.py (diff)
Commit b797e207a6f4d411b15882e54f935764900d3985 by dabi
working on poisson problem
The file was modified Examples/research/PoissonProblem/GaussianFieldDataGeneration.py (diff)
The file was modified Examples/research/PoissonProblem/whiten.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapsConstructionBase.py (diff)
The file was addedExamples/research/LazyMaps/poisson/visualize_distribution.py
The file was addedExamples/research/PoissonProblem/visualize_distribution.py
The file was addedExamples/research/LazyMaps/poisson/postprocess-plotting.py
Commit 640c2ff86057174676f7af4c2010ff0381f8905d by dabi
working on taxonomy structure
The file was addedDocs/source/Figures/working/taxonomy/taxonomy.tex
The file was modified TransportMaps/Maps/MapBase.py (diff)
Commit 84179c87eb9d4af7258cc1b50b7a6fafb9b9e3aa by dabi
added missing file
The file was addedDocs/source/Figures/working/taxonomy/tikz-uml.sty
Commit 3fb123f4058002b09bfb5fe1d961758d8c4e9e70 by dabi
fixes for cse presentation on Lazy maps
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapsConstructionBase.py (diff)
The file was addedExamples/research/LazyMaps/BOD/GenerateBODJoint.py
The file was modified TransportMaps/CLI/PostprocessBase.py (diff)
The file was addedExamples/research/LazyMaps/BOD/whiten.py
The file was modified Examples/research/LazyMaps/poisson/postprocess-plotting.py (diff)
The file was modified Examples/research/PoissonProblem/GaussianFieldDataGeneration.py (diff)
The file was modified Examples/research/LazyMaps/poisson/visualize_distribution.py (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
Commit bc88027afef6f2ac399a4f147e6bf75e4b0ac82a by dabi
going on with taxonomy
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
Commit d190c8d3ec1d540102d2573e9818d5fa87e37c86 by dabi
working on distributions
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
Commit 3becbb4c18fcb05174d1e2f1ef81dd15a80cb94a by dabi
working on taxonomy for distributions
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
Commit 169a08da78eac012d4c381934ad25f4f15b5be33 by dabi
working on taxonomy
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
Commit 4b3d451f9b4bbdeaad3e3b7bbcf16d3658eae461 by dabi
advancing with distributions
The file was modified TransportMaps/Distributions/ConditionalDistributions.py (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
Commit c7f3bd51de86ac19605bd598828e04a55a03c19e by dabi
working on decomposable distributions...
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
Commit b4947907349f1588447a06ef7b7607987a8b7ea4 by dabi
working on decomposable taxonomy
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
Commit ff93b690debd0861315bdefc3e4f8883927acf2d by dabi
added Functionals module
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
Commit 1a7d2ce74418ce7b0e26aa61b955269fe67798ef by dabi
done with Functionals
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
Commit 74d98067c869edf2e0dc0b1cdce9100c9e972ff7 by dabi
Started with the refactoring of the code... Things breaks from here...
The file was addedTransportMaps/Maps/ListCompositeMapBase.py
The file was modified TransportMaps/Maps/MapBase.py (diff)
The file was addedTransportMaps/Maps/SlicedMapBase.py
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified TransportMaps/__init__.py (diff)
The file was addedTransportMaps/Maps/InverseMapBase.py
The file was addedTransportMaps/Maps/ListStackedMapBase.py
The file was addedTransportMaps/Maps/MapBaseTmp.py
Commit a2ead9f618cc335ca43729df4746ea245079098b by dabi
working on Maps module refactoring
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified TransportMaps/Maps/MapBaseTmp.py (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was addedTransportMaps/Maps/ParametricComponentwiseMapBase.py
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was addedTransportMaps/Maps/ParametricMapBase.py
The file was addedTransportMaps/Maps/TransportMapBaseTmp.py
The file was addedTransportMaps/Maps/TriangularComponentwiseMapBase.py
The file was addedTransportMaps/Maps/ComponentwiseMapBase.py
The file was addedTransportMaps/Maps/ConstantMapBase.py
The file was addedTransportMaps/Maps/ComponentwiseTransportMapBase.py
The file was modified TransportMaps/Misc.py (diff)
The file was addedTransportMaps/Maps/ParametricTriangularComponentwiseMapBase.py
The file was modified TransportMaps/Maps/ComponentwiseMapBase.py (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified TransportMaps/Maps/MapBase.py (diff)
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was modified TransportMaps/Maps/ParametricComponentwiseMapBase.py (diff)
The file was modified TransportMaps/Maps/ParametricMapBase.py (diff)
The file was modified TransportMaps/Maps/InverseMapBase.py (diff)
The file was addedTransportMaps/Maps/ParametricTransportMapBase.py
The file was addedTransportMaps/Maps/ParametricComponentwiseTransportMapBase.py
The file was modified TransportMaps/Maps/TriangularComponentwiseMapBase.py (diff)
The file was modified TransportMaps/Maps/SlicedMapBase.py (diff)
Commit 40479d6aa815ba9a8e4b5acba1b3d31dd9fc1f03 by dabi
started working on TriangularCompoentwiseTransportMap
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was addedTransportMaps/Maps/TriangularComponentwiseTransportMapBase.py
The file was modified TransportMaps/Maps/TriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was addedTransportMaps/Maps/ParametricTriangularComponentwiseTransportMapBase.py
The file was modified TransportMaps/Maps/TriangularComponentwiseTransportMapBase.py (diff)
The file was removedTransportMaps/Maps/TriangularTransportMapBase.py
The file was addedTransportMaps/Maps/SlicedTransportMapBase.py
The file was modified TransportMaps/Maps/SlicedMapBase.py (diff)
The file was addedTransportMaps/Maps/TriangularTransportMapBaseTmp.py
The file was modified TransportMaps/Maps/ComponentwiseMapBase.py (diff)
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was addedTransportMaps/Maps/ConditionalTriangularTransportMapBase.py
The file was modified TransportMaps/Maps/ParametricComponentwiseMapBase.py (diff)
The file was modified TransportMaps/Maps/ParametricComponentwiseTransportMapBase.py (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was addedTransportMaps/Maps/ListStackedTransportMapBase.py
The file was addedTransportMaps/Maps/TriangularListStackedTransportMapBase.py
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified TransportMaps/Maps/ListStackedMapBase.py (diff)
Commit cca352dcc05a444f3e70330cc1c79556ba48c7e9 by dabi
working on ListCompositeTransportMapBase
The file was addedTransportMaps/Maps/ListCompositeTransportMapBase.py
The file was modified TransportMaps/Maps/ListCompositeMapBase.py (diff)
Commit e18b20e34870b0709f2b9a5586c34f187daf28d7 by dabi
done with ListCompositeTransportMap
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified TransportMaps/Maps/ListCompositeTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/ListCompositeMapBase.py (diff)
Commit e62753790e97844858a9a890fc97eeae186b4561 by dabi
done with InverseTransportMap
The file was addedTransportMaps/Maps/InverseTransportMapBase.py
The file was modified TransportMaps/Maps/InverseMapBase.py (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified TransportMaps/Maps/ListCompositeMapBase.py (diff)
The file was modified TransportMaps/Maps/ListCompositeTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was addedTransportMaps/Maps/PermutationTransportMapBase.py
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was addedTransportMaps/Maps/IdentityEmbeddedTransportMapBase.py
The file was addedTransportMaps/Maps/IdentityTransportMapBase.py
The file was modified TransportMaps/Maps/__init__.py (diff)
Commit c1c1fabc95d96b5c599066af72ebf2e175c1e7dc by dabi
working on AffineMaps
The file was addedTransportMaps/Maps/AffineTriangularMapBase.py
The file was modified TransportMaps/Misc.py (diff)
The file was addedTransportMaps/Maps/AffineMapBase.py
The file was removedTransportMaps/Maps/SimpleTransportMaps.py
The file was modified TransportMaps/Maps/MapBase.py (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was removedTransportMaps/Maps/FullTransportMaps.py
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was addedTransportMaps/Maps/DeprecatedConditionallyLinearMapBase.py
The file was modified TransportMaps/Maps/AffineMapBase.py (diff)
The file was addedTransportMaps/Maps/AffineTransportMapBase.py
The file was removedTransportMaps/Maps/LinearMaps.py
The file was modified TransportMaps/Maps/TriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/ComponentwiseMapBase.py (diff)
The file was removedTransportMaps/Maps/MapBaseTmp.py
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was addedTransportMaps/Maps/DiagonalComponentwiseTransportMapBase.py
The file was addedTransportMaps/Maps/DiagonalIsotropicTransportMapBase.py
The file was modified TransportMaps/Maps/MapBase.py (diff)
The file was modified TransportMaps/Maps/ParametricMapBase.py (diff)
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was addedTransportMaps/Maps/LinearSpanParametricTriangularComponentwiseMapBase.py
The file was addedTransportMaps/Maps/NonMonotoneLinearSpanParametricTriangularComponentwiseTransportMapBase.py
The file was modified TransportMaps/Maps/TriangularTransportMaps.py (diff)
The file was addedTransportMaps/Maps/IntegratedSquaredParametricTriangularComponentwiseTransportMapBase.py
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified TransportMaps/Maps/LinearSpanParametricTriangularComponentwiseMapBase.py (diff)
The file was addedTransportMaps/Maps/IntegratedExponentialParametricTriangularComponentwiseTransportMapBase.py
Commit b01b6cffb40a7b25dbd2627375a729d8f73dd645 by dabi
starting with debugging of Maps
The file was modified TransportMaps/Maps/Decomposable/SequentialInferenceMaps.py (diff)
Commit a6ecb9c84d30df1b40fddba2442f2b54e8ea21d4 by dabi
starting with debugging of Maps
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was removedTransportMaps/Maps/DiscretizedODEsMaps.py
The file was modified TransportMaps/Maps/Decomposable/__init__.py (diff)
The file was addedTransportMaps/Maps/ODEs/__init__.py
The file was addedTransportMaps/Maps/ODEs/DiscretizedODEsMaps.py
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified TransportMaps/Defaults.py (diff)
The file was modified TransportMaps/Distributions/Decomposable/LinearGaussianSequentialInferenceDistributions.py (diff)
The file was modified TransportMaps/Maps/ParametricComponentwiseMapBase.py (diff)
The file was modified TransportMaps/Maps/TriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/Decomposable/SequentialInferenceMapFactoryBase.py (diff)
The file was modified TransportMaps/__init__.py (diff)
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified TransportMaps/Distributions/TransportMapDistributions.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz96/Lorenz96Distributions.py (diff)
The file was modified TransportMaps/Maps/ParametricComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
The file was modified TransportMaps/Maps/ComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/ComponentwiseMapBase.py (diff)
The file was modified TransportMaps/Distributions/Examples/RailwayVehicleDynamics/Coradia175/Coradia175VehicleStateSpace.py (diff)
The file was modified TransportMaps/Maps/LinearSpanParametricTriangularComponentwiseMapBase.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz63/Lorenz63Distributions.py (diff)
The file was modified TransportMaps/Maps/FrozenTriangularTransportMaps.py (diff)
The file was modified TransportMaps/Maps/IntegratedExponentialParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/SequentialInferenceBase.py (diff)
The file was modified TransportMaps/Maps/ParametricTransportMapBase.py (diff)
The file was modified TransportMaps/Distributions/FrozenDistributions.py (diff)
Commit 55a25ae970c8fb70a0f0aad7667e198de08d9bb2 by dabi
working on unittest Maps
The file was modified TransportMaps/tests/test_transportmaps.py (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified TransportMaps/Maps/NonMonotoneLinearSpanParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/LinearSpanParametricTriangularComponentwiseMapBase.py (diff)
Commit c26504259296362ecc7f74f46fba0fd1ab7e70d1 by dabi
working on unit tests...
The file was modified TransportMaps/Maps/InverseMapBase.py (diff)
The file was modified TransportMaps/Misc.py (diff)
The file was addedTransportMaps/Maps/InverseParametricMapBase.py
The file was modified TransportMaps/Maps/ListStackedMapBase.py (diff)
The file was modified TransportMaps/tests/test_transportmaps.py (diff)
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified TransportMaps/Maps/ListCompositeMapBase.py (diff)
The file was addedTransportMaps/Maps/InverseParametricTransportMapBase.py
The file was modified TransportMaps/Maps/InverseTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/ListCompositeTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/IntegratedSquaredParametricTriangularComponentwiseTransportMapBase.py (diff)
Commit db60e1905545ce9138f8c1938a530269ddea12f8 by dabi
working on unittests
The file was modified TransportMaps/Maps/InverseParametricMapBase.py (diff)
The file was modified TransportMaps/Maps/InverseParametricTransportMapBase.py (diff)
The file was modified TransportMaps/tests/test_transportmaps.py (diff)
Commit 1e926e29722d5074cac7c0c58801bf75831c8e1c by dabi
passes test_transportmaps
The file was modified TransportMaps/Maps/AffineMapBase.py (diff)
The file was modified TransportMaps/Maps/AffineTriangularMapBase.py (diff)
The file was modified TransportMaps/Maps/IntegratedExponentialParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/IntegratedSquaredParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/AffineTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/InverseTransportMapBase.py (diff)
The file was modified TransportMaps/tests/test_transportmaps.py (diff)
Commit 94c9839ba4d88512bd39ada8ad212567cc338359 by dabi
fixed most of unittests...
The file was modified TransportMaps/Maps/ListCompositeTransportMapBase.py (diff)
The file was modified TransportMaps/Functionals/ParametricFunctionApproximationBase.py (diff)
The file was removedTransportMaps/Maps/TransportMapBaseTmp.py
The file was modified TransportMaps/Maps/ComponentwiseMapBase.py (diff)
The file was modified TransportMaps/Maps/IntegratedExponentialParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Distributions/FrozenDistributions.py (diff)
The file was modified TransportMaps/Maps/FrozenTriangularTransportMaps.py (diff)
The file was modified TransportMaps/Maps/ParametricTransportMapBase.py (diff)
The file was modified TransportMaps/Functionals/MonotonicFunctionApproximations.py (diff)
The file was modified TransportMaps/Maps/LinearSpanParametricTriangularComponentwiseMapBase.py (diff)
The file was modified TransportMaps/Maps/MapBase.py (diff)
The file was modified TransportMaps/Defaults.py (diff)
The file was modified TransportMaps/Maps/AffineMapBase.py (diff)
The file was removedTransportMaps/Maps/TriangularTransportMapBaseTmp.py
The file was removedTransportMaps/Maps/TriangularTransportMaps.py
The file was modified TransportMaps/tests/test_distributions.py (diff)
The file was modified TransportMaps/Maps/ParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/tests/test_kl_minimization.py (diff)
The file was modified TransportMaps/Functionals/LinearSpanApproximationBase.py (diff)
The file was modified TransportMaps/Maps/NonMonotoneLinearSpanParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/AffineTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/TriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Misc.py (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified TransportMaps/tests/test_kl_divergence.py (diff)
Commit 19bbdcbce4c1361f762a88da23f7a1b5ba42ebe1 by dabi
working on distributions
The file was modified TransportMaps/Diagnostics/Validators.py (diff)
The file was modified TransportMaps/Algorithms/SparsityIdentification/SparsityIdentificationNonGaussian.py (diff)
The file was addedTransportMaps/Distributions/DistributionFromSamplesBase.py
The file was modified TransportMaps/Distributions/Examples/SimpleDistributions.py (diff)
The file was modified TransportMaps/Distributions/ConditionalDistributions.py (diff)
The file was addedTransportMaps/Distributions/ParametricTransportMapDistributions.py
The file was addedTransportMaps/Distributions/TransportMapDistributionBase.py
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified TransportMaps/Distributions/Examples/BiochemicalOxygenDemand/BODDistributions.py (diff)
The file was modified TransportMaps/Distributions/DistributionBase.py (diff)
The file was modified TransportMaps/Distributions/Examples/StochasticVolatility/StocVolHyperDistributions.py (diff)
The file was modified TransportMaps/Algorithms/SparsityIdentification/RegularizedMap.py (diff)
The file was modified TransportMaps/Distributions/Decomposable/SequentialInferenceDistributions.py (diff)
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
The file was addedTransportMaps/Distributions/FactorizedDistributionBase.py
The file was modified TransportMaps/Distributions/FrozenDistributions.py (diff)
The file was modified TransportMaps/Samplers/MarkovChainSamplers.py (diff)
The file was addedTransportMaps/Distributions/ProductDistributionBase.py
The file was removedTransportMaps/Distributions/TransportMapDistributions.py
The file was addedTransportMaps/Distributions/ConditionalDistributionBase.py
The file was modified TransportMaps/Distributions/__init__.py (diff)
The file was modified TransportMaps/Distributions/ParametricDistributionBase.py (diff)
The file was addedTransportMaps/Distributions/ParametricTransportMapDistributionBase.py
The file was modified TransportMaps/__init__.py (diff)
Commit 6fd5f05f13a7e9856f1a5bffd386e0ed813ab6e2 by dabi
distributions done
The file was modified TransportMaps/Distributions/TransportMapDistributionBase.py (diff)
The file was modified TransportMaps/Distributions/__init__.py (diff)
The file was modified TransportMaps/Functionals/FunctionBase.py (diff)
The file was modified TransportMaps/tests/test_transportmap_distributions.py (diff)
The file was modified TransportMaps/Distributions/Examples/BiochemicalOxygenDemand/BODDistributions.py (diff)
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was modified TransportMaps/Distributions/FrozenDistributions.py (diff)
The file was modified TransportMaps/Distributions/ParametricTransportMapDistributions.py (diff)
The file was modified TransportMaps/Maps/ParametricTransportMapBase.py (diff)
Commit 0255155c36d95e316ecd909179497957338df94a by dabi
adding missing file
The file was addedTransportMaps/Distributions/TransportMapDistributions.py
Commit ca4af00c60368248d874f4025c37dc39b38a0216 by dabi
working on Functionals
The file was removedTransportMaps/Functionals/MonotonicFunctionApproximations.py
The file was addedTransportMaps/Functionals/IntegratedSquaredParametricMonotoneFunctionalBase.py
The file was addedTransportMaps/Functionals/PointwiseMonotoneLinearSpanTensorizedParametricFunctionalBase.py
The file was addedTransportMaps/Functionals/ParametricFunctionalBase.py
The file was addedTransportMaps/Functionals/FunctionalBase.py
The file was removedTransportMaps/Functionals/LinearSpanApproximationBase.py
The file was addedTransportMaps/Functionals/LinearSpanTensorizedParametricFunctionalBase.py
The file was addedTransportMaps/Functionals/TensorizedParametricFunctionalBase.py
The file was addedTransportMaps/Functionals/MonotoneFunctionalBase.py
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was addedTransportMaps/Functionals/ParametricMonotoneFunctionalBase.py
The file was addedTransportMaps/Functionals/AnchoredIntegratedSquaredParametricFunctionalBase.py
The file was removedTransportMaps/Functionals/FunctionBase.py
The file was removedTransportMaps/Functionals/AlgebraicLinearSpanApproximations.py
The file was addedTransportMaps/Functionals/IntegratedExponentialParametricMonotoneFunctionalBase.py
The file was removedTransportMaps/Functionals/ParametricFunctionApproximationBase.py
The file was modified TransportMaps/Functionals/__init__.py (diff)
Commit 3c7040602599b6b58281e9989a48c24d774ea304 by dabi
testing Functionals
The file was modified TransportMaps/Functionals/PointwiseMonotoneLinearSpanTensorizedParametricFunctionalBase.py (diff)
The file was modified TransportMaps/Defaults.py (diff)
The file was modified TransportMaps/Maps/LinearSpanParametricTriangularComponentwiseMapBase.py (diff)
The file was modified TransportMaps/Maps/ParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
The file was modified TransportMaps/Functionals/ProductDistributionParametricPullbackComponentFunctionBase.py (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified TransportMaps/Functionals/ParametricMonotoneFunctionalBase.py (diff)
The file was modified TransportMaps/Maps/IntegratedSquaredParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Functionals/IntegratedExponentialParametricMonotoneFunctionalBase.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
The file was modified TransportMaps/Distributions/Examples/StochasticVolatility/StocVolHyperDistributions.py (diff)
The file was modified TransportMaps/Functionals/FrozenMonotonicFunctions.py (diff)
The file was modified TransportMaps/Functionals/IntegratedSquaredParametricMonotoneFunctionalBase.py (diff)
The file was modified TransportMaps/Maps/IntegratedExponentialParametricTriangularComponentwiseTransportMapBase.py (diff)
Commit a38e4efef7691cee15043b676e04c3b7f202cd8e by dabi
updated distribution
The file was modified TransportMaps/_version.py (diff)
The file was modified TransportMaps/Functionals/LinearSpanTensorizedParametricFunctionalBase.py (diff)
The file was modified TransportMaps/Functionals/IntegratedSquaredParametricMonotoneFunctionalBase.py (diff)
The file was modified TransportMaps/Functionals/LinearSpanTensorizedParametricFunctionalBase.py (diff)
The file was modified TransportMaps/tests/test_kl_divergence.py (diff)
The file was modified TransportMaps/Defaults.py (diff)
The file was modified TransportMaps/Functionals/PointwiseMonotoneLinearSpanTensorizedParametricFunctionalBase.py (diff)
The file was modified TransportMaps/tests/test_L2_misfit.py (diff)
The file was modified TransportMaps/Functionals/IntegratedExponentialParametricMonotoneFunctionalBase.py (diff)
The file was modified TransportMaps/tests/TestFunctions.py (diff)
The file was modified TransportMaps/Maps/ParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/tests/test_kl_minimization.py (diff)
Commit fdeeca02beb518d65c50d98e2a66f663d4c0ac15 by dabi
working on reaction diffusion problem
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonProblems.py (diff)
The file was addedExamples/research/ReactionDiffusion/solver.py
The file was addedExamples/research/Burgers/solver.py
The file was modified Examples/research/ReactionDiffusion/solver.py (diff)
The file was addedExamples/research/ReactionDiffusion/FitzHugh-Nagumo.py
Commit 9f43183b2f1342aedfa36f2f167f614339886984 by dabi
still picking a pde...
The file was modified Examples/research/ReactionDiffusion/FitzHugh-Nagumo.py (diff)
The file was modified Examples/research/Burgers/solver.py (diff)
Commit 0f10066e1d2dcb844461a4c2c9c2135e51964c60 by dabi
left two l2 minimization errors...
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
The file was modified TransportMaps/tests/test_transportmap_distributions.py (diff)
The file was modified TransportMaps/tests/test_scripts.py (diff)
The file was modified TransportMaps/Maps/TriangularListStackedTransportMapBase.py (diff)
The file was modified TransportMaps/Functionals/PointwiseMonotoneLinearSpanTensorizedParametricFunctionalBase.py (diff)
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified TransportMaps/tests/test_transportmaps.py (diff)
The file was modified TransportMaps/__init__.py (diff)
The file was modified TransportMaps/tests/test_distributions.py (diff)
The file was modified TransportMaps/tests/test_sequential_inference.py (diff)
The file was modified TransportMaps/Defaults.py (diff)
The file was modified TransportMaps/tests/test_L2_minimization.py (diff)
The file was modified TransportMaps/CLI/ConstructionScriptBase.py (diff)
The file was modified TransportMaps/tests/test_transportmap_distributions_sampling.py (diff)
The file was modified TransportMaps/tests/test_kl_minimization.py (diff)
The file was modified TransportMaps/Maps/ListStackedTransportMapBase.py (diff)
The file was modified TransportMaps/Builders/BuilderBase.py (diff)
The file was modified TransportMaps/CLI/PostprocessBase.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/SequentialInferenceBase.py (diff)
The file was modified TransportMaps/tests/test_L2_minimization.py (diff)
The file was modified Examples/research/ReactionDiffusion/FitzHugh-Nagumo.py (diff)
Commit 9bea764756da772f4ec26a787c897462a515fe5c by dabi
added missing file
The file was addedTransportMaps/Maps/Defaults.py
Commit 32d518441b27ae9f4f613048e8dfbb3c98cb12ae by dabi
working on Burgers test problem
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonProblems.py (diff)
The file was addedTransportMaps/DOLFIN/SolverBase.py
The file was addedTransportMaps/DOLFIN/__init__.py
The file was modified TransportMaps/__init__.py (diff)
The file was addedTransportMaps/Distributions/Examples/BurgersPDE/BurgersProblems.py
The file was addedTransportMaps/Distributions/Examples/BurgersPDE/__init__.py
Commit ded4d9d5d911daafc54985eb45c8e0135d5b82ca by dabi
working on burgers;
The file was addedExamples/research/Burgers/solver_1d.py
Commit 94f673b4deeb2d3e3c5858f842693dc71307563a by dabi
working on Burgers
The file was addedExamples/research/Burgers/pinned_gaussian_process.py
The file was modified TransportMaps/Distributions/Examples/BurgersPDE/BurgersProblems.py (diff)
The file was modified Examples/research/Burgers/solver_1d.py (diff)
The file was addedTransportMaps/Distributions/Examples/BurgersPDE/BurgersDistributions.py
Commit 5faea02f8eef767530db45ad2e6d710f436c8833 by dabi
working on Burgers
The file was modified Examples/research/Burgers/solver_1d.py (diff)
The file was modified TransportMaps/Distributions/Examples/BurgersPDE/BurgersProblems.py (diff)
The file was modified TransportMaps/Distributions/Examples/BurgersPDE/BurgersDistributions.py (diff)
Commit 3448c58b848a08bbea34b656e19f1973cd1eb1c1 by dabi
generating distribution
The file was addedExamples/research/Burgers/GenerateDistribution.py
The file was modified TransportMaps/DOLFIN/SolverBase.py (diff)
The file was modified TransportMaps/Distributions/Examples/BurgersPDE/__init__.py (diff)
The file was modified TransportMaps/Distributions/Examples/BurgersPDE/BurgersDistributions.py (diff)
The file was modified Examples/research/Burgers/solver_1d.py (diff)
The file was modified TransportMaps/Distributions/Examples/BurgersPDE/BurgersProblems.py (diff)
Commit 4814147463abf4b192f9005bb418c352565f307b by dabi
working on burgers Laplace approximation
The file was modified TransportMaps/Misc.py (diff)
The file was modified Examples/research/Burgers/GenerateDistribution.py (diff)
The file was modified TransportMaps/Distributions/Examples/BurgersPDE/BurgersDistributions.py (diff)
The file was modified TransportMaps/Distributions/FrozenDistributions.py (diff)
The file was modified TransportMaps/Maps/ListStackedMapBase.py (diff)
Commit 4a2c03976544e89eeff27b30b27c8d0e17aae160 by dabi
fix committed for mpi with inverse from samples. The mpi_pool is not attached to objects anymore (so that it will be never serialized), but passed along with parameters
The file was modified TransportMaps/Functionals/MonotonicFunctionApproximations.py (diff)
The file was modified TransportMaps/Functionals/ParametricFunctionApproximationBase.py (diff)
The file was modified TransportMaps/Functionals/LinearSpanApproximationBase.py (diff)
The file was modified TransportMaps/_version.py (diff)
The file was modified TransportMaps/Maps/TriangularTransportMaps.py (diff)
The file was modified TransportMaps/Maps/TriangularTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
Commit 63c08f4c997e542d106254d5f60c0410de98e4e6 by dabi
working on Burgers
The file was modified TransportMaps/Distributions/Examples/BurgersPDE/BurgersProblems.py (diff)
The file was modified Examples/research/Burgers/GenerateDistribution.py (diff)
The file was modified TransportMaps/Distributions/Examples/BurgersPDE/BurgersProblems.py (diff)
Commit 86b6d61dce6c7d64933b83b6c8d7c661762495f9 by dabi
added plotting of generated samples
The file was modified TransportMaps/Distributions/Examples/BurgersPDE/BurgersDistributions.py (diff)
The file was modified TransportMaps/LaplaceApproximationRoutines.py (diff)
The file was addedExamples/research/Burgers/PlotPosteriorPredictive.py
The file was modified TransportMaps/Distributions/Examples/BurgersPDE/BurgersProblems.py (diff)
The file was modified scripts/tmap-laplace (diff)
Commit a3046091e3f5d31407db5922fa0705be0c656831 by dabi
working on Burgers
The file was modified TransportMaps/Maps/AffineTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/Defaults.py (diff)
The file was modified TransportMaps/Diagnostics/Validators.py (diff)
The file was modified TransportMaps/CLI/ConstructionScriptBase.py (diff)
Commit ecd84fdc66c8f279797cf0b7624f6c63ae87493d by dabi
modified gradboot stopping criterion
The file was modified TransportMaps/Distributions/Examples/BurgersPDE/BurgersProblems.py (diff)
The file was modified Examples/research/Burgers/GenerateDistribution.py (diff)
The file was modified TransportMaps/CLI/ConstructionScriptBase.py (diff)
The file was modified TransportMaps/Diagnostics/Validators.py (diff)
The file was modified Examples/research/Burgers/GenerateDistribution.py (diff)
The file was modified TransportMaps/Maps/ListStackedMapBase.py (diff)
The file was modified TransportMaps/Distributions/Examples/BurgersPDE/BurgersDistributions.py (diff)
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
The file was modified TransportMaps/Distributions/Examples/BurgersPDE/BurgersProblems.py (diff)
Commit 94a9a9be9f6609b47146db86bc39b4698c66b939 by dabi
fixed semilattice handling in adaptation and many other things..
The file was modified TransportMaps/CLI/PostprocessBase.py (diff)
The file was modified TransportMaps/Maps/TriangularComponentwiseMapBase.py (diff)
The file was modified TransportMaps/Maps/TriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/ParametricTriangularComponentwiseMapBase.py (diff)
The file was removedExamples/research/Burgers/PlotPosteriorPredictive.py
The file was modified Examples/research/MonotoneTransport-paper/Banana/BananaPlots.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
The file was addedExamples/research/MonotoneTransport-paper/Burgers/PlotPosteriorPredictive.py
The file was modified TransportMaps/Distributions/ConditionalDistributions.py (diff)
The file was modified TransportMaps/Distributions/FrozenDistributions.py (diff)
The file was modified TransportMaps/Maps/ParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/CLI/ConstructionScriptBase.py (diff)
The file was modified TransportMaps/Functionals/LinearSpanTensorizedParametricFunctionalBase.py (diff)
Commit a2e3ef9b6685d14e395a7297470d04450f8298e5 by dabi
adding TC setting for Poisson equation
The file was modified Examples/research/PoissonProblem/GaussianFieldDataGeneration.py (diff)
Commit e19fb082e177a5a76f537b6abc890cde73c50b27 by dabi
working on Poisson
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonDistributions.py (diff)
The file was modified Examples/research/PoissonProblem/GaussianFieldDataGeneration.py (diff)
The file was modified Examples/research/PoissonProblem/GaussianFieldDataGeneration.py (diff)
The file was modified Examples/research/PoissonProblem/whiten.py (diff)
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonDistributions.py (diff)
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonProblems.py (diff)
Commit 90cea188bf10305ec4fc58ae02b76db3e4ccf13c by dabi
adjoint of log-likelihood cost works...
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonDistributions.py (diff)
The file was modified Examples/research/PoissonProblem/GaussianFieldDataGeneration.py (diff)
Commit 96d6047e404c78b15a818622ad2787ae9dcdc560 by dabi
working on Poisson generation
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonDistributions.py (diff)
The file was modified Examples/research/PoissonProblem/GaussianFieldDataGeneration.py (diff)
Commit bffbf303df407014df08171db355264c7f6d70fc by dabi
working on transforming Functionals into Maps
The file was modified TransportMaps/Functionals/IntegratedExponentialParametricMonotoneFunctionalBase.py (diff)
The file was modified TransportMaps/Functionals/PointwiseMonotoneLinearSpanTensorizedParametricFunctionalBase.py (diff)
The file was modified TransportMaps/Functionals/ProductDistributionParametricPullbackComponentFunctionBase.py (diff)
The file was modified TransportMaps/Functionals/FunctionalBase.py (diff)
The file was modified TransportMaps/Functionals/FrozenMonotonicFunctions.py (diff)
The file was modified TransportMaps/Functionals/LinearSpanTensorizedParametricFunctionalBase.py (diff)
The file was modified TransportMaps/Functionals/IntegratedSquaredParametricMonotoneFunctionalBase.py (diff)
The file was modified TransportMaps/Functionals/AnchoredIntegratedSquaredParametricFunctionalBase.py (diff)
Commit 37a56363c857b83cef28c2212a0f83df5c66c448 by dabi
moving Functionals into Maps
The file was removedTransportMaps/Functionals/ParametricFunctionalBase.py
The file was addedTransportMaps/Maps/Functionals/PointwiseMonotoneLinearSpanTensorizedParametricFunctionalBase.py
The file was removedTransportMaps/Functionals/LinearSpanTensorizedParametricFunctionalBase.py
The file was removedTransportMaps/Functionals/MonotoneFunctionalBase.py
The file was addedTransportMaps/Maps/Functionals/ParametricMonotoneFunctionalBase.py
The file was removedTransportMaps/Functionals/IntegratedExponentialParametricMonotoneFunctionalBase.py
The file was removedTransportMaps/Functionals/FunctionalBase.py
The file was addedTransportMaps/Maps/Functionals/IntegratedSquaredParametricMonotoneFunctionalBase.py
The file was addedTransportMaps/Maps/Functionals/ProductDistributionParametricPullbackComponentFunctionBase.py
The file was removedTransportMaps/Functionals/__init__.py
The file was removedTransportMaps/Functionals/TensorizedParametricFunctionalBase.py
The file was removedTransportMaps/Functionals/IntegratedSquaredParametricMonotoneFunctionalBase.py
The file was addedTransportMaps/Maps/Functionals/ParametricFunctionalBase.py
The file was removedTransportMaps/Functionals/ParametricMonotoneFunctionalBase.py
The file was addedTransportMaps/Maps/Functionals/__init__.py
The file was removedTransportMaps/Functionals/AnchoredIntegratedSquaredParametricFunctionalBase.py
The file was removedTransportMaps/Functionals/PointwiseMonotoneLinearSpanTensorizedParametricFunctionalBase.py
The file was removedTransportMaps/Functionals/ProductDistributionParametricPullbackComponentFunctionBase.py
The file was addedTransportMaps/Maps/Functionals/TensorizedParametricFunctionalBase.py
The file was addedTransportMaps/Maps/Functionals/MonotoneFunctionalBase.py
The file was addedTransportMaps/Maps/Functionals/IntegratedExponentialParametricMonotoneFunctionalBase.py
The file was removedTransportMaps/Functionals/FrozenMonotonicFunctions.py
The file was addedTransportMaps/Maps/Functionals/AnchoredIntegratedSquaredParametricFunctionalBase.py
The file was addedTransportMaps/Maps/Functionals/FunctionalBase.py
The file was addedTransportMaps/Maps/Functionals/LinearSpanTensorizedParametricFunctionalBase.py
The file was addedTransportMaps/Maps/Functionals/FrozenMonotonicFunctions.py
Commit 05f43a71a569c26c5edffacb50782cbf14b94f24 by dabi
updated taxonomy... needs to reflect the fact that Functionals is a submodule of Maps
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified TransportMaps/__init__.py (diff)
The file was modified TransportMaps/Maps/ComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/Functionals/ParametricFunctionalBase.py (diff)
The file was modified TransportMaps/Maps/ParametricComponentwiseMapBase.py (diff)
The file was modified TransportMaps/tests/test_kl_divergence.py (diff)
The file was modified TransportMaps/Maps/IntegratedExponentialParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Distributions/Examples/StochasticVolatility/StocVolHyperDistributions.py (diff)
The file was modified TransportMaps/Maps/Functionals/PointwiseMonotoneLinearSpanTensorizedParametricFunctionalBase.py (diff)
The file was modified TransportMaps/Maps/ParametricTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/NonMonotoneLinearSpanParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/tests/TestFunctions.py (diff)
The file was modified TransportMaps/tests/test_transportmap_distributions_sampling.py (diff)
The file was modified TransportMaps/Maps/FrozenTriangularTransportMaps.py (diff)
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
The file was modified TransportMaps/Maps/DiagonalComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Defaults.py (diff)
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified TransportMaps/Maps/Functionals/AnchoredIntegratedSquaredParametricFunctionalBase.py (diff)
The file was modified TransportMaps/Maps/ParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/Defaults.py (diff)
The file was modified TransportMaps/tests/test_transportmap_distributions.py (diff)
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was modified TransportMaps/Maps/TriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/ComponentwiseMapBase.py (diff)
The file was modified TransportMaps/tests/test_functions.py (diff)
The file was modified TransportMaps/Maps/DiagonalIsotropicTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/LinearSpanParametricTriangularComponentwiseMapBase.py (diff)
The file was modified TransportMaps/Maps/IntegratedSquaredParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/tests/test_transportmaps.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
The file was modified TransportMaps/tests/test_L2_misfit.py (diff)
Commit 7a38d6b2ec10a4c645f9100118ed54e9d728dff6 by dabi
added deprecation message if importing TransportMaps.Functionals
The file was addedTransportMaps/Functionals/__init__.py
The file was modified TransportMaps/__init__.py (diff)
Commit 5d286d364429c419da5a0422585f5fa5bb1df285 by dabi
working on unittests and fixed some docs
The file was modified TransportMaps/Distributions/Inference/InferenceBase.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/SequentialInferenceBase.py (diff)
The file was modified TransportMaps/Distributions/Decomposable/SequentialInferenceDistributions.py (diff)
Commit 1b482fc2dbf6f1ddfcafa20c7f124ae4b2a2452a by dabi
fixed dependencies
The file was modified TransportMaps/__init__.py (diff)
Commit 8c0671aff63bf31022320d9b76854a966334285b by dabi
passing unit tests
The file was modified TransportMaps/Distributions/Decomposable/SequentialInferenceDistributions.py (diff)
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
The file was modified TransportMaps/LaplaceApproximationRoutines.py (diff)
The file was modified TransportMaps/Distributions/Examples/StochasticVolatility/StocVolHyperDistributions.py (diff)
The file was modified TransportMaps/Maps/LinearSpanParametricTriangularComponentwiseMapBase.py (diff)
Commit 0e9bd73ff8a79d2c45c971c167f801f822014e5d by dabi
added speed test for Poisson
The file was addedExamples/research/PoissonProblem/speed.py
Commit dc7aae4163ebf083d5b05452f33c362ac238d1b0 by dabi
working on Poisson
The file was modified Examples/research/PoissonProblem/whiten.py (diff)
The file was modified Examples/research/PoissonProblem/GaussianFieldDataGeneration.py (diff)
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonDistributions.py (diff)
Commit b706e6219e3f0dfd8e901d5e886e9cbb3559252b by dabi
working on Poisson. Introduced action_grad_x in order to speed up in certain cases
The file was modified TransportMaps/Maps/MapBase.py (diff)
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonDistributions.py (diff)
The file was modified TransportMaps/Maps/ListCompositeMapBase.py (diff)
The file was modified Examples/research/PoissonProblem/speed.py (diff)
The file was modified Examples/research/PoissonProblem/GaussianFieldDataGeneration.py (diff)
The file was modified TransportMaps/Maps/FrozenTriangularTransportMaps.py (diff)
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonProblems.py (diff)
Commit ac502df4350dfde4e28c7739b80ac4dcb8a29634 by dabi
making Functionals into maps with output in one dimension. This will allow the use of all the machinery available for maps (composition etc) also for functionals...
The file was modified TransportMaps/Maps/Functionals/AnchoredIntegratedSquaredParametricFunctionalBase.py (diff)
The file was modified TransportMaps/Maps/Functionals/IntegratedSquaredParametricMonotoneFunctionalBase.py (diff)
The file was modified TransportMaps/Maps/Functionals/IntegratedExponentialParametricMonotoneFunctionalBase.py (diff)
The file was modified TransportMaps/Maps/ParametricComponentwiseMapBase.py (diff)
The file was modified TransportMaps/Maps/ParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/Functionals/ParametricFunctionalBase.py (diff)
The file was modified TransportMaps/Maps/TriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/Functionals/FunctionalBase.py (diff)
The file was modified TransportMaps/Maps/ComponentwiseMapBase.py (diff)
The file was modified TransportMaps/Maps/Functionals/LinearSpanTensorizedParametricFunctionalBase.py (diff)
Commit 52c7d424a406606eff205f61b4db8c93691c930d by dabi
working on unit tests...
The file was modified TransportMaps/Maps/TriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/Functionals/IntegratedExponentialParametricMonotoneFunctionalBase.py (diff)
The file was modified TransportMaps/Maps/Functionals/IntegratedSquaredParametricMonotoneFunctionalBase.py (diff)
The file was modified TransportMaps/Maps/Functionals/AnchoredIntegratedSquaredParametricFunctionalBase.py (diff)
Commit a62f13391c59c6b80277cc81f5bc2cc2319d4ed9 by dabi
added title to taxonomy
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified TransportMaps/Maps/Functionals/LinearSpanTensorizedParametricFunctionalBase.py (diff)
The file was modified TransportMaps/Maps/Functionals/IntegratedSquaredParametricMonotoneFunctionalBase.py (diff)
The file was modified TransportMaps/tests/test_transportmap_distributions.py (diff)
The file was modified TransportMaps/Distributions/Decomposable/SequentialInferenceDistributions.py (diff)
The file was modified TransportMaps/Maps/Functionals/ProductDistributionParametricPullbackComponentFunctionBase.py (diff)
The file was modified TransportMaps/Distributions/Examples/StochasticVolatility/StocVolHyperDistributions.py (diff)
The file was modified TransportMaps/Maps/Functionals/FrozenMonotonicFunctions.py (diff)
The file was modified TransportMaps/Maps/Functionals/IntegratedExponentialParametricMonotoneFunctionalBase.py (diff)
The file was modified TransportMaps/tests/test_kl_divergence.py (diff)
The file was modified TransportMaps/Distributions/Inference/InferenceBase.py (diff)
The file was modified TransportMaps/Routines.py (diff)
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
The file was modified TransportMaps/Maps/Functionals/AnchoredIntegratedSquaredParametricFunctionalBase.py (diff)
The file was modified TransportMaps/LaplaceApproximationRoutines.py (diff)
The file was modified TransportMaps/Maps/Functionals/PointwiseMonotoneLinearSpanTensorizedParametricFunctionalBase.py (diff)
The file was modified TransportMaps/tests/test_functions.py (diff)
Commit 598c6497cc677d32b86af2152fb6339f1ba59feb by dabi
fixed merge with Functionals->Maps. Working on Poisson. Fixed taxonomy.
The file was modified Docs/source/Figures/working/taxonomy/taxonomy.tex (diff)
The file was modified TransportMaps/tests/test_transportmap_distributions_sampling.py (diff)
The file was modified Examples/research/PoissonProblem/whiten.py (diff)
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonDistributions.py (diff)
The file was modified TransportMaps/LaplaceApproximationRoutines.py (diff)
Commit db5320ece9161843c89170e412869ccfdca85f31 by dabi
RejectionSampler + multi dim uniform
The file was modified TransportMaps/Distributions/FrozenDistributions.py (diff)
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonProblems.py (diff)
The file was modified TransportMaps/Samplers/IndependentSamplers.py (diff)
Commit ae24e6e807a2c4e304067bbf6bd730b0d0065fb5 by dabi
working on poisson
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonDistributions.py (diff)
The file was modified TransportMaps/Diagnostics/Validators.py (diff)
The file was modified TransportMaps/Maps/TriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Distributions/DistributionBase.py (diff)
The file was modified TransportMaps/CLI/PostprocessBase.py (diff)
The file was modified TransportMaps/Samplers/IndependentSamplers.py (diff)
The file was modified setup.py (diff)
The file was modified Examples/research/PoissonProblem/GaussianFieldDataGeneration.py (diff)
The file was modified Examples/research/PoissonProblem/whiten.py (diff)
The file was modified TransportMaps/Maps/TriangularComponentwiseMapBase.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
The file was modified TransportMaps/CLI/AdaptivityPostprocessBase.py (diff)
The file was modified TransportMaps/Distributions/FrozenDistributions.py (diff)
The file was addedExamples/research/MonotoneTransport-paper/Poisson/postprocess-tc.py
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonProblems.py (diff)
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified TransportMaps/Distributions/Inference/InferenceBase.py (diff)
The file was modified TransportMaps/Samplers/MarkovChainSamplers.py (diff)
The file was modified TransportMaps/Maps/Functionals/LinearSpanTensorizedParametricFunctionalBase.py (diff)
Commit 65ae46f512d64249170c53f624a597dca2f3c3d8 by dabi
working on dimension reduction...
The file was modified TransportMaps/Diagnostics/Validators.py (diff)
The file was modified scripts/tmap-laplace (diff)
The file was addedExamples/research/MonotoneTransport-paper/Poisson/subspace-reduction.py
The file was modified TransportMaps/CLI/PostprocessBase.py (diff)
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonProblems.py (diff)
The file was modified TransportMaps/Samplers/IndependentSamplers.py (diff)
The file was modified TransportMaps/CLI/ConstructionScriptBase.py (diff)
The file was modified TransportMaps/Samplers/MarkovChainSamplers.py (diff)
Commit ad10bf8970bf716af5bcaf2bc8f031aeeb3c1b08 by dabi
working on poisson
The file was modified Examples/research/MonotoneTransport-paper/Poisson/subspace-reduction.py (diff)
The file was modified TransportMaps/Maps/ParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Builders/BuilderBase.py (diff)
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonDistributions.py (diff)
The file was modified TransportMaps/Maps/ListStackedMapBase.py (diff)
The file was modified Examples/research/MonotoneTransport-paper/Poisson/postprocess-tc.py (diff)
The file was modified TransportMaps/CLI/AdaptivityPostprocessBase.py (diff)
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonProblems.py (diff)
The file was modified TransportMaps/Maps/ListCompositeMapBase.py (diff)
The file was modified scripts/tmap-postprocess (diff)
The file was modified scripts/tmap-adaptivity-postprocess (diff)
The file was modified Examples/research/MonotoneTransport-paper/Banana/BananaPlots.py (diff)
The file was modified TransportMaps/Distributions/FrozenDistributions.py (diff)
The file was modified TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py (diff)
The file was modified TransportMaps/Maps/ListCompositeTransportMapBase.py (diff)
The file was modified TransportMaps/CLI/PostprocessBase.py (diff)
The file was modified TransportMaps/Diagnostics/Validators.py (diff)
The file was modified TransportMaps/Routines.py (diff)
The file was modified TransportMaps/CLI/ConstructionScriptBase.py (diff)
Commit eb0d5ef4c7577d4228c417769af1942ced84891d by dabi
working on Cantilever
The file was addedExamples/research/cantilever-timoshenko/solver.py
The file was modified TransportMaps/Distributions/Examples/__init__.py (diff)
The file was addedTransportMaps/Distributions/Examples/Timoshenko/TimoshenkoProblems.py
The file was addedTransportMaps/Distributions/Examples/Timoshenko/__init__.py
Commit 04dcd2922d72ffdb4a646935cd5647587dbd3e0d by dabi
adding missing file
The file was modified Examples/research/MonotoneTransport-paper/Poisson/postprocess-tc.py (diff)
The file was addedTransportMaps/Maps/MiscMaps.py
Commit be812d7ecb45c80f03eacdf34d668821e060416c by dabi
working on timoshenko
The file was modified Examples/research/cantilever-timoshenko/solver.py (diff)
The file was modified TransportMaps/DOLFIN/SolverBase.py (diff)
The file was modified TransportMaps/Distributions/Examples/Timoshenko/TimoshenkoProblems.py (diff)
The file was addedExamples/research/cantilever-timoshenko/script.py
The file was modified Examples/research/LazyMaps/banana/banana.py (diff)
Commit a2010fb16d5ed4b10ce0b239ee130985cc5de4ee by dabi
working on lazy with identity tails
The file was addedTransportMaps/Maps/Functionals/IdentityParametricMonotoneFunctionalBase.py
The file was modified TransportMaps/Maps/TriangularListStackedTransportMapBase.py (diff)
The file was addedTransportMaps/Maps/IdentityParametricTriangularComponentwiseTransportMapBase.py
The file was addedTransportMaps/Maps/TriangularListStackedParametricTransportMapBase.py
The file was modified TransportMaps/Maps/Functionals/__init__.py (diff)
The file was modified TransportMaps/Maps/IntegratedSquaredParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was addedTransportMaps/Maps/ListStackedParametricTransportMapBase.py
The file was addedTransportMaps/Maps/ListStackedParametricMapBase.py
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapFactories.py (diff)
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified TransportMaps/Maps/ListStackedMapBase.py (diff)
Commit 905d032ad0573e32b2184f3b6d5bde89f1b45b04 by dabi
lazy maps have now an identity tail
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapFactories.py (diff)
The file was modified TransportMaps/Distributions/Examples/BiochemicalOxygenDemand/BODDistributions.py (diff)
The file was modified TransportMaps/CLI/DeepLazyMapsConstructionScriptBase.py (diff)
The file was addedTransportMaps/LinAlg/__init__.py
The file was modified TransportMaps/__init__.py (diff)
The file was addedTransportMaps/LinAlg/_linalg.py
The file was modified TransportMaps/Distributions/FrozenDistributions.py (diff)
The file was modified TransportMaps/Distributions/ConditionalDistributions.py (diff)
Commit 51f9747d541d59a484d6e3f3808bb7fc9900f390 by dabi
working on timoshenko
The file was addedTransportMaps/Distributions/Examples/Timoshenko/TimoshenkoDistributions.py
The file was modified TransportMaps/Distributions/Examples/Timoshenko/TimoshenkoProblems.py (diff)
The file was modified Examples/research/cantilever-timoshenko/solver.py (diff)
Commit 847d04bd01da4179654bb56e87353e7c3e61a11d by dabi
working on the generation of the target distribution
The file was modified TransportMaps/Distributions/Examples/Timoshenko/TimoshenkoDistributions.py (diff)
The file was modified TransportMaps/Distributions/Examples/Timoshenko/TimoshenkoProblems.py (diff)
The file was addedExamples/research/cantilever-timoshenko/GaussianFieldDataGeneration.py
Commit b58c3b5b6d2a2a4406d6059c4ab9e616f6f8a233 by dabi
working on Timoshenko distribution
The file was modified Examples/research/cantilever-timoshenko/solver.py (diff)
The file was modified Examples/research/cantilever-timoshenko/GaussianFieldDataGeneration.py (diff)
The file was modified TransportMaps/Distributions/Examples/Timoshenko/TimoshenkoProblems.py (diff)
Commit 780198a281b4c007b7c1e7b11d876659a463ec2b by dabi
added puwr ess routine :)
The file was modified TransportMaps/Samplers/Routines.py (diff)
The file was addedTransportMaps/Samplers/puwr.py
The file was modified Examples/research/cantilever-timoshenko/GaussianFieldDataGeneration.py (diff)
Commit 0d52e95ff4f68c24840dcf457f16a108a5f56927 by dabi
working on timoshenko
The file was modified TransportMaps/Distributions/Examples/Timoshenko/__init__.py (diff)
The file was modified TransportMaps/CLI/PostprocessBase.py (diff)
The file was modified TransportMaps/Distributions/Examples/Timoshenko/TimoshenkoProblems.py (diff)
The file was modified Examples/research/cantilever-timoshenko/GaussianFieldDataGeneration.py (diff)
The file was modified Examples/research/cantilever-timoshenko/solver.py (diff)
The file was modified TransportMaps/Distributions/Examples/Timoshenko/TimoshenkoDistributions.py (diff)
Commit b457f979dacf214bf648598405e8ab55d075948c by dabi
working on timoshenko
The file was modified TransportMaps/Distributions/Examples/Timoshenko/TimoshenkoDistributions.py (diff)
The file was modified TransportMaps/Distributions/Examples/Timoshenko/TimoshenkoProblems.py (diff)
The file was modified Examples/research/cantilever-timoshenko/GaussianFieldDataGeneration.py (diff)
Commit cd96db57aee7d45c30561cbdcc00ce8e0283b3ae by dabi
timoshenko set up done
The file was modified TransportMaps/Distributions/Examples/Timoshenko/TimoshenkoDistributions.py (diff)
The file was modified Examples/research/cantilever-timoshenko/GaussianFieldDataGeneration.py (diff)
The file was modified TransportMaps/Distributions/Examples/Timoshenko/TimoshenkoProblems.py (diff)
Commit 929f7b7c80957dc798c7b3cedccc3bb8bdf88206 by dabi
timoshenko works O_O'
The file was modified TransportMaps/Distributions/Examples/Timoshenko/TimoshenkoProblems.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapFactories.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapsConstructionBase.py (diff)
The file was modified TransportMaps/Builders/BuilderBase.py (diff)
Commit f275b70efe5c723d8aef6627c5ad98731061bbd9 by dabi
postprocessing timoshenko
The file was addedExamples/research/LazyMaps/cantilever-timoshenko/postprocess.py
The file was addedscripts/tmap-deep-lazy-trim
The file was modified setup.py (diff)
The file was modified TransportMaps/CLI/PostprocessBase.py (diff)
The file was modified requirements.txt (diff)
Commit 7ccb2c29505938a7218a9d4e7f02c766c24956bf by dabi
working on timoshenko
The file was modified TransportMaps/CLI/PostprocessBase.py (diff)
The file was modified TransportMaps/Diagnostics/Plotting.py (diff)
The file was modified Examples/research/LazyMaps/cantilever-timoshenko/postprocess.py (diff)
Commit 6708ed6c5b5404971e050ad2a52419d32f7871b6 by dabi
hard truncation is back..
The file was modified TransportMaps/Distributions/FrozenDistributions.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapsConstructionBase.py (diff)
The file was modified setup.py (diff)
The file was modified TransportMaps/Diagnostics/Plotting.py (diff)
The file was modified requirements.txt (diff)
The file was modified Examples/research/LazyMaps/banana/banana.py (diff)
The file was modified TransportMaps/CLI/DeepLazyMapsConstructionScriptBase.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapFactories.py (diff)
Commit bdaf6c5d27a7599f7e6414c40e32b555399a2b2c by dabi
improved action_grad_x with action_adjoint_grad_x to compute gradients left to right if output < input
The file was addedExamples/research/LazyMaps/LogGaussianCoxProcess/Postprocess-realizations.py
The file was addedExamples/research/LazyMaps/LogGaussianCoxProcess/Postprocess-mean-std.py
The file was addedExamples/research/LazyMaps/LogGaussianCoxProcess/PlotData.py
The file was modified TransportMaps/Maps/ListCompositeMapBase.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapsConstructionBase.py (diff)
The file was addedExamples/research/LazyMaps/LogGaussianCoxProcess/TestData.py
The file was addedTransportMaps/Distributions/Examples/LogGaussianCoxProcess/LogGaussianCoxProcessDistributions.py
The file was removedExamples/research/LogGaussianCoxProcess/LogGaussianCoxProcessDistributions.py
The file was modified Examples/research/LazyMaps/banana/banana.py (diff)
The file was modified TransportMaps/Maps/FrozenTriangularTransportMaps.py (diff)
The file was addedExamples/research/LazyMaps/LogGaussianCoxProcess/Postprocess-unbiased-mean-std.py
The file was addedExamples/research/LazyMaps/LogGaussianCoxProcess/DataGeneration.py
The file was modified TransportMaps/Maps/MapBase.py (diff)
The file was modified TransportMaps/Distributions/Examples/LogGaussianCoxProcess/__init__.py (diff)
Commit e21cefd4ffde6e495d18d0e8c0187995afa07967 by dabi
improved action_grad_x with action_adjoint_grad_x to compute gradients left to right if output < input
The file was modified TransportMaps/Maps/ListCompositeMapBase.py (diff)
Commit 868da3b0ba40537c4e8d928684ec15796f74c4da by dabi
implementing missing adjoint functions
The file was modified TransportMaps/Maps/IdentityEmbeddedTransportMapBase.py (diff)
Commit 4ac0a3b6c25616bcceb703b324f9ec82a8835e57 by dabi
Done with LogCox for Lazy maps
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapsConstructionBase.py (diff)
The file was modified TransportMaps/Maps/ListCompositeTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was modified Examples/research/LazyMaps/LogGaussianCoxProcess/PlotData.py (diff)
The file was modified TransportMaps/Distributions/Examples/LogGaussianCoxProcess/LogGaussianCoxProcessDistributions.py (diff)
The file was modified Examples/research/LazyMaps/LogGaussianCoxProcess/DataGeneration.py (diff)
The file was modified TransportMaps/Maps/IdentityEmbeddedTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/ListCompositeMapBase.py (diff)
The file was modified Examples/research/LazyMaps/banana/banana.py (diff)
Commit 4d83a413ea12dd1069811fff5737c92114903318 by dabi
working on cantilever
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapsConstructionBase.py (diff)
The file was modified TransportMaps/Distributions/ConditionalDistributions.py (diff)
The file was modified Examples/research/LazyMaps/cantilever-timoshenko/postprocess.py (diff)
The file was modified Examples/research/cantilever-timoshenko/GaussianFieldDataGeneration.py (diff)
Commit 589c6232d8275fee8a5fd5130e8505eec4fea560 by dabi
staring with Poisson
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonProblems.py (diff)
The file was modified Examples/research/PoissonProblem/whiten.py (diff)
Commit cc87970e25dbe33c03a2b8b2f068f662ca53591d by dabi
added IdentityEmbeddedParametricTransprotMap and made minimize_kl_divergence general for any parametric transport map
The file was modified Examples/research/LazyMaps/poisson/visualize_distribution.py (diff)
The file was modified Examples/research/LazyMaps/banana/banana.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapsConstructionBase.py (diff)
The file was addedTransportMaps/Maps/IdentityEmbeddedParametricTransportMapBase.py
The file was modified TransportMaps/Maps/__init__.py (diff)
The file was modified TransportMaps/Maps/ParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapFactories.py (diff)
The file was modified TransportMaps/Maps/ParametricTransportMapBase.py (diff)
The file was modified Examples/research/cantilever-timoshenko/GaussianFieldDataGeneration.py (diff)
The file was modified TransportMaps/Maps/IdentityEmbeddedTransportMapBase.py (diff)
Commit 6dacc1bf9cc5eb31e5ca541342bc16e76d8c6b8c by dabi
added dolfin version markers/warnings for solvers
The file was modified TransportMaps/Distributions/Examples/Timoshenko/TimoshenkoProblems.py (diff)
The file was modified Examples/research/cantilever-timoshenko/GaussianFieldDataGeneration.py (diff)
The file was modified TransportMaps/DOLFIN/SolverBase.py (diff)
The file was modified TransportMaps/Distributions/Examples/Timoshenko/TimoshenkoDistributions.py (diff)
Commit 8768f9145646c2b826b5dd6286075e1cbc502785 by dabi
modified ess reporting
The file was modified Examples/research/LazyMaps/poisson/visualize_distribution.py (diff)
The file was modified Examples/research/LazyMaps/poisson/postprocess-plotting.py (diff)
The file was modified TransportMaps/CLI/PostprocessBase.py (diff)
Commit 966a9ec4aab2c546b1592564413df1cada7bcec7 by dabi
working on timoshenko
The file was modified TransportMaps/DOLFIN/SolverBase.py (diff)
The file was modified Examples/research/LazyMaps/banana/banana.py (diff)
The file was modified Examples/research/LazyMaps/cantilever-timoshenko/postprocess.py (diff)
The file was modified Examples/research/cantilever-timoshenko/GaussianFieldDataGeneration.py (diff)
Commit 672c49adb78f6aa4675e97636e579feb90217897 by dabi
going on with plots
The file was addedExamples/research/LazyMaps/LogGaussianCoxProcess/postprocess-plotting.py
The file was addedExamples/research/LazyMaps/LogGaussianCoxProcess/postprocess-convergence.py
The file was addedExamples/research/LazyMaps/LogGaussianCoxProcess/postprocess-spectrum.py
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapsConstructionBase.py (diff)
The file was modified TransportMaps/Diagnostics/Plotting.py (diff)
The file was modified Examples/research/LazyMaps/banana/banana.py (diff)
The file was modified Examples/research/LazyMaps/cantilever-timoshenko/postprocess.py (diff)
The file was modified Examples/research/LazyMaps/cantilever-timoshenko/postprocess.py (diff)
The file was addedExamples/research/LazyMaps/poisson/postprocess-convergence.py
Commit e185afe60c5f73514308036c4d8101c0458da063 by dabi
preparing code for submission NIPS
The file was modified MANIFEST.in (diff)
Commit b70ecb7e44476f811be459e029f97fe09719e5eb by dabi
working on Poisson...
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonDistributions.py (diff)
Commit 95cf09643cdb2bc911093b585be3a40967b5d286 by dabi
modified poisson distribution (with diagonal likielihood) to allow for lis type model reduction
The file was modified TransportMaps/Maps/MapBase.py (diff)
The file was modified TransportMaps/LaplaceApproximationRoutines.py (diff)
The file was modified TransportMaps/Samplers/MarkovChainSamplers.py (diff)
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonDistributions.py (diff)
Commit d2aae59f11eec79f14694d9a51f6c19695315b89 by dabi
Laplace approximation log output to INFO
The file was modified TransportMaps/LaplaceApproximationRoutines.py (diff)
Commit 9574b9da2c23e7d99c522541ec6046368b04b795 by dabi
test-source.sh added PATH for Jenkins
The file was modified jenkins/test-source.sh (diff)
The file was modified setup.py (diff)
The file was modified setup.py (diff)
Commit 5c57be8d6b07b1aee9fb054c48171379ffd67e95 by rsb
updating default map call
The file was modified TransportMaps/Algorithms/SparsityIdentification/RegularizedMap.py (diff)
Commit d1b4b7bed8ab47a8f599a60c9ed37c80527fc640 by dabi
working on poisson
The file was modified Examples/research/PoissonProblem/whiten.py (diff)
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapFactories.py (diff)
The file was modified TransportMaps/Maps/ListCompositeMapBase.py (diff)
The file was modified Examples/research/MonotoneTransport-paper/Poisson/postprocess-tc.py (diff)
The file was modified Examples/research/MonotoneTransport-paper/Poisson/subspace-reduction.py (diff)
The file was modified .gitignore (diff)
The file was modified TransportMaps/Distributions/Examples/PoissonProblem/PoissonDistributions.py (diff)
The file was modified scripts/tmap-laplace (diff)
The file was modified TransportMaps/Algorithms/SparsityIdentification/RegularizedMap.py (diff)
Commit cb97e714408df809dd33a68161f8fff5729a3abf by rsb
updating hess x to TM v3
The file was modified TransportMaps/Maps/ParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/ParametricTransportMapBase.py (diff)
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
The file was modified TransportMaps/Algorithms/SparsityIdentification/SparsityIdentificationNonGaussian.py (diff)
The file was modified Examples/research/sparsity/algorithm/run_sing_xstar.py (diff)
Commit 2fdbbbeefc1e1fc376eaa4abcfd65980461c5d3a by rsb
updating numerical examples for SING
The file was addedExamples/research/sparsity/Banana_beta2/pp_alg_errors.py
The file was addedExamples/research/sparsity/Lorenz_96/data/lorenz96.m
The file was addedExamples/research/sparsity/Lorenz_96/data/rk4.m
The file was addedExamples/research/sparsity/NPN_samplesize_test/run_NPNcdf_multipleN.py
The file was addedExamples/research/sparsity/Banana_beta2/data/banana.mat
The file was addedExamples/research/sparsity/Banana_beta2/data/banana_pushforward.m
The file was addedExamples/research/sparsity/NPN_samplesize_test/generate_npn_data.py
The file was addedExamples/research/sparsity/Lorenz_96/data/L96_problem_setup.m
The file was addedExamples/research/sparsity/Lorenz_96/run_sing.py
The file was addedExamples/research/sparsity/Banana_beta2/data/generate_npn_data.py
The file was addedExamples/research/sparsity/Banana_beta2/run_sing_banana.py
The file was modified TransportMaps/Algorithms/SparsityIdentification/GeneralizedPrecision.py (diff)
The file was addedExamples/research/sparsity/Lorenz_96/data/L96_data.mat
The file was addedExamples/research/sparsity/NPN_samplesize_test/pp_alg_errors.py
The file was addedExamples/research/sparsity/Banana_beta2/data/banana_samples.m
The file was addedExamples/research/sparsity/NPN_samplesize_test/run_sing_copula.py
The file was addedExamples/research/sparsity/Lorenz_96/data/generate_data.m
The file was modified TransportMaps/Distributions/Decomposable/LinearGaussianSequentialInferenceDistributions.py (diff)
The file was modified TransportMaps/Maps/ParametricTriangularComponentwiseTransportMapBase.py (diff)
The file was modified TransportMaps/tests/test_kl_divergence.py (diff)
The file was modified TransportMaps/Maps/FrozenTriangularTransportMaps.py (diff)
The file was modified TransportMaps/Distributions/Examples/StochasticVolatility/StocVolHyperDistributions.py (diff)
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
The file was modified TransportMaps/tests/test_distributions.py (diff)
The file was modified TransportMaps/CLI/ConstructionScriptBase.py (diff)
The file was modified TransportMaps/Misc.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/LinearSequentialInference.py (diff)
The file was modified TransportMaps/Distributions/Decomposable/SequentialInferenceDistributions.py (diff)
The file was modified TransportMaps/Distributions/Inference/InferenceBase.py (diff)
The file was modified TransportMaps/tests/test_scripts.py (diff)
The file was modified TransportMaps/DOLFIN/SolverBase.py (diff)
The file was modified TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py (diff)
Commit 196d636efa5f15fa32653f880d659f9b468ccff3 by dabi
added pip install cython in jenkins script
The file was modified jenkins/test-source.sh (diff)
Commit b909bc6544cc32e1ecd387d9a9e7771d271e8a22 by dabi
added .pyx to the manifest
The file was modified MANIFEST.in (diff)
The file was modified jenkins/test-source.sh (diff)
Commit f790e50519270b5109ce3b00654e479f40cdc787 by dabi
updated jenkins script
The file was modified jenkins/test-source.sh (diff)
Commit e89a6fd92dec7234906742bb56340a16c1d28a42 by dabi
working on jenkins script
The file was modified jenkins/test-source.sh (diff)
Commit 209ce2cddd39affd40c017328bfe825cfdf73497 by dabi
passing all tests and updated jenkins scripts
The file was modified jenkins/test-pypi.sh (diff)
The file was modified jenkins/test-testpypi.sh (diff)
Commit da05280825e4de43c5c27a945ed5e4581c6a41cb by dabi
fixed construction script
The file was modified TransportMaps/CLI/ConstructionScriptBase.py (diff)
Commit 4c1dbd74b2710b1c244fa1e9a553f62329c59f09 by dabi
made CYTHON submodules optional
The file was modified setup.py (diff)
The file was modified TransportMaps/Distributions/Examples/Lorenz96/Lorenz96Distributions.py (diff)
Commit 6163883c90ae3d6bf157e85f49ebc858abaddb58 by dabi
made CYTHON submodules optional
The file was modified TransportMaps/Distributions/Examples/Lorenz96/__init__.py (diff)
Commit a88346f5ebea3bddae3de8a86cb240b4b295be16 by dabi
workign on random rotations
The file was modified TransportMaps/Algorithms/DeepLazyMaps/DeepLazyMapsConstructionBase.py (diff)
The file was modified TransportMaps/CLI/DeepLazyMapsConstructionScriptBase.py (diff)
The file was addedExamples/research/LazyMaps/LogGaussianCoxProcess/postprocess-convergence-random-rotations.py
Commit b5301457e5f3eddcef5db97e6468f945d7de29c3 by dabi
working on LogisticRegression model
The file was addedTransportMaps/Distributions/Examples/LogisticRegression/_LogisticRegressionDistributions.py
The file was modified Examples/research/LazyMaps/LogGaussianCoxProcess/postprocess-convergence-random-rotations.py (diff)
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
Commit 8d80bddf72651a9032630f474a4128631b7d97e9 by dabi
working on parkinson
The file was addedExamples/research/LazyMaps/parkinson/dummy.txt
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
Commit 7036c13fa080c465e547dca40b6a58a0525cf808 by dabi
distribution generation done
The file was modified TransportMaps/CLI/DeepLazyMapsConstructionScriptBase.py (diff)
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
The file was addedExamples/research/LazyMaps/parkinson/GenerateDistribution.py
Commit a92c3a30ff263a7d72877c097877ee7afb2a945d by dabi
working on results for logit problem
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
The file was modified Examples/research/LazyMaps/parkinson/GenerateDistribution.py (diff)
Commit c46fb77c97a4d950d5a516939535071901eeeba9 by dabi
working on differente settings for parkinson
The file was modified Examples/research/LazyMaps/parkinson/GenerateDistribution.py (diff)
Commit 981b98c80d21267b599a367fbf7586a177860fb2 by dabi
working on posterior predictive
The file was addedExamples/research/LazyMaps/parkinson/posterior-predictive-check.py
The file was removedExamples/research/LazyMaps/parkinson/dummy.txt
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
Commit 56f6f420f13fcb02a54c34c5c6df9e7106e7f0c7 by dabi
mod to logit likelihood
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
Commit f8e92695e3ad4bf37e7b76dba6f9990cffa21a94 by dabi
working on stan example
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
Commit 259c7c4cd9f1f32d6ccd5028693ad31131b12555 by dabi
working on stan example
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
The file was modified TransportMaps/Maps/IdentityEmbeddedTransportMapBase.py (diff)
The file was addedExamples/research/LazyMaps/stan-spelling/GenerateDistribution.py
Commit a26e7becadaed7dc7642a338711a6da3857140d7 by dabi
fixed bug in adjoint_grad_x for composite maps
The file was modified TransportMaps/Maps/ListCompositeMapBase.py (diff)
Commit 8fba19b928b53cdcae904a25bb77e16c779720c7 by dabi
working on parkinson dataset
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
The file was modified Examples/research/LazyMaps/parkinson/posterior-predictive-check.py (diff)
The file was modified Examples/research/LazyMaps/parkinson/GenerateDistribution.py (diff)
Commit 123a93e69180b1209dadfcbf968c73ea3b35831b by dabi
working on parkinson data set
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
Commit 11c90b66e88e4eb8258fa1bb55b4871a46d39974 by dabi
fixed log-likelihood for logistic regression models with log(1+\eps) approximation
The file was modified TransportMaps/Likelihoods/LikelihoodBase.py (diff)
The file was modified Examples/research/LazyMaps/parkinson/posterior-predictive-check.py (diff)
Commit d6b011a402126bf5a1bdc3f80fa7bfd5ad7960be by dabi
fixed bug in hess_x_log_pullback function
The file was modified TransportMaps/Maps/TransportMapBase.py (diff)
Commit c44169f008e6fcca71dfd5b37b973bafa4eef8c9 by dabi
renamed aux for windows benefit...
The file was removedDocs/source/aux/inv-stocvol/DistributionGeneration.py
The file was addedDocs/source/auxiliary/inv-stocvol/Distribution.dill
The file was addedDocs/source/auxiliary/xml/BODmap.xml
The file was removedDocs/source/aux/xml/BODmap.xml
The file was removedDocs/source/aux/xml/IntSqSecOrd.xml
The file was addedDocs/source/auxiliary/inv-stocvol/Sequential-IntSq-Postprocess.dill
The file was addedDocs/source/auxiliary/xml/IntSqSecOrdHead.xml
The file was addedDocs/source/auxiliary/xml/LinearSpan.xml
The file was removedDocs/source/aux/xml/IntSqSecOrdHead.xml
The file was removedDocs/source/aux/xml/LinearSpan.xml
The file was addedDocs/source/auxiliary/xml/IntSqSecOrd.xml
The file was removedDocs/source/aux/inv-stocvol/Sequential-IntSq-Postprocess.dill.hdf5
The file was addedDocs/source/auxiliary/inv-stocvol/Sequential-IntSq-Postprocess.dill.hdf5
The file was removedDocs/source/aux/inv-stocvol/Sequential-IntSq.dill
The file was addedDocs/source/auxiliary/inv-stocvol/DistributionGeneration.py
The file was addedDocs/source/auxiliary/inv-stocvol/Sequential-IntSq.dill
The file was removedDocs/source/aux/inv-stocvol/Distribution.dill
The file was removedDocs/source/aux/inv-stocvol/Sequential-IntSq-Postprocess.dill
The file was removedExamples/research/MonotoneTransport-paper/IceThickness/aux.py
The file was addedExamples/research/MonotoneTransport-paper/IceThickness/auxiliary.py