RROMPy/rrompymaster
RROMPy/rrompy
master
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
0d54be94a4db | pradovera | Minor bugfixes. | Aug 2 2021 | |||
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 | |||
60c01f946691 | pradovera | Turned minimal barycentric into separate rational mode. Minor verbosity fixes. | Apr 26 2021 | |||
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 | |||
9dc9eb5a8081 | pradovera | Fixed scaling and range in residue extraction. Fixed derivative order update in… | Feb 9 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 | |||
c733107bc5be | pradovera | Added pole removal routine for pole-matched pivoted approximant. Minor fixes to… | Dec 8 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 | |||
ca25fdbab062 | pradovera | Fixed bug in parameter initialization for pivoted approximation. Improved… | Nov 9 2020 | |||
95a0fa983702 | pradovera | Improved pole correction, with added stability tolerance. Minor naming changes. | 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 | |||
b06ee2733912 | pradovera | Added conversion from pole-matched to not-matched pivoted trained models, and… | Oct 29 2020 | |||
8236eba20c10 | pradovera | Added batch-processing for nearest-neighbor approximant evaluation. Made… | Oct 21 2020 | |||
c257427ab793 | pradovera | Made pivoted no-matching approximants not rely on Heaviside form of rational… | Oct 21 2020 | |||
258160e5dc1b | pradovera | Added quadratic output example. Minor miscellaneous tweaks. | Oct 15 2020 | |||
8e8c9aa60b92 | pradovera | Fixed wrong increment of projection matrix in trained model for quadratic… | Oct 14 2020 | |||
8ee0c7735242 | pradovera | Added support for matching of system state instead of output in pivoted… | Oct 13 2020 | |||
32c29a446952 | pradovera | Merging branch for quadratic outputs into develop branch. | Oct 13 2020 | |||
e2ed7448d9f1 | pradovera | Removed unused approx_state. | 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 | |||
4acd829d48f0 | pradovera | Added initial support for quadratic outputs. Must fix residue computation and… | Oct 12 2020 | |||
c4ba7227d767 | pradovera | Added flag for pivot-affine but not affine functions, with support in pivoted… | Oct 6 2020 | |||
20001b93f238 | pradovera | Allowed parameter dependence in functional C. | Sep 30 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 | |||
068522db0163 | pradovera | Hotfix for removed parameter in pivoted approximants. | Sep 25 2020 | |||
5c2ab7641888 | pradovera | Improved folder structure and code commenting. | Sep 25 2020 | |||
2924ba713efc | pradovera | Added hybrid POD option for column normalization and related sampling engine. | Aug 27 2020 | |||
f1d7f17aaa9b | pradovera | Added 2-way sparse grid refinement. | Aug 21 2020 | |||
490f86110f73 | pradovera | Fixed bug with preemptive end of greedy loop in pivoted approximation. Made… | Aug 18 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 | |||
18c23959ac9b | pradovera | Improved piecewise linear interpolation using triangular structure of… | Jul 30 2020 | |||
75fabaa452e9 | pradovera | Minor improvements in sparse grid interpolation. | Jul 29 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 | |||
9ac5820092a7 | pradovera | Added support for storage of polynomials in nodal form. Added options for… | Jul 23 2020 | |||
3843ba26329c | pradovera | Minor bugfix. | Jul 8 2020 | |||
d9caf6a1c47e | pradovera | Fixed piecewise linear pivoted reconstruction. Added missing error print at end… | Jul 8 2020 | |||
882206ec77ce | pradovera | Made cutOffTolerance property of standard rational interpolation. Replaced… | Jun 18 2020 | |||
9543fb07f7bc | pradovera | Fixed management of bad poles in matched pivoted approximant. | Jun 18 2020 | |||
794ed66db39a | pradovera | Removed extra model computation in greedy finalization. | Jun 14 2020 | |||
d7ba4667be43 | pradovera | Fixed issues with model reconstruction and exception downgrading when greedy… | Jun 12 2020 | |||
3de0ecea977b | pradovera | Added refinement option for random samplers. Random samplers are now compatible… | Jun 9 2020 | |||
91789703024d | pradovera | Fixed MPI warning in tests. Minor changes in pseudo-random generators. | Jun 9 2020 | |||
a94b50795e6a | pradovera | Fixed inconsistent typing of radialWeights. Added test of cut-off in pivoting. | Jun 9 2020 | |||
1d8177e9061b | pradovera | Fixed bug in management of almost collinearity for Gram-Schmidt. Minor bug… | May 8 2020 | |||
dc4c126441d8 | pradovera | Cleaned up access to data of parameterList and sampleList in approximants. | May 7 2020 | |||
274e2ca8da6f | pradovera | Improved data extraction from parameterList and sampleList. | May 7 2020 | |||
d0d233649759 | pradovera | Fixed bug in Householder-QR. Improved mass-chain example. | May 6 2020 | |||
758adb540761 | pradovera | Added decorator for white noise perturbation. Minor changes in verbosity… | May 1 2020 | |||
ca311622e744 | pradovera | Added augmentation support for Helmholtz-like engines. | May 1 2020 | |||
c22922b0f948 | pradovera | Removed unnecessary imports and assignments. | Apr 28 2020 | |||
499b419a2e01 | pradovera | Added input by force in oscillator engine. Minor bug fixes. Minor improvements… | Apr 28 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 | |||
d95210f42d10 | pradovera | Improved marginal interpolant construction. Now piecewise linear approach does… | Apr 24 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 | |||
7d0e009ae55c | pradovera | Made angle computation in point matching based on chordal metric. Fixed… | Apr 20 2020 | |||
9fb11fdd91d1 | pradovera | Added class checkParameterList function to approximants. | Apr 20 2020 | |||
4c06d65b32df | pradovera | Simplified usage of checkParameterList. Updated tests accordingly. | Apr 20 2020 | |||
dea2860d5171 | pradovera | Minor bug fixes and changes following merge. | Apr 17 2020 | |||
d83d9b88d6a5 | pradovera | Merging branch for advanced parameter mapping into develop branch. | Apr 17 2020 | |||
a94cb24b08f9 | pradovera | Fixed location of scale factor computation. | Apr 17 2020 | |||
31f7ef3dc382 | pradovera | Forced expression not to be parameterList. | Apr 17 2020 | |||
31584cb74aaa | pradovera | Enforced local parameterMap in HFEngines and approximants. | Apr 16 2020 | |||
f88d48963364 | pradovera | Moving from global to local (component-wise) parameterMap. Applied changes to… | Apr 16 2020 | |||
a2be943332da | pradovera | Updated approximants and heaviside routines with parameterMap. | Apr 16 2020 | |||
b72fd860b5d1 | pradovera | Changed rescalingExp into parameterMap in HFEngines. Updated examples and tests. | Apr 16 2020 | |||
039a74fd2bc1 | pradovera | Added parameterMap generator. Replaced scalingExp with parameterMap in… | Apr 16 2020 | |||
26afad9e1c11 | pradovera | Reorganized hfengines. Added eigenproblem and mass oscillator scipy-based… | Apr 15 2020 | |||
269482a7cc40 | pradovera | Added removal of samples stored by pivoted approximant. Forced poles to be… | Apr 15 2020 | |||
0fc09dbfb5c0 | pradovera | Removed unstable parallel communications exchanging lists. Added custom routine… | Apr 2 2020 | |||
83f80600959d | pradovera | Added proxys for basic send-recv parallel communications. | Apr 2 2020 | |||
d70b108a7710 | pradovera | Added empty parameter sampler to simplify initialization of NN approximants. | Apr 1 2020 | |||
4dd4e40c3c9e | pradovera | Merging branch for snapshot storage into develop branch. | Apr 1 2020 | |||
26b5e900c13d | pradovera | Improved NN approximant with support-value structure for compatibility with… | Apr 1 2020 | |||
a415fe2091d0 | pradovera | Bug fixes. Added sample load from list of filenames. Pivoted approximants can… | Apr 1 2020 | |||
900b7652ad20 | pradovera | Fixed naming issue in HDF5 file creation for fenics mesh serialization. | Apr 1 2020 | |||
115d485aaa9c | pradovera | Added support for snapshot storage from approximants. Storage for pivoted… | Apr 1 2020 | |||
b3fb8983f0fd | pradovera | Changed sampling engines so that samples always contains non-orthogonalized… | Apr 1 2020 | |||
99c9db10ec8f | pradovera | Forced approximants to have no sample memory. Fixed broken imports of sampling… | Mar 31 2020 | |||
d0fa1960b013 | pradovera | Erased pivoted sampling engines. Added storage functionality for sampling… | Mar 31 2020 | |||
a35824b905df | pradovera | Improved parallelism in approximants by using v-communications if possible. | Mar 31 2020 | |||
22f2e4dda93d | pradovera | Improved parallelism efficiency with v-communications. Removed option to… | Mar 31 2020 | |||
5be0ac5adcd1 | pradovera | Minor bug fixes. | Mar 31 2020 |
c4science · Help