Willcox-Research-Group / rom-operator-inference-Python3

Operator Inference for data-driven, non-intrusive model reduction of dynamical systems.
https://willcox-research-group.github.io/rom-operator-inference-Python3
MIT License
67 stars 30 forks source link

Nonparametric ROM class #61

Closed shanemcq18 closed 5 months ago

shanemcq18 commented 5 months ago

Started a new opinf.roms submodule containing an opinf.roms.ROM class, also available in the main namespace as opinf.ROM. This class wraps a lifter, transformer, basis, time derivative estimator, model, and least-squares solver together for convenience. Also rewrote the first tutorial to use opinf.ROM. Right now opinf.ROM is used successfully in the first tutorial but is not unit tested.