History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
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 | |||
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 | |||
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 | |||
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 | |||
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 | |||
758adb540761 | pradovera | Added decorator for white noise perturbation. Minor changes in verbosity… | 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 | |||
9fb11fdd91d1 | pradovera | Added class checkParameterList function to approximants. | 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 | |||
a2be943332da | pradovera | Updated approximants and heaviside routines with parameterMap. | Apr 16 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 | |||
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 | |||
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 | |||
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 | |||
32d44644b439 | pradovera | Externalized rational function matching. Added shift-based matching strategy. | Mar 30 2020 | |||
07d7aa821e90 | pradovera | Minor simplifications of matrix gather. | Mar 28 2020 | |||
f3c1b14ab42d | pradovera | Parallelized greedy error estimators. Parallelized evaluation of pivoted… | Mar 28 2020 | |||
3eb5515a2503 | pradovera | Fixed issue with collapse of mus in pivoted approximant. Fixed issue with… | Mar 27 2020 | |||
286b57f61fb9 | pradovera | Added parallel support for pivoted greedy approximant. | Mar 26 2020 | |||
e1838474bb35 | pradovera | Added parallel support for pivoted trained model. Added flag for forced… | Mar 26 2020 | |||
3ea2698ef82f | pradovera | Removed local serial flags. | Mar 26 2020 | |||
a8ae40aa40d6 | pradovera | Added parallel support for non-greedy pivoted approximants. | Mar 26 2020 | |||
fc30c872851d | pradovera | Added basic parallel support for output of generic approximant. Added parallel… | Mar 25 2020 | |||
cfa985447945 | pradovera | Added option to not store old samples in marginal approximants, using standard… | Mar 24 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 | |||
64fa54b98e39 | pradovera | Streamlined setup of trainedModel. Avoided repeated computation of old projMat… | Mar 24 2020 | |||
2ae1200a8cca | pradovera | Fixed marginal coefficient support for collapsed models. | Mar 23 2020 | |||
550abe7c7c01 | pradovera | Enforced marginal coefficient support through sparse matrices. Reduced Psupp to… | Mar 23 2020 | |||
49bc23f1ea73 | pradovera | Added missing index in virtual padding. | Mar 22 2020 | |||
efaeee0cab63 | pradovera | Fixed residue transposition. | Mar 22 2020 | |||
90813319950d | pradovera | Introduced virtual padding to improve memory usage. | Mar 22 2020 | |||
30f9d658b5c3 | pradovera | Reduced space wasted by coalescing samples in marginal sampling engines. | Mar 22 2020 | |||
5a0472c3b09a | pradovera | Collapsed marginal interpolator in matched pivoted trained model. Now corrected… | Mar 21 2020 | |||
003625e6612a | pradovera | Added assignment of musMarginal on model load. Turned musMarginal into… | Mar 20 2020 | |||
8195fa637a24 | pradovera | Fixed sample batch bug in rational greedy. | Mar 19 2020 | |||
473adff6dbac | pradovera | Added check for recompression in trainedModels. | Mar 19 2020 | |||
382e1369cfbb | pradovera | Fixed wrong depth selection bug in piecewise linear marginalization. Improved… | Mar 18 2020 | |||
08265a1d5bb5 | pradovera | Added piecewise linear interpolant in marginal approximants. | Mar 18 2020 | |||
c9fedfaeb266 | pradovera | Changed name of marginal sampler in pivoted greedy. | Mar 18 2020 | |||
257cb00ea034 | pradovera | Removed specialized nearest neighbor pivoted approximants. Compressed… | Mar 18 2020 | |||
126d32def054 | pradovera | Allowed assignment of approxParameters in fragile mode. Setting up removal of… | Mar 18 2020 | |||
f1154f146aba | pradovera | Allowed computation of scale factors in fragile mode. Several minor bugs fixed. | Mar 17 2020 |
c4science · Help