-
Notifications
You must be signed in to change notification settings - Fork 328
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
Trapping 3-way merge #459
Closed
Closed
Trapping 3-way merge #459
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
312f0c2
Made a new branch where the generalized trapping SINDy work will go.
2478bd4
Added example 16 with all the new trapping investigations
7eaf249
Still working on trapping example.
8da5db4
Added some more changes. Going to merge the main branch in
95217b1
Merged in the main branch.
b4b53a1
Adding the new trapping examples, consolidated trapping SR3 algorithm…
5be87a2
Deleted the older trapping generalized sr3 file, and think I fixed th…
675fa06
Still working on getting some of the new trapping loss functions work…
b326ccb
Added new file to get Mai started on this branch. Merging in main bra…
7abb697
merged in the main branch
e5ad333
Cleaned up a notebook for Mai to work on.
483f8f4
PT_ added and fix the PQ_tensor
MPeng5 695af36
Committing current version of the trapping notebook so I can move to …
ba435e0
P modified for continuing working on the optimizer
51bfc4e
P modified to work on the optimizer
7c11d12
some TODOs updated, follow the TODOs
MPeng5 e15a07e
Merge branch 'master' into trapping_extended
MPeng5 1f00e03
modified optimizer now works for Lorenz and MHD model, wait for poten…
MPeng5 0742399
fix PT check
MPeng5 7f307fc
Simplified and reran the trapping notebook, which is looking good. Al…
e7ecae1
updated stability check in notebook
MPeng5 831d15e
Fixed some bugs. Continue to work on the radius next week
MPeng5 7f0d95a
updated the definition for constraints
MPeng5 80d3c92
Merge branch 'trapping_extended' of https://github.com/dynamicslab/py…
631c51e
fixed small bugs in _reduce
MPeng5 187eb67
tried with suitable beta values
MPeng5 77baf32
added stability radius drawing after 'soft constraint'
MPeng5 023744e
Merge branch 'trapping_extended' of https://github.com/dynamicslab/py…
6178df9
Added a fix to the soft constraints functionality. Issue was the resh…
d31556c
Think I fixed the sphinx issue and added unit tests for python3.9 to …
330a28d
added a projection operator for the bias term
MPeng5 d02f4c2
fixed a bug in the optimizer. Continue to work on the notebook
MPeng5 3106d8c
Merge branch 'trapping_extended' of https://github.com/dynamicslab/py…
bad090d
Updated the example 16 notebook for the enstrophy.
1d27108
Merge branch 'trapping_extended' of https://github.com/dynamicslab/py…
902bf57
fixed the stability radius and continue work on the notebook on Friday
MPeng5 7a63b2c
Merge branch 'trapping_extended' of https://github.com/dynamicslab/py…
c68b873
local stability radius well defined. More examples to show
MPeng5 0d90a86
Merge branch 'trapping_extended' of https://github.com/dynamicslab/py…
5adc7f0
Removed TODOs
78b4645
Updated some plots
2efe993
Renamed and reorganized some scripts. Added the von karman example us…
ba71846
Merge branch 'trapping_extended' of https://github.com/dynamicslab/py…
3ec8481
Reorganized the trapping files under a single directory 8_trapping_si…
4327510
cleaned repeating variables/definitions in functions
MPeng5 46ac661
Added the plot of trapping region of Lorenze. Renamed some of the fun…
MPeng5 7358911
Added noise to the Lorenz example. Need to fix the std
MPeng5 6c66c97
A contour of the evolution of the kinetic energy of 2d globally stabl…
e9d64c9
More levels added
6aa3e76
Updating notebook but not done comparing the lorenz noisy data perfor…
59a335b
Played around with the enstrophy version of the trapping theorem and …
e956ce7
when check stability, print out the max deviation from having zero to…
MPeng5 497de09
fixed the trap_progress_plots: legend 'unstable -> possibly unstable'
MPeng5 8d46f27
updated some results
MPeng5 4617a51
Merge remote-tracking branch 'origin/trapping_extended' into trapping…
Jacob-Stevens-Haas 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
1,148 changes: 1,148 additions & 0 deletions
1,148
examples/8_trapping_sindy_examples/dysts_examples.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
989 changes: 989 additions & 0 deletions
989
examples/8_trapping_sindy_examples/trapping_extended.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
1,402 changes: 1,402 additions & 0 deletions
1,402
examples/8_trapping_sindy_examples/trapping_sindy_paper_examples.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
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.
So what happened here is that
I didn't want to test intermediate versions for CI reasons, but maybe its better to. I could go either way.
This is a case where I'd recommend just going with HEAD. Thoughts?