RROMPy/testsmaster
RROMPy/tests
master
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
f2c2c63950eb | pradovera | Added GPR support using sklearn. Minor fixes in polynomial degree checks. | Jun 9 2021 | |||
f5cc78603613 | pradovera | Added support for h-radial bases and radial basis derivatives. Removed… | May 31 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 | |||
9dc9eb5a8081 | pradovera | Fixed scaling and range in residue extraction. Fixed derivative order update in… | Feb 9 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 | |||
0aef5f79535a | pradovera | Removed broken nodal optimization in rational approximants. Improved other… | Nov 19 2020 | |||
01d0a587cfbf | pradovera | Improved correction of bad poles in pivoted pole-matching approximants with… | Nov 17 2020 | |||
95a0fa983702 | pradovera | Improved pole correction, with added stability tolerance. Minor naming changes. | Nov 9 2020 | |||
7034ff3faee9 | pradovera | Added Riemann interpolation over marginal variables driven by chordalRadius… | Nov 2 2020 | |||
b06ee2733912 | pradovera | Added conversion from pole-matched to not-matched pivoted trained models, and… | Oct 29 2020 | |||
c257427ab793 | pradovera | Made pivoted no-matching approximants not rely on Heaviside form of rational… | Oct 21 2020 | |||
e2ed7448d9f1 | pradovera | Removed unused approx_state. | Oct 13 2020 | |||
d0032ae416e8 | pradovera | Updated copyright info. | Oct 13 2020 | |||
ff557502f6c8 | pradovera | Improved alternative methods for computing 1D rational approximant (added… | Sep 29 2020 | |||
2924ba713efc | pradovera | Added hybrid POD option for column normalization and related sampling engine. | Aug 27 2020 | |||
f168c4c11054 | pradovera | Made match pivoted greedy rely on hat functions within outer loop. Removed… | Aug 17 2020 | |||
8ec0029bfa45 | pradovera | Added absolute cutOff tolerances for poles. Added proxys for mu0 and… | Aug 5 2020 | |||
3daebf5d46ea | pradovera | Turned residueTol and cutOffTolerances into properties of HFEngine in… | Jul 30 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 | |||
499b419a2e01 | pradovera | Added input by force in oscillator engine. Minor bug fixes. Minor improvements… | Apr 28 2020 | |||
832b76db9ab8 | pradovera | Removed polyvanderTotal. Its function is now given within polyvander. Added… | Apr 27 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 | |||
b72fd860b5d1 | pradovera | Changed rescalingExp into parameterMap in HFEngines. Updated examples and tests. | Apr 16 2020 | |||
3c2fda038b06 | pradovera | Updated tests and examples after changes in hfengines. | Apr 15 2020 | |||
4dd4e40c3c9e | pradovera | Merging branch for snapshot storage into develop branch. | Apr 1 2020 | |||
b3fb8983f0fd | pradovera | Changed sampling engines so that samples always contains non-orthogonalized… | Apr 1 2020 | |||
1482cb3bfb4a | pradovera | Ordered test folders for consistency. | Mar 31 2020 | |||
c9fedfaeb266 | pradovera | Changed name of marginal sampler in pivoted greedy. | Mar 18 2020 | |||
e92bfa6b06e0 | pradovera | Updated tests and examples after change in pivoted approximant parameter fields. | Mar 18 2020 | |||
b4d91d00332f | pradovera | Simplified pivoted greedy error estimator. Fixed broken test. | Mar 15 2020 | |||
c6bec368f78a | pradovera | Turned sparse grid class into sampling engine. | Mar 11 2020 | |||
08f47005a74b | pradovera | Fixed issues with new nearest neighbor engine. | Mar 10 2020 | |||
3cacafea472f | pradovera | Added nearest neighbor fitter. Fixed buggy dot products in fitting. | Mar 7 2020 | |||
f02afe20678d | pradovera | Allowed for E different from N in rational MOR. Modified tests accordingly. | Feb 3 2020 | |||
8fd259c09035 | pradovera | Renamed INTERPOLATORY estimator to LOOK_AHEAD_RES. Simplified estimator… | Jan 17 2020 | |||
cd10c5e08a70 | pradovera | Many changes in import visibility. | Jan 10 2020 | |||
8131ebc8bdf8 | pradovera | Updated examples/tests with new potential routine. Boosted results of some… | Jan 10 2020 | |||
365cb5f6b44e | pradovera | Updated tests to reflect changes in imports and parameter sampling. | Jan 7 2020 | |||
dcaf71263094 | pradovera | Updated examples and tests with automatic selection of interpolation degree. | Dec 18 2019 | |||
416bbfda082d | pradovera | Added greedy pivoted greedy. Included test. | Dec 13 2019 | |||
ab27a238d85f | pradovera | Removed type of cutoff function for recompression. Updated plot of greedy error… | Dec 6 2019 | |||
3c70f1bdcddc | pradovera | Updated tests with new module structure. | Dec 4 2019 | |||
a8db5b09629a | pradovera | Added now necessary approx_state. Moved pivotingDir to correct position. | Nov 1 2019 | |||
1dd5c8080623 | pradovera | Simplified test hfengines by args and kwargs keywords. | 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 | |||
f522b89ebd19 | pradovera | Fixed inconsistent function naming in tests. | Oct 23 2019 | |||
b43bc2718a1a | pradovera | Renamed function for greedy approx setup for consistency. | Oct 21 2019 | |||
e98ab081f59e | pradovera | Updated MOR engines and tests to account for changes in total vandermonde and… | Oct 10 2019 | |||
5b3b6ab16a8e | pradovera | Removed lesser hfengines from main source folder to tests or examples. | Sep 19 2019 | |||
a3a83b714629 | pradovera | Reorganized base hfengine folder by splitting (FE) engine and matrix assembly. | Sep 19 2019 | |||
c80f1e62af93 | pradovera | Updated examples and tests, accounting for duality. | Sep 11 2019 | |||
ba6c30fad025 | pradovera | Added tensorized sample management (dot and solve). Removed batch sampling. | Aug 30 2019 | |||
c8d735333cac | pradovera | Added nearest neighbor. Fixed instability management in rational greedy. | Aug 30 2019 | |||
f4ed36217e2b | pradovera | Improved hfengine blocks assembly. Added recompression of homogeneized RHS. | Aug 21 2019 | |||
3ed8cef19cfc | pradovera | Updated examples and tests to symbolic affine dependence. Added first 2d greedy… | Aug 21 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 | |||
363631c4358f | pradovera | Added full degree functionalities for pivot (only rational). Amended low… | Aug 9 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 | |||
726bb0ed0678 | pradovera | Changed several naming conventions. Fixed examples according to this and… | Jul 31 2019 | |||
89880910ca66 | pradovera | Changed naming convention for RB. Removed scaling as list of callables; now… | Jul 30 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 | |||
f7d00303f79b | pradovera | Fixed deprecation errors. Fixed homogeneous RHS computation. Updated tests… | Jul 4 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 | |||
c7de78d97849 | pradovera | Removed centered approximants. | Jul 3 2019 | |||
e699a25a129a | pradovera | Improved plotting in 2d examples. Updated tests. | May 24 2019 | |||
e7c0d418771f | pradovera | Simplified linear system assembly in hfengines. Fixed bug in linear elasticity… | May 23 2019 | |||
2816cde2c2b6 | pradovera | Refurbished tests. | May 23 2019 | |||
7eaf137f882a | pradovera | Completed preliminary radial_basis functions. Added corresponding tests. | May 21 2019 | |||
c01b2213cc86 | pradovera | Added HF sample batching using scipy tools. Improved 2d example. Improved… | May 15 2019 | |||
c145993ff3d9 | pradovera | Added 1d/2d fracture test. | May 13 2019 | |||
167530d86cec | pradovera | Set graphical tests as xfails if not supported. Fixed trainedModel resetting. | May 8 2019 | |||
568fdba53598 | pradovera | Fixed broken test cases. | Apr 30 2019 | |||
5e2eeb9a7df4 | pradovera | Fixed reordering bugs. Improved total degree sampler using dimension-wise… | Apr 30 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 | |||
97d218f60373 | pradovera | Fixed rational Pade' numerator bug. Made hfengines function spaces P1 for… | Apr 24 2019 | |||
b9e7fd6b7408 | pradovera | Fixed multiD methods. Allowed compatibility for greedy. Accomodated tests. | Apr 23 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 | |||
70ef15df4a47 | pradovera | Added Hermite interpolation for new parameter format. Reinstated previous… | Apr 8 2019 | |||
ac9a36a9f88e | pradovera | Made parameter iterator return iter of list of paramList's. Fixed empty… | Apr 8 2019 | |||
352280239766 | pradovera | Changed examples and tests to accomodate for vector output of most functions… | Apr 5 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 | |||
269329718194 | pradovera | Added storage of approximant samples. | Apr 4 2019 | |||
a2f123cbd58e | pradovera | Made parameters tuples. Added parameter, parameterList, and sampleList classes… | Apr 3 2019 | |||
96afb4176b70 | pradovera | Added fenics dual norms with possible LR compression. Moved fenics stuff to… | Mar 29 2019 |
c4science · Help