History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
91808e80a175 | pradovera | Added heuristic multivariate greedy rational interpolation. Allowed different… | Mar 25 2021 | |||
03621764530a | pradovera | Fixed automatic degree reduction in RationalInterpolant. Improved bad pole… | Mar 19 2021 | |||
63e560ed3aca | pradovera | Added standard and output modes in rational approximation. Removed radial basis… | Mar 9 2021 | |||
f4c06ee21c33 | pradovera | Added mixed degree option to polynomial fitting and to multi-variate rational… | Feb 23 2021 | |||
3ed0e7470800 | pradovera | Allowed choice of N in greedy rational approximants. Extended boundary… | Feb 4 2021 | |||
5ee323687969 | pradovera | Added back (fixed) multivariate rational approximant. Renamed pivoted Match… | Jan 19 2021 | |||
3cd8a5f7ed4d | pradovera | Added rational-matching pivoted approach. Forced rational approximant to be… | Jan 8 2021 | |||
74dce5ca631d | pradovera | Implemented option for post-addition of samples for non-greedy approximants. | Dec 16 2020 | |||
db0e167dfa97 | pradovera | Fixed broken tolerance for barycentric rational interpolation. Removed wrong… | Nov 30 2020 | |||
01d0a587cfbf | pradovera | Improved correction of bad poles in pivoted pole-matching approximants with… | Nov 17 2020 | |||
ca25fdbab062 | pradovera | Fixed bug in parameter initialization for pivoted approximation. Improved… | Nov 9 2020 | |||
edf4e7c8a2a8 | pradovera | Fixed several chordal metric bugs. Introduced gramian for correct online… | Nov 3 2020 | |||
7034ff3faee9 | pradovera | Added Riemann interpolation over marginal variables driven by chordalRadius… | Nov 2 2020 | |||
32c29a446952 | pradovera | Merging branch for quadratic outputs into develop branch. | Oct 13 2020 | |||
b8845f11b91e | pradovera | Fixed quadratic output support in pivoted approximants. Improved memory usage… | Oct 13 2020 | |||
d0032ae416e8 | pradovera | Updated copyright info. | Oct 13 2020 | |||
af326aaad17f | pradovera | Removed option to compress trainedModel with quadratic output. Fixed residue… | Oct 12 2020 | |||
fb546aae4e7e | pradovera | Bugfix of greedy postprocessing and chordal metric computation. | Sep 30 2020 | |||
ff557502f6c8 | pradovera | Improved alternative methods for computing 1D rational approximant (added… | Sep 29 2020 | |||
5c2ab7641888 | pradovera | Improved folder structure and code commenting. | Sep 25 2020 | |||
490f86110f73 | pradovera | Fixed bug with preemptive end of greedy loop in pivoted approximation. Made… | Aug 18 2020 | |||
43bdbb69d4ed | pradovera | Added computation of rational denominator based on barycentric coordinates. | Jul 28 2020 | |||
a87d7b9eb3c6 | pradovera | Fixed pivoted methods accounting for polynomials in nodal form. Added Loewner… | Jul 24 2020 | |||
91789703024d | pradovera | Fixed MPI warning in tests. Minor changes in pseudo-random generators. | Jun 9 2020 | |||
274e2ca8da6f | pradovera | Improved data extraction from parameterList and sampleList. | May 7 2020 | |||
d95210f42d10 | pradovera | Improved marginal interpolant construction. Now piecewise linear approach does… | Apr 24 2020 | |||
7d0e009ae55c | pradovera | Made angle computation in point matching based on chordal metric. Fixed… | Apr 20 2020 | |||
5be0ac5adcd1 | pradovera | Minor bug fixes. | Mar 31 2020 | |||
32d44644b439 | pradovera | Externalized rational function matching. Added shift-based matching strategy. | Mar 30 2020 | |||
578bf9742242 | pradovera | Removed unused imports. | Mar 24 2020 | |||
49a3c8f49409 | pradovera | Added conversion to list of vector-like approxParameters to fix comparison… | Mar 24 2020 | |||
92dbfefca381 | pradovera | Reweighted residue angle in distance table. | Mar 23 2020 | |||
b137670b9ccf | pradovera | Added approximant postprocessing by recompression. | Mar 16 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 | |||
ab79caeab21d | pradovera | Increased robustness of division by rational denominator. Added numpy linalg… | Jan 8 2020 | |||
b454913b3303 | pradovera | Removed forced subsampling in generating parameters over shapes. Now samples… | Jan 8 2020 | |||
b530dd9aec1f | pradovera | Added shape parameter samplers. Reorganized parameter sampling. Added auxiliary… | Jan 7 2020 | |||
9d16e8bc7db9 | pradovera | Moved marginal interpolation routines to trained model. Improved robustness of… | Dec 18 2019 | |||
fbc3e90f9298 | pradovera | Added automatic selection of M, N, and R in standard approximants. Removed… | Dec 18 2019 | |||
ab27a238d85f | pradovera | Removed type of cutoff function for recompression. Updated plot of greedy error… | Dec 6 2019 | |||
24216eb4dce9 | pradovera | Improved heaviside stability and point matching. | Dec 4 2019 | |||
89ba3b5fa1b0 | pradovera | Improved inheritance for pivoted PI. Improved stability of interpolation over… | Oct 18 2019 | |||
725972a737ed | pradovera | Removed unused homogeneized. Externalized Rayleigh quotient iteration tool. | Sep 18 2019 | |||
1ae212059eac | pradovera | Removed eye-like. Increased robustness of Np2DLike's, dot, and solve for… | Sep 11 2019 | |||
ba6c30fad025 | pradovera | Added tensorized sample management (dot and solve). Removed batch sampling. | Aug 30 2019 | |||
b3be051c499c | pradovera | Added symbolic expression support. Moved degree and derivative support to… | Aug 21 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 | |||
9c5b6eb31718 | pradovera | Simplified residual computation for greedy. Fixed rational greedy estimator. | Jul 31 2019 | |||
7e4cb8e64cd8 | pradovera | Added RB-PM engine. Added scaling for affine terms. Added pole cut-off for PM. | Jul 30 2019 | |||
59aa187eb896 | pradovera | Added heaviside engine and point matching. Improved pivoted ROMs. Rearranged… | Jul 26 2019 |
c4science · Help