RROMPy/rrompy/utilities/poly_fitting/radial_basisdevelop
RROMPy/rrompy/utilities/poly_fitting/radial_basis
develop
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
f5cc78603613 | pradovera | Added support for h-radial bases and radial basis derivatives. Removed… | May 31 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 | |||
5ee323687969 | pradovera | Added back (fixed) multivariate rational approximant. Renamed pivoted Match… | Jan 19 2021 | |||
d0032ae416e8 | pradovera | Updated copyright info. | Oct 13 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 | |||
a94b50795e6a | pradovera | Fixed inconsistent typing of radialWeights. Added test of cut-off in pivoting. | Jun 9 2020 | |||
274e2ca8da6f | pradovera | Improved data extraction from parameterList and sampleList. | May 7 2020 | |||
d0bb5a548e8f | pradovera | Added option for adaptive selection of radial scaling for radial basis… | Apr 27 2020 | |||
832b76db9ab8 | pradovera | Removed polyvanderTotal. Its function is now given within polyvander. Added… | Apr 27 2020 | |||
25a6ff130b13 | pradovera | Minor stability improvements in polynomial evaluation. Minor documentation… | Apr 24 2020 | |||
a03104d4d605 | pradovera | Improved radial basis support with threshold decorator. Removed thin plate… | Apr 23 2020 | |||
4c06d65b32df | pradovera | Simplified usage of checkParameterList. Updated tests accordingly. | Apr 20 2020 | |||
f6fabed45f64 | pradovera | Fixed wrong coeff size in interpolators. Added length check in interpolator… | Mar 19 2020 | |||
3cacafea472f | pradovera | Added nearest neighbor fitter. Fixed buggy dot products in fitting. | Mar 7 2020 | |||
995621bf42fb | pradovera | Removed unused nearest neighbor from radial basis and mls. | Mar 7 2020 | |||
cd10c5e08a70 | pradovera | Many changes in import visibility. | Jan 10 2020 | |||
49a52d160c9d | pradovera | Added Wendland radial basis support. | Jan 9 2020 | |||
3cab5abd47a9 | pradovera | Fixed missing reorder bug in radial basis vander. Added verbosity in pivoted… | Nov 4 2019 | |||
2dfb8eed162c | pradovera | Enforced check of parameter type in radial basis evaluation. | Oct 24 2019 | |||
7d0ea5145031 | pradovera | Forced cutoff of poles at infinity. Fixed radial vandermonde bug. Fixed naming… | Oct 24 2019 | |||
746d0bec2785 | pradovera | Simplified total vandermonde matrix generation with automatic column reordering. | Oct 10 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 | |||
b3be051c499c | pradovera | Added symbolic expression support. Moved degree and derivative support to… | Aug 21 2019 | |||
64b0ade86c90 | pradovera | Added support for discrepancy-based residual estimator. Only works for monomial… | Aug 16 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 | |||
59aa187eb896 | pradovera | Added heaviside engine and point matching. Improved pivoted ROMs. Rearranged… | Jul 26 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 | |||
f15351d47ee3 | pradovera | Added proxy for marginalized hfengine. Removed center from operator/RHS… | Jul 4 2019 | |||
5b359f044155 | pradovera | Added interpolator class. Simplified rational interpolants. | Jul 3 2019 | |||
aee15cb317a6 | pradovera | Added dual norm computation and residual evalution. Fixed radial basis… | May 24 2019 | |||
3130dd7d52b1 | pradovera | Added radial basis interpolation. Improved rational numerator management. Added… | May 23 2019 | |||
7ed0fa13b775 | pradovera | Fixed bmat warning bug. | May 21 2019 | |||
7eaf137f882a | pradovera | Completed preliminary radial_basis functions. Added corresponding tests. | May 21 2019 | |||
d8cd90a53969 | pradovera | Started radial basis engine. To be completed and tested. | May 20 2019 | |||
d7f55bfe6e31 | pradovera | Added derivative index hashing. Fixed default value minor bugs. Improved affine… | Apr 10 2019 | |||
ac9a36a9f88e | pradovera | Made parameter iterator return iter of list of paramList's. Fixed empty… | Apr 8 2019 | |||
4d3b943b2102 | pradovera | Added multivariate polynomial management. Added basic radial basis fitting. | Apr 5 2019 | |||
07e82e433467 | pradovera | Added radial basis fitter. Added multi-D sampling tests. Added parameter sort. | Apr 4 2019 |
c4science · Help