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

Symplectic autoencoder script #83

Merged
merged 61 commits into from
Oct 24, 2023
Merged

Conversation

benedict-96
Copy link
Collaborator

Added new struct ReducedModel to make the computation of the reduction error more convenient. Unfortunately I did not include any new tests for this. This should however be moved to ReducedComplexityModeling.jl.

As test example the linear wave equation is defined in scripts/symplectic_autoencoders. This should probably be moved to GeometricProblems.jl. There are also several other plotting routines in scripts/symplectic_autoencoders.

…akes two vector fields and made it somewhat easier to use with the new routine reduced_vector_field_from_full_explicit_vector_field.
@codecov
Copy link

codecov bot commented Oct 11, 2023

Codecov Report

Merging #83 (a4e8dec) into main (8769cd7) will decrease coverage by 1.32%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main      #83      +/-   ##
==========================================
- Coverage   72.02%   70.71%   -1.32%     
==========================================
  Files          94       95       +1     
  Lines        2320     2363      +43     
==========================================
  Hits         1671     1671              
- Misses        649      692      +43     
Files Coverage Δ
src/GeometricMachineLearning.jl 100.00% <ø> (ø)
src/layers/psd_like_layer.jl 63.15% <ø> (ø)
src/reduced_system/reduced_system.jl 0.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@michakraus michakraus merged commit 15ea1f6 into main Oct 24, 2023
@michakraus michakraus deleted the symplectic_autoencoder_script branch October 24, 2023 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants