RROMPy/rrompy/reduction_methods/basemaster
RROMPy/rrompy/reduction_methods/base
master
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
148024675062 | pradovera | Rearranged folder structure for trained models. | Dec 4 2019 | |||
1f3c57c87ff1 | pradovera | Removed unnecessary (broken) copy in approximant plots. Tightened plots. | Nov 15 2019 | |||
1b7a9a8b02c0 | pradovera | Improved plotting by using figure handles. | Nov 8 2019 | |||
687b3405c315 | pradovera | Several plotting fixes. | Nov 7 2019 | |||
1556ddac9fa8 | pradovera | Fixed output management. Added greedy error estimator based on look ahead of… | Nov 5 2019 | |||
2b867d09de19 | pradovera | Fixed trainedModel reset. Added look-ahead error estimator. Improved stability… | Oct 11 2019 | |||
6ea32acf7713 | pradovera | Improved robustness of trainedModel reset. | Oct 9 2019 | |||
e5254a29308f | pradovera | Fixed hfengine spacedim bugs. Fixed access to C in MOR engines. | Sep 23 2019 | |||
1fac624b9aa0 | pradovera | Fixed bugs with residual estimator of loaded model. Added option to remove… | Sep 13 2019 | |||
bfd7193b6490 | pradovera | Replaced ambiguous force_state with {sample,return,approx}_state. | Sep 12 2019 | |||
2c37a46d3505 | pradovera | Added state/output shift in hfengine. May make solution derivatives unavailable. | Sep 12 2019 | |||
47aa23eb0263 | pradovera | Made initializing/storing/loading trained models more stable. Fixed… | Sep 11 2019 | |||
33c54d7546a5 | pradovera | Added forced state sampling. Updated MOR engines accordingly. Added default… | Sep 11 2019 | |||
d2f3921cc61d | pradovera | Improved stability of dot and solve operations for tensorized sampling. | Sep 6 2019 | |||
fef77d0cf8c2 | pradovera | Replaced allowRepeatedSamples with uniqueness check for sample points. | Sep 6 2019 | |||
c8d735333cac | pradovera | Added nearest neighbor. Fixed instability management in rational greedy. | Aug 30 2019 | |||
03dd8e8e1854 | pradovera | Reorganized hfengines using symbolic expressions. Modified MOR methods… | Aug 21 2019 | |||
a289b48cebd8 | pradovera | Unified sample generation template. Modified engines, tests, and samples… | Aug 13 2019 | |||
e47dc489f606 | pradovera | Improved low-discrepancy management for parameter samplers. Fixed warning… | Aug 8 2019 | |||
d582cfb1057f | pradovera | Removed homogeneized parameter from MOR engines. Simplified homogeneized… | Aug 6 2019 | |||
9c5b6eb31718 | pradovera | Simplified residual computation for greedy. Fixed rational greedy estimator. | Jul 31 2019 | |||
89880910ca66 | pradovera | Changed naming convention for RB. Removed scaling as list of callables; now… | Jul 30 2019 | |||
7e4cb8e64cd8 | pradovera | Added RB-PM engine. Added scaling for affine terms. Added pole cut-off for PM. | Jul 30 2019 | |||
82c9ca4a90cc | pradovera | Added heaviside functions and engine. Fixed residues computation. Changed… | Jul 23 2019 | |||
16a7048180ac | pradovera | Major rehaul for parametric MOR. Added pivoting sampling and MOR engines. | Jul 12 2019 | |||
1818294aa86a | pradovera | Simplified verbosity management. Fixed hi-D vandermonde assembly. | Jun 18 2019 | |||
22e79169193e | pradovera | Added roots computation by marginalization. | Jun 6 2019 | |||
c1aaae15101e | pradovera | Added plotting options. Simplified POD Pade' numerator projection. | Jun 5 2019 | |||
aee15cb317a6 | pradovera | Added dual norm computation and residual evalution. Fixed radial basis… | May 24 2019 | |||
c01b2213cc86 | pradovera | Added HF sample batching using scipy tools. Improved 2d example. Improved… | May 15 2019 | |||
f3258451e02f | pradovera | Simplified plot and Paraview output interfaces for reduction_methods. Added… | May 13 2019 | |||
d82422972ae2 | pradovera | Increased robustness/correctness of hfengine terms. Fixed normApprox bugs. | May 10 2019 | |||
eb4e6d7b7ffb | pradovera | Fixed broken verbosityDepth. Added samples transfer. Improved 2d example. | May 8 2019 | |||
df50a590e6eb | pradovera | Fixed RB trainedModel update. Fixed bulk approxParameters assignment. | May 8 2019 | |||
167530d86cec | pradovera | Set graphical tests as xfails if not supported. Fixed trainedModel resetting. | May 8 2019 | |||
614c9d4524da | pradovera | Added quadrature sampler with fixed total degree. Added Halton sequence. | Apr 26 2019 | |||
57a78d5db9f2 | pradovera | Fixed distributed numerator index ordering bug. Updated documentation. Using… | Apr 25 2019 | |||
3917ff4af807 | pradovera | Fixed rational interpolant. Must check multiD consistency. Added some utilities… | Apr 12 2019 | |||
d7f55bfe6e31 | pradovera | Added derivative index hashing. Fixed default value minor bugs. Improved affine… | Apr 10 2019 | |||
5e09be0714fb | pradovera | Removed parameter. Now parameterList's are used for most stuff. Updated… | Apr 5 2019 | |||
269329718194 | pradovera | Added storage of approximant samples. | Apr 4 2019 | |||
a2f123cbd58e | pradovera | Made parameters tuples. Added parameter, parameterList, and sampleList classes… | Apr 3 2019 | |||
b02ddea334c4 | pradovera | Updated error estimators (removed obsolete, added single-point bare). Modified… | Mar 28 2019 | |||
b0bf305c09c7 | pradovera | Fixed deepcopy bug. Added option to assign system terms in hfengines and HF… | Mar 28 2019 | |||
b9ced405bab8 | pradovera | Added greedy tests. Revised naming convention for Taylor and Lagrange. Created… | Mar 27 2019 | |||
a2ca2c7d9825 | pradovera | Fixed private functions bug. | Mar 20 2019 | |||
c9551b918a85 | pradovera | Added LS-Hermite interpolant. Made private members actually private. Created… | Mar 20 2019 | |||
20045ab3384f | pradovera | Added some engine and sampling tests. Updated README with tests. Added option… | Mar 15 2019 | |||
fb0a24fbc16f | pradovera | Cleaned up examples. Fixed obsolete sampler bounds. Improved bare estimator. | Mar 14 2019 | |||
d0bb2798e6d2 | pradovera | Added matrix engine for quick testing. Added more error estimators for Pade'… | Feb 28 2019 | |||
1f4c4e0459d6 | pradovera | Fixed Pade' greedy loading bug. | Jan 28 2019 | |||
4c9bfd2ccc95 | pradovera | Added trained model I/O. Fixed nonsymmetric projecting bug. Modified some… | Jan 25 2019 | |||
76c35e029615 | pradovera | Automated repetitive method creation for Output routines. Added diapason… | Jan 17 2019 | |||
882ea7a87a22 | pradovera | Added Paraview ouyput. Fixed conditioning management. Added vector problems (LE… | Jan 15 2019 | |||
5a2935ee9248 | pradovera | Added residue computation. Added basic mixed engine. Improved folder structure. | Dec 14 2018 | |||
88e97ff5f796 | pradovera | Centralized and customized fitting. Removed non-orthogonal interpolation… | Dec 4 2018 | |||
b68d96516204 | pradovera | Fixed normalization bug. Removed check*itRank. | Dec 3 2018 | |||
c191c12b6f43 | pradovera | Ver. 0.0.dev2. Improved greedy. Started orthogonal polynomial-based… | Nov 30 2018 | |||
51cd9a0a331a | pradovera | Added greedy algorithm. Fixed some typos. Must still manage homogeneized in… | Nov 22 2018 | |||
a540fef5366f | pradovera | Added reduced solution management. | Nov 16 2018 | |||
0091e49f40df | pradovera | Improved classes __repr__. Going towards greedy... Made Pade' den a poly1d for… | Nov 16 2018 | |||
cc0997c6ca03 | pradovera | Added Dirichlet homogeneization. Rearranged hfproblem structure. Added custom… | Nov 9 2018 | |||
0c9a0bbd9f4e | pradovera | Added BC manager, to be applied. Added verbosity control. General structural… | Nov 2 2018 | |||
776ae84691a7 | pradovera | Externalized sampling. Fixed minor bugs. | Oct 26 2018 | |||
cf70412d46af | pradovera | Generalized parametric dependence. Preparation for matrix-free approach. | Oct 23 2018 | |||
c11471199317 | pradovera | Fixed sweeper and added plotter. Improved folder structure. Added parametric… | Oct 22 2018 | |||
5537baf189af | pradovera | Fixed inconsistent norm computation. Added __str__. | Oct 16 2018 | |||
dce0cf46688a | pradovera | Externalized some linear algebra routines. | Oct 4 2018 | |||
6513a8e1212a | pradovera | Fixed Lagrange approximant and sweep. Updated all examples. Removed shebang… | Sep 28 2018 | |||
c6af74908c2c | pradovera | Added installer. Improved folder structure. Example folder obsolete and not… | Sep 27 2018 |
c4science · Help