The source code for the paper titled Neural Operators for Bypassing Gain and Control Computations in PDE Backstepping (arxiv).
All of the code is written in Python 3 and relies on standard packages such as numpy, Pytorch, Scipy, and the deep learning package DeepXDE. Additionally, all code in this work is nicely formatted in a jupyter-notebook. A basic installation will require the installation of Python, jupyter along with DeepXDE and PyTorch. Please see the import statements in the Jupyter-notebooks to make sure all files are included.
All precomputed datasets and models are available here Google Drive
- Please see the jupyter-notebook in the folder titled
betaToK
- This model will only take a few minutes to generate the dataset and train. However, we still provide the data and model in the Drive folder above. To generate your own datasets, please uncomment the labeled code in the notebook.
- Please see the jupyter-notebook in the folder titled
betauToU
- This model will take only around 10 minutes for the dataset generation and around 20 minutes to train. Feel free to use the data and model given in the Drive folder above. Otherwise uncomment the code labeled in the notebook
- Please see the jupyter-notebook in the folder titled
fToK
- This model will take around 15 minutes for the dataset generation and around 5 minutes to train. Feel free to use the data and model given in the Drive folder above. Otherwise uncomment the code labeled in the notebook. To generate high-resolution figures as in the paper, it will take around a half-hour to solve the kernel and PDE. Please see the comments inside the notebook.
@misc{https://doi.org/10.48550/arxiv.2302.14265,
doi = {10.48550/ARXIV.2302.14265},
url = {https://arxiv.org/abs/2302.14265},
author = {Bhan, Luke and Shi, Yuanyuan and Krstic, Miroslav},
keywords = {Systems and Control (eess.SY), Optimization and Control (math.OC), FOS: Electrical engineering, electronic engineering, information engineering, FOS: Electrical engineering, electronic engineering, information engineering, FOS: Mathematics, FOS: Mathematics},
title = {Neural Operators for Bypassing Gain and Control Computations in PDE Backstepping},
publisher = {arXiv},
year = {2023},
copyright = {Creative Commons Attribution 4.0 International}
}
Feel free to leave any questions in the issues of Github or email the author Luke at [email protected]
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.