ModelOrderReduction.jl icon indicating copy to clipboard operation
ModelOrderReduction.jl copied to clipboard

Operator Inference Model Order Reduction

Open ChrisRackauckas opened this issue 3 years ago • 2 comments
trafficstars

https://arxiv.org/abs/2205.02304 https://arxiv.org/abs/2102.00083

ChrisRackauckas avatar May 27 '22 14:05 ChrisRackauckas

These are really all variations/extensions/relatives of DMD at the end of the day (lots of stuff related to DMD is already implemented in https://github.com/SciML/DataDrivenDiffEq.jl). So consider peaking there for inspiration.

One of the coolest papers I have read this year about this. Should definitely be considered: https://arxiv.org/abs/2112.04307

FHoltorf avatar May 27 '22 14:05 FHoltorf

For references on DMD stuff : here's a python lib from Munich. :D https://datafold-dev.gitlab.io/datafold/references.html

dynamic-queries avatar Jul 07 '22 18:07 dynamic-queries