Skip to content

lbalicki/p-AAA

Repository files navigation

p-AAA

The most up-to-date implementation of the algorithm is now part of the pyMOR repository (pAAA implementation) and includes bug-fixes as well as other improvements.

This repository contains an implementation of the parametric AAA (p-AAA) algorithm from:

The p-AAA algorithm for data driven modeling of parametric dynamical systems
Andrea Carracedo Rodriguez, Linus Balicki, Serkan Gugercin
2022, https://doi.org/10.48550/arXiv.2003.06536

The scripts "test_heat_LTI.py", "test_synthetic_tf_MIMO.py" and "test_synthetic_tf_SISO.py" showcase different examples.

Installation

Python version 3.7 or higher should be used. The necessary packages are listed in requirements.txt and can be installed, e.g. via running

pip install -r requirements.txt

in the installation folder.

License

The code is available under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages