History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
a2be943332da | pradovera | Updated approximants and heaviside routines with parameterMap. | Apr 16 2020 | |||
83f80600959d | pradovera | Added proxys for basic send-recv parallel communications. | Apr 2 2020 | |||
115d485aaa9c | pradovera | Added support for snapshot storage from approximants. Storage for pivoted… | Apr 1 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 | |||
f3c1b14ab42d | pradovera | Parallelized greedy error estimators. Parallelized evaluation of pivoted… | Mar 28 2020 | |||
6f99958a40f1 | pradovera | Added support for serialization of parallel fenics function spaces. | Mar 28 2020 | |||
213b894bfff2 | pradovera | Simplified serial bottlenecks and fixed verbosity manager by introducing global… | Mar 26 2020 | |||
afb40c1efcb8 | pradovera | Added parallel tools. Improved parallel verbosity manager. Still not managing… | Mar 26 2020 | |||
5c75572e6108 | pradovera | Created submodule for parallelism tools. Updated verbosity manager master core… | Mar 25 2020 | |||
ff049bc4bda7 | pradovera | Added general parallelism tools. Added parallel option to residual computation. | Mar 25 2020 | |||
6abf5f2c7e97 | pradovera | Added basic parallel functionalities to engine solve. Added partitioning tools. | Mar 25 2020 | |||
4a9dfb5f74bc | pradovera | Added sparse grid option for not reaching domain boundary. | Mar 25 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 | |||
92dbfefca381 | pradovera | Reweighted residue angle in distance table. | Mar 23 2020 | |||
e39156671f06 | pradovera | Fixed evaluation of hat function for non-uniform grids. Renamed lobatto to… | Mar 19 2020 | |||
f6fabed45f64 | pradovera | Fixed wrong coeff size in interpolators. Added length check in interpolator… | Mar 19 2020 | |||
94484901dbb0 | pradovera | Improved naming convention of piecewise linear interpolator. Fixed reordering… | Mar 18 2020 | |||
8889d6574331 | pradovera | Added piecewise linear interpolation engine based on sparse grids. | Mar 17 2020 | |||
b137670b9ccf | pradovera | Added approximant postprocessing by recompression. | Mar 16 2020 | |||
13e2c35912a3 | pradovera | Improved robustness of marginal interpolator setup. Fixed issues with corrector… | Mar 15 2020 | |||
97ecaa93f5bd | pradovera | Removed unused MLS. | Mar 12 2020 | |||
28fc31c3e363 | pradovera | Added correct plotting for tensorized problems. Fixed getNewFilename bug. | Mar 10 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 | |||
995621bf42fb | pradovera | Removed unused nearest neighbor from radial basis and mls. | Mar 7 2020 | |||
cd10c5e08a70 | pradovera | Many changes in import visibility. | Jan 10 2020 | |||
ed196b94ea0f | pradovera | Improved potential computations through ground potential and more accurate foci. | Jan 10 2020 | |||
49a52d160c9d | pradovera | Added Wendland radial basis support. | Jan 9 2020 | |||
afbcc18e7343 | pradovera | Corrected exception management within greedy iterations. Removed unnecessary… | Jan 9 2020 | |||
ab79caeab21d | pradovera | Increased robustness of division by rational denominator. Added numpy linalg… | Jan 8 2020 | |||
b454913b3303 | pradovera | Removed forced subsampling in generating parameters over shapes. Now samples… | Jan 8 2020 | |||
b530dd9aec1f | pradovera | Added shape parameter samplers. Reorganized parameter sampling. Added auxiliary… | Jan 7 2020 | |||
9d16e8bc7db9 | pradovera | Moved marginal interpolation routines to trained model. Improved robustness of… | Dec 18 2019 | |||
fbc3e90f9298 | pradovera | Added automatic selection of M, N, and R in standard approximants. Removed… | Dec 18 2019 | |||
ab27a238d85f | pradovera | Removed type of cutoff function for recompression. Updated plot of greedy error… | Dec 6 2019 | |||
24216eb4dce9 | pradovera | Improved heaviside stability and point matching. | Dec 4 2019 | |||
1b7a9a8b02c0 | pradovera | Improved plotting by using figure handles. | Nov 8 2019 | |||
3cab5abd47a9 | pradovera | Fixed missing reorder bug in radial basis vander. Added verbosity in pivoted… | Nov 4 2019 | |||
5c955160d569 | pradovera | Affinity check now is by decorator. | Nov 4 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 | |||
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 | |||
c0ac829562b8 | pradovera | Branched centeredLike to new class. Simplified special interpolation and… | Oct 21 2019 | |||
89ba3b5fa1b0 | pradovera | Improved inheritance for pivoted PI. Improved stability of interpolation over… | Oct 18 2019 | |||
a182db5e318d | pradovera | Multi-D times table hotfix. | Oct 18 2019 | |||
9253ed2b70a5 | pradovera | Improved robustness of RI. Added correction kind. Added univariate polynomial… | Oct 18 2019 | |||
d6167b76ff03 | pradovera | Added polyTimesTable. Simplified computation of numerator using it. Added basic… | Oct 17 2019 | |||
81a9408421f4 | pradovera | Fixed pivoted and mls trained models. Added chordal metric for point matching. | Oct 17 2019 | |||
746d0bec2785 | pradovera | Simplified total vandermonde matrix generation with automatic column reordering. | Oct 10 2019 | |||
ddddbcc36805 | pradovera | Removed useless ScOp type. | Sep 19 2019 | |||
725972a737ed | pradovera | Removed unused homogeneized. Externalized Rayleigh quotient iteration tool. | Sep 18 2019 | |||
1fac624b9aa0 | pradovera | Fixed bugs with residual estimator of loaded model. Added option to remove… | Sep 13 2019 | |||
1ae212059eac | pradovera | Removed eye-like. Increased robustness of Np2DLike's, dot, and solve for… | Sep 11 2019 | |||
d2f3921cc61d | pradovera | Improved stability of dot and solve operations for tensorized sampling. | Sep 6 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 | |||
eae301846e1f | pradovera | Improved greedy a posteriori estimation, removed broken estimators, added EIM… | Aug 22 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 | |||
3ebcc876c765 | pradovera | Added safety check on E and R. Simplified access to some quantities and removed… | Aug 12 2019 | |||
363631c4358f | pradovera | Added full degree functionalities for pivot (only rational). Amended low… | Aug 9 2019 | |||
01f1f091d18c | pradovera | Added MLS basic functionalities. | Aug 8 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 | |||
9c5b6eb31718 | pradovera | Simplified residual computation for greedy. Fixed rational greedy estimator. | Jul 31 2019 | |||
89880910ca66 | pradovera | Changed naming convention for RB. Removed scaling as list of callables; now… | Jul 30 2019 | |||
7e4cb8e64cd8 | pradovera | Added RB-PM engine. Added scaling for affine terms. Added pole cut-off for PM. | 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 | |||
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 | |||
1818294aa86a | pradovera | Simplified verbosity management. Fixed hi-D vandermonde assembly. | Jun 18 2019 | |||
bf864377a9b7 | pradovera | Decoupled marginalization and root computation. Fixed rational approximant root… | Jun 7 2019 | |||
22e79169193e | pradovera | Added roots computation by marginalization. | Jun 6 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 | |||
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 | |||
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 | |||
5e09be0714fb | pradovera | Removed parameter. Now parameterList's are used for most stuff. Updated… | 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 | |||
a2f123cbd58e | pradovera | Made parameters tuples. Added parameter, parameterList, and sampleList classes… | Apr 3 2019 | |||
9e3c1c35381f | pradovera | Fixed modeAssert typo. Preparing tuple parameters. | Apr 1 2019 | |||
96afb4176b70 | pradovera | Added fenics dual norms with possible LR compression. Moved fenics stuff to… | Mar 29 2019 | |||
b02ddea334c4 | pradovera | Updated error estimators (removed obsolete, added single-point bare). Modified… | Mar 28 2019 |
c4science · Help