RROMPy/rrompy/reduction_methods/greedymaster
RROMPy/rrompy/reduction_methods/greedy
master
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
4a90d623cb7e | pradovera | Updated approximants with new module structure. Robustness improvements in… | Dec 4 2019 | |||
265105c428d4 | pradovera | Fixed greedy approximant finalization. | Nov 20 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 | |||
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 | |||
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 | |||
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 | |||
d6167b76ff03 | pradovera | Added polyTimesTable. Simplified computation of numerator using it. Added basic… | 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 | |||
dd37c2dc0df4 | pradovera | Improved affinity check for HFEngines. Added option for max greedy error… | Oct 10 2019 | |||
42ee4c71c197 | pradovera | Added checks for existence of method for building affine blocks of HFEngine. | Oct 9 2019 | |||
6091a93ff6f4 | pradovera | Fixed missing import. Increased robustness of greedy error estimator following… | Sep 24 2019 | |||
c9231960b801 | pradovera | Fixed incompatibility between sampleList and tensordot. | Sep 23 2019 | |||
93802d464f2b | pradovera | Fixed hanging comma. | Sep 23 2019 | |||
b81e75398c33 | pradovera | Added robustness check for interpolatory residual estimator of imported MOR… | Sep 23 2019 | |||
4cb38387167d | pradovera | Bug fix in loading rational greedy. | Sep 19 2019 | |||
f2d69c546e44 | pradovera | Fixed bug in early termination of greedy. | Sep 19 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 | |||
4ac96cae8852 | pradovera | Fixed force_state and applyC bugs. Added notification of single solves in… | Sep 11 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 | |||
c8d735333cac | pradovera | Added nearest neighbor. Fixed instability management in rational greedy. | Aug 30 2019 | |||
eae301846e1f | pradovera | Improved greedy a posteriori estimation, removed broken estimators, added EIM… | Aug 22 2019 | |||
03dd8e8e1854 | pradovera | Reorganized hfengines using symbolic expressions. Modified MOR methods… | Aug 21 2019 | |||
c4288be2f200 | pradovera | Fixed discrepancy-based residual estimator for all polynomial bases. | Aug 16 2019 | |||
64b0ade86c90 | pradovera | Added support for discrepancy-based residual estimator. Only works for monomial… | Aug 16 2019 | |||
a289b48cebd8 | pradovera | Unified sample generation template. Modified engines, tests, and samples… | Aug 13 2019 | |||
06742c4265bb | pradovera | Added support for multi-D greedy (awaiting testing). Renamed error estimator… | Aug 13 2019 | |||
11b9e6b8a2ba | pradovera | Fixed mistake in rational error estimator. Improved greedy error estimator… | Aug 12 2019 | |||
3ebcc876c765 | pradovera | Added safety check on E and R. Simplified access to some quantities and removed… | Aug 12 2019 | |||
363631c4358f | pradovera | Added full degree functionalities for pivot (only rational). Amended low… | Aug 9 2019 | |||
d582cfb1057f | pradovera | Removed homogeneized parameter from MOR engines. Simplified homogeneized… | Aug 6 2019 | |||
fee37408d84d | pradovera | Improved point matching algorithm. Changed naming convention for polybasis* and… | Aug 5 2019 | |||
3bfefc679107 | pradovera | Rational greedy _fitinv hotfix. Interpolants setup degree parameter bug hotfix. | Aug 2 2019 | |||
726bb0ed0678 | pradovera | Changed several naming conventions. Fixed examples according to this and… | Jul 31 2019 |
c4science · Help