Releases: kylebeggs/POD-RBF
Releases · kylebeggs/POD-RBF
v1.4.3
v1.4.1
v1.4.0
What's Changed
- changed _findOptimShapeParam to a bisection algorithm by @yamanatoo in #5
New Contributors
- @yamanatoo made their first contribution in #5
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.1
Release v1.2.0
Changes in this Release
- Updated shape parameter optimization scheme
- Added scaling to RBF dimensions
v1.1.1
Release v1.1.2
deleted some unnecessary print statements and added exceptions to replace naive print statements for errors.
v1.1.0
This minor release includes automatic algorithm switching based on memory when calculating the reduced basis. SVD is more accurate and slightly faster, but has a higher memory footprint. When the snapshot matrix is very large, this is a problem, and so a typical eigenvalue decomposition is used.