RROMPy/rrompy/reduction_methods/standard/generic_standard_approximant.pymaster
RROMPy/rrompy/reduction_methods/standard/generic_standard_approximant.py
master
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
9dc9eb5a8081 | pradovera | Fixed scaling and range in residue extraction. Fixed derivative order update in… | Feb 9 2021 | |||
74dce5ca631d | pradovera | Implemented option for post-addition of samples for non-greedy approximants. | Dec 16 2020 | |||
edf4e7c8a2a8 | pradovera | Fixed several chordal metric bugs. Introduced gramian for correct online… | Nov 3 2020 | |||
8e8c9aa60b92 | pradovera | Fixed wrong increment of projection matrix in trained model for quadratic… | Oct 14 2020 | |||
32c29a446952 | pradovera | Merging branch for quadratic outputs into develop branch. | Oct 13 2020 | |||
e2ed7448d9f1 | pradovera | Removed unused approx_state. | Oct 13 2020 | |||
d0032ae416e8 | pradovera | Updated copyright info. | Oct 13 2020 | |||
4acd829d48f0 | pradovera | Added initial support for quadratic outputs. Must fix residue computation and… | Oct 12 2020 | |||
20001b93f238 | pradovera | Allowed parameter dependence in functional C. | Sep 30 2020 | |||
2924ba713efc | pradovera | Added hybrid POD option for column normalization and related sampling engine. | Aug 27 2020 | |||
8ec0029bfa45 | pradovera | Added absolute cutOff tolerances for poles. Added proxys for mu0 and… | Aug 5 2020 | |||
dc4c126441d8 | pradovera | Cleaned up access to data of parameterList and sampleList in approximants. | May 7 2020 | |||
c22922b0f948 | pradovera | Removed unnecessary imports and assignments. | Apr 28 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 | |||
31584cb74aaa | pradovera | Enforced local parameterMap in HFEngines and approximants. | Apr 16 2020 | |||
a2be943332da | pradovera | Updated approximants and heaviside routines with parameterMap. | Apr 16 2020 | |||
d70b108a7710 | pradovera | Added empty parameter sampler to simplify initialization of NN approximants. | 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 | |||
a35824b905df | pradovera | Improved parallelism in approximants by using v-communications if possible. | Mar 31 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 | |||
64fa54b98e39 | pradovera | Streamlined setup of trainedModel. Avoided repeated computation of old projMat… | Mar 24 2020 | |||
f1154f146aba | pradovera | Allowed computation of scale factors in fragile mode. Several minor bugs fixed. | Mar 17 2020 | |||
ab7e05b69742 | pradovera | Fixed pickling issues. | Mar 11 2020 | |||
bf7f8232136b | pradovera | Fixed initializations to int instead of float. Fixed doubling of… | Feb 25 2020 | |||
e91feee7c94c | pradovera | Added user selection of derivative scaling factor. | Feb 10 2020 | |||
10ccd6ca95d2 | pradovera | Forced rescaling of derivatives in approximant computation. | Feb 5 2020 | |||
b15e599b1a43 | pradovera | Fixed placement of scale factor computation routine. | Feb 3 2020 | |||
f408d8c38edf | pradovera | Modified initial sample pruning to return parameterList. | Jan 8 2020 | |||
b454913b3303 | pradovera | Removed forced subsampling in generating parameters over shapes. Now samples… | Jan 8 2020 | |||
99aa75724b3d | pradovera | Fixed setSamples bug. | Nov 18 2019 | |||
c42bbfb4a132 | pradovera | Simplified inheritance with args and kwargs keywords. Parameter approx_state is… | Nov 1 2019 | |||
bfd7193b6490 | pradovera | Replaced ambiguous force_state with {sample,return,approx}_state. | Sep 12 2019 | |||
33c54d7546a5 | pradovera | Added forced state sampling. Updated MOR engines accordingly. Added default… | Sep 11 2019 | |||
03dd8e8e1854 | pradovera | Reorganized hfengines using symbolic expressions. Modified MOR methods… | Aug 21 2019 | |||
a289b48cebd8 | pradovera | Unified sample generation template. Modified engines, tests, and samples… | Aug 13 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 |
c4science · Help