History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
49bc23f1ea73 | pradovera | Added missing index in virtual padding. | Mar 22 2020 | |||
efaeee0cab63 | pradovera | Fixed residue transposition. | Mar 22 2020 | |||
90813319950d | pradovera | Introduced virtual padding to improve memory usage. | Mar 22 2020 | |||
30f9d658b5c3 | pradovera | Reduced space wasted by coalescing samples in marginal sampling engines. | Mar 22 2020 | |||
5a0472c3b09a | pradovera | Collapsed marginal interpolator in matched pivoted trained model. Now corrected… | Mar 21 2020 | |||
003625e6612a | pradovera | Added assignment of musMarginal on model load. Turned musMarginal into… | Mar 20 2020 | |||
8195fa637a24 | pradovera | Fixed sample batch bug in rational greedy. | Mar 19 2020 | |||
473adff6dbac | pradovera | Added check for recompression in trainedModels. | Mar 19 2020 | |||
382e1369cfbb | pradovera | Fixed wrong depth selection bug in piecewise linear marginalization. Improved… | Mar 18 2020 | |||
08265a1d5bb5 | pradovera | Added piecewise linear interpolant in marginal approximants. | Mar 18 2020 | |||
c9fedfaeb266 | pradovera | Changed name of marginal sampler in pivoted greedy. | Mar 18 2020 | |||
257cb00ea034 | pradovera | Removed specialized nearest neighbor pivoted approximants. Compressed… | Mar 18 2020 | |||
126d32def054 | pradovera | Allowed assignment of approxParameters in fragile mode. Setting up removal of… | Mar 18 2020 | |||
f1154f146aba | pradovera | Allowed computation of scale factors in fragile mode. Several minor bugs fixed. | Mar 17 2020 | |||
762007d7f14a | pradovera | Debugged corrector iterations. Fixed scaling issue with radial weight. | Mar 16 2020 | |||
e561248a71ec | pradovera | Fixed inconsistent definition of nmus of trainedModel. | Mar 16 2020 | |||
bc85713b3d4d | pradovera | Removed now useless pivoted POD_global. | Mar 16 2020 | |||
b137670b9ccf | pradovera | Added approximant postprocessing by recompression. | Mar 16 2020 | |||
b4d91d00332f | pradovera | Simplified pivoted greedy error estimator. Fixed broken test. | Mar 15 2020 | |||
96ecdf6082c6 | pradovera | Added nearest neighbor pivoted approximant. | Mar 15 2020 | |||
13e2c35912a3 | pradovera | Improved robustness of marginal interpolator setup. Fixed issues with corrector… | Mar 15 2020 | |||
33af7adf601b | pradovera | Added 'None' option to marginal error estimator. | Mar 13 2020 | |||
4521b8240291 | pradovera | Added mus to initialization of trainedModelData. Fixed evaluation of number of… | Mar 12 2020 | |||
746e7d73f320 | pradovera | Added option to collapse projMat in trained model. | Mar 12 2020 | |||
97ecaa93f5bd | pradovera | Removed unused MLS. | Mar 12 2020 | |||
2809940ec5d1 | pradovera | Tensorized computation of look_ahead error in rational greedy. Tensorized… | Mar 11 2020 | |||
ab7e05b69742 | pradovera | Fixed pickling issues. | Mar 11 2020 | |||
c6bec368f78a | pradovera | Turned sparse grid class into sampling engine. | Mar 11 2020 | |||
ffa2f9f7a7f7 | pradovera | Reduced dimensionality in computations involving rational approximant and… | Mar 11 2020 | |||
47656af3b283 | pradovera | Split pivoted approximants in no_match (without resonance matching) and… | Mar 10 2020 | |||
08f47005a74b | pradovera | Fixed issues with new nearest neighbor engine. | Mar 10 2020 | |||
995621bf42fb | pradovera | Removed unused nearest neighbor from radial basis and mls. | Mar 7 2020 | |||
f6d6b198db9d | pradovera | Replaced binary pivoted cut-off kind with continuous parameter. Fixed bug with… | Mar 7 2020 | |||
bb90246190a3 | pradovera | Fixed indexing and variable finalization in marginal look_ahead greedy. | Mar 4 2020 | |||
72f045b3400c | pradovera | Added look_ahead marginal estimator kind. | Mar 4 2020 | |||
e2d83a7f2d3a | pradovera | Improved robustness of GS and QR, and of interpolation iterations. | Mar 4 2020 | |||
80f47d7d8798 | pradovera | Fixed partially GS and QR for collinear samples. Added missing check for auto M. | Mar 2 2020 | |||
35ba497c4143 | pradovera | Fixed missing check on existence of flag related to marginal M. | Feb 25 2020 | |||
bf7f8232136b | pradovera | Fixed initializations to int instead of float. Fixed doubling of… | Feb 25 2020 | |||
e91feee7c94c | pradovera | Added user selection of derivative scaling factor. | Feb 10 2020 | |||
6beae8b61a6e | pradovera | Fixed overflow in ev tolerance check. Added warning management for computation… | Feb 5 2020 | |||
10ccd6ca95d2 | pradovera | Forced rescaling of derivatives in approximant computation. | Feb 5 2020 | |||
f02afe20678d | pradovera | Allowed for E different from N in rational MOR. Modified tests accordingly. | Feb 3 2020 | |||
9c46e3863215 | pradovera | Added missing parentheses for termination during error computation. Moved… | Feb 3 2020 | |||
b15e599b1a43 | pradovera | Fixed placement of scale factor computation routine. | Feb 3 2020 | |||
f999108c0dd7 | pradovera | Fixed inconsistent number of columns in projection matrix. | Feb 3 2020 | |||
de4e9cf8ee25 | pradovera | Fixed remaining verbosity levels. | Jan 24 2020 | |||
c1ec826412e9 | pradovera | Fixed inconsistent verbosity levels in greedy. | Jan 24 2020 | |||
8fd259c09035 | pradovera | Renamed INTERPOLATORY estimator to LOOK_AHEAD_RES. Simplified estimator… | Jan 17 2020 | |||
ae6dfb896fd4 | pradovera | Fixed minor verbosity issue. | Jan 17 2020 | |||
0dead23ee560 | pradovera | Bumped version to 2.1 | Jan 10 2020 | |||
137ddfbcc55a | pradovera | Fixed non-existent muBounds bug. Added back corrector steps at end of greedy… | Jan 10 2020 | |||
cd10c5e08a70 | pradovera | Many changes in import visibility. | Jan 10 2020 | |||
ed196b94ea0f | pradovera | Improved potential computations through ground potential and more accurate foci. | Jan 10 2020 | |||
b49de9366fc9 | pradovera | Fixed depth issue in sparse grid refinement near boundaries. Corrected… | Jan 9 2020 | |||
afbcc18e7343 | pradovera | Corrected exception management within greedy iterations. Removed unnecessary… | Jan 9 2020 | |||
f408d8c38edf | pradovera | Modified initial sample pruning to return parameterList. | Jan 8 2020 | |||
ab79caeab21d | pradovera | Increased robustness of division by rational denominator. Added numpy linalg… | Jan 8 2020 | |||
7ab7a82722f7 | pradovera | Removed unused partial dual energy norm matrix. Fixed last-iteration plotting… | Jan 8 2020 | |||
b454913b3303 | pradovera | Removed forced subsampling in generating parameters over shapes. Now samples… | Jan 8 2020 | |||
06a8a84d1b92 | pradovera | Fixed parameter sampling args order. Fixed plotting bounds in greedy estimator… | Jan 7 2020 | |||
74773ab17efb | pradovera | Removed unnecessary reordering in greedy test set initialization. Added missing… | Jan 6 2020 | |||
59d292829982 | pradovera | Increased robustness of greedy iterations. Allowed automatic selection of… | Dec 19 2019 | |||
9d16e8bc7db9 | pradovera | Moved marginal interpolation routines to trained model. Improved robustness of… | Dec 18 2019 | |||
3d1b656d9523 | pradovera | Added automatic selection of M, N, and MMarginal in pivoted approximants. | Dec 18 2019 | |||
fbc3e90f9298 | pradovera | Added automatic selection of M, N, and R in standard approximants. Removed… | Dec 18 2019 | |||
416bbfda082d | pradovera | Added greedy pivoted greedy. Included test. | Dec 13 2019 | |||
f2555a76a4a0 | pradovera | Renamed several pivoted greedy functions to avoid conflicts with pivot greedy. | Dec 13 2019 | |||
ae06764987dc | pradovera | Unified flag return values of setupApprox-like functions. | Dec 11 2019 | |||
4acbecb14590 | pradovera | Fixed Pade' bug with non-maximal N. | Dec 11 2019 | |||
ab27a238d85f | pradovera | Removed type of cutoff function for recompression. Updated plot of greedy error… | Dec 6 2019 | |||
4a90d623cb7e | pradovera | Updated approximants with new module structure. Robustness improvements in… | Dec 4 2019 | |||
148024675062 | pradovera | Rearranged folder structure for trained models. | Dec 4 2019 | |||
265105c428d4 | pradovera | Fixed greedy approximant finalization. | Nov 20 2019 | |||
c21b751402c3 | pradovera | Added nearest-neighbor trained model and approximant. Forced projMat to be… | Nov 18 2019 | |||
99aa75724b3d | pradovera | Fixed setSamples bug. | Nov 18 2019 | |||
5527b6af7414 | pradovera | Added local and global pod management in pivoted approximation engines. Also… | Nov 15 2019 | |||
1f3c57c87ff1 | pradovera | Removed unnecessary (broken) copy in approximant plots. Tightened plots. | Nov 15 2019 | |||
584e0c8c37c7 | pradovera | Fixed pivoted POD sample management. Fixed minor doc typos. | Nov 11 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 | |||
86dd94fa8daa | pradovera | Simplified greedy plotting. Fixed bug in pole matching for pivoting. | Nov 1 2019 | |||
c42bbfb4a132 | pradovera | Simplified inheritance with args and kwargs keywords. Parameter approx_state is… | Nov 1 2019 | |||
bbf7327c55b5 | pradovera | Fixed non POD pivoting bug. | Oct 31 2019 | |||
dc246617094e | pradovera | Fixed (de)marginalization for interpolatory estimator in greedy pivoting. Added… | Oct 30 2019 | |||
37c989aa8f1a | pradovera | Improved robustness in catching instabilities. Verbosity is not always… | Oct 29 2019 | |||
7d0ea5145031 | pradovera | Forced cutoff of poles at infinity. Fixed radial vandermonde bug. Fixed naming… | Oct 24 2019 | |||
897c60b070a9 | pradovera | Added controlled cutoff of poles at infinity. Removed sorting of trained model… | Oct 24 2019 | |||
db8f0703b265 | pradovera | Added greedy pivoted approximant. Improved modularity of greedy estimator and… | Oct 23 2019 | |||
b43bc2718a1a | pradovera | Renamed function for greedy approx setup for consistency. | Oct 21 2019 | |||
d1e2b30c33ed | pradovera | Removed unused interactive greedy. | Oct 21 2019 | |||
c0ac829562b8 | pradovera | Branched centeredLike to new class. Simplified special interpolation and… | Oct 21 2019 | |||
89ba3b5fa1b0 | pradovera | Improved inheritance for pivoted PI. Improved stability of interpolation over… | Oct 18 2019 | |||
9253ed2b70a5 | pradovera | Improved robustness of RI. Added correction kind. Added univariate polynomial… | Oct 18 2019 | |||
d6167b76ff03 | pradovera | Added polyTimesTable. Simplified computation of numerator using it. Added basic… | Oct 17 2019 | |||
81a9408421f4 | pradovera | Fixed pivoted and mls trained models. Added chordal metric for point matching. | Oct 17 2019 | |||
2b867d09de19 | pradovera | Fixed trainedModel reset. Added look-ahead error estimator. Improved stability… | Oct 11 2019 | |||
317f376f0b9f | pradovera | Removed useless error estimators. Made sample points for interpolatory… | Oct 10 2019 | |||
e98ab081f59e | pradovera | Updated MOR engines and tests to account for changes in total vandermonde and… | Oct 10 2019 |
c4science · Help