-
Notifications
You must be signed in to change notification settings - Fork 133
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
PyDMD based DMD ROMs #2342
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
056e622
added dep
alfoa 2fcd01b
initial dmd pydmd
alfoa 2c5223f
deps
alfoa ef882d9
added pydmd DMD
alfoa 25ef2f1
addded some dmd based algo
alfoa 4f26942
added some tests
alfoa 7c02430
added forward backward
alfoa 119c4de
added tests
alfoa b971fda
hodmd
alfoa 0cc93c7
HODMD
alfoa f6586d0
added pidmd
alfoa 4206663
added PiDMD
alfoa f546ad9
RDMD
alfoa 27dc6ca
SpDMD
alfoa ba3ddf3
BOPDMD
alfoa 2b690e3
subspace dmd
alfoa c888d23
subspace dmd
alfoa b610a49
reseed
alfoa cfb165b
added final tests
alfoa 996cb53
docs
alfoa d894462
documentation
alfoa 723a81a
fixed auto documentation
alfoa 9f2087b
trailing whitespaces
alfoa b52de3f
removed old DMD files and moved DMDC in DMD/ folder
alfoa 8c5d031
dmdc
alfoa 3a2b5d8
added some old functionalities of the DynamicModeDecomposition (raven…
alfoa 5c71e6a
removed dmdType
alfoa 0b93f87
fixed comparison statement
alfoa 0c19e4a
Apply suggestions from code review
alfoa 7c60ca7
Update ravenframework/SupervisedLearning/DMD/DMDBase.py
alfoa 532124e
Apply suggestions from code review
alfoa 449b0cd
Update tests/framework/ROM/TimeSeries/DMD/test_spdmd_pydmd.xml
alfoa 7470d51
Apply suggestions from code review
alfoa 260b318
addressed reviewers comments
alfoa 27e1a91
almost done
alfoa a5e83a4
fixed dmd with new default (multiquadratic approximation)
alfoa ed0bdb9
added tests with approximation RBF and GPR
alfoa 6dda477
Update tests/framework/ROM/TimeSeries/DMD/test_kernelized_dmd_pydmd.xml
alfoa 99decf3
Update ravenframework/SupervisedLearning/DMD/BOPDMD.py
alfoa a6d6af8
Merge branch 'devel' into aalfonsi/pydmd
alfoa 1f77cd0
Merge branch 'aalfonsi/pydmd' of github.com:idaholab/raven into aalfo…
alfoa 9b7c69b
better setting parameters for HODMD rbf
alfoa 1952aeb
fixed manual
alfoa 79c3f47
max time
alfoa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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