Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyDMD based DMD ROMs #2342

Merged
merged 44 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
056e622
added dep
alfoa Jul 18, 2024
2fcd01b
initial dmd pydmd
alfoa Jul 20, 2024
2c5223f
deps
alfoa Jul 20, 2024
ef882d9
added pydmd DMD
alfoa Jul 23, 2024
25ef2f1
addded some dmd based algo
alfoa Jul 23, 2024
4f26942
added some tests
alfoa Jul 23, 2024
7c02430
added forward backward
alfoa Jul 23, 2024
119c4de
added tests
alfoa Jul 24, 2024
b971fda
hodmd
alfoa Jul 24, 2024
0cc93c7
HODMD
alfoa Jul 24, 2024
f6586d0
added pidmd
alfoa Jul 25, 2024
4206663
added PiDMD
alfoa Jul 25, 2024
f546ad9
RDMD
alfoa Jul 25, 2024
27dc6ca
SpDMD
alfoa Jul 25, 2024
ba3ddf3
BOPDMD
alfoa Jul 26, 2024
2b690e3
subspace dmd
alfoa Jul 26, 2024
c888d23
subspace dmd
alfoa Jul 26, 2024
b610a49
reseed
alfoa Jul 26, 2024
cfb165b
added final tests
alfoa Jul 26, 2024
996cb53
docs
alfoa Jul 26, 2024
d894462
documentation
alfoa Jul 26, 2024
723a81a
fixed auto documentation
alfoa Jul 26, 2024
9f2087b
trailing whitespaces
alfoa Jul 26, 2024
b52de3f
removed old DMD files and moved DMDC in DMD/ folder
alfoa Jul 26, 2024
8c5d031
dmdc
alfoa Jul 26, 2024
3a2b5d8
added some old functionalities of the DynamicModeDecomposition (raven…
alfoa Jul 26, 2024
5c71e6a
removed dmdType
alfoa Jul 29, 2024
0b93f87
fixed comparison statement
alfoa Jul 29, 2024
0c19e4a
Apply suggestions from code review
alfoa Jul 29, 2024
7c60ca7
Update ravenframework/SupervisedLearning/DMD/DMDBase.py
alfoa Jul 29, 2024
532124e
Apply suggestions from code review
alfoa Jul 29, 2024
449b0cd
Update tests/framework/ROM/TimeSeries/DMD/test_spdmd_pydmd.xml
alfoa Jul 29, 2024
7470d51
Apply suggestions from code review
alfoa Jul 29, 2024
260b318
addressed reviewers comments
alfoa Sep 2, 2024
27e1a91
almost done
alfoa Sep 2, 2024
a5e83a4
fixed dmd with new default (multiquadratic approximation)
alfoa Sep 3, 2024
ed0bdb9
added tests with approximation RBF and GPR
alfoa Sep 3, 2024
6dda477
Update tests/framework/ROM/TimeSeries/DMD/test_kernelized_dmd_pydmd.xml
alfoa Sep 4, 2024
99decf3
Update ravenframework/SupervisedLearning/DMD/BOPDMD.py
alfoa Sep 10, 2024
a6d6af8
Merge branch 'devel' into aalfonsi/pydmd
alfoa Sep 11, 2024
1f77cd0
Merge branch 'aalfonsi/pydmd' of github.com:idaholab/raven into aalfo…
alfoa Sep 11, 2024
9b7c69b
better setting parameters for HODMD rbf
alfoa Sep 12, 2024
1952aeb
fixed manual
alfoa Sep 12, 2024
79c3f47
max time
alfoa Sep 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ Note all install methods after "main" take
<!-- source="mamba" are the ones installed when mamba is installed -->
<mamba source="mamba" skip_check='True'/>
<serpentTools optional='True' source="pip"/>
<pydmd source="pip"/>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are the license of these dependencies being checked out?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes. MIT license. Compatible with APACHE-2

<ezyrb source="pip"/>
</main>
<alternate name="pip">
<hdf5>remove</hdf5>
Expand Down
Loading