REVIEW 2 major objections 4 minor 1 cited by
Nonlinear port-Hamiltonian system identification from input-state-output data
T0 review · 2 major / 4 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read Enforcing port-Hamiltonian structure in learned dynamics improves long-term prediction over physics-free neural models.
desk verdict Useful but conditional: the structural advantage is real in an idealized simulation, but the abstract overclaims until noisy-derivative experiments are added. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the structured parametrization of the port-Hamiltonian data, equation (4): a vector-to-matrix reshaping map $\operatorname{vtf}$ stacks an $n^2$-vector into an $n \times n$ matrix, and the system matrices are built as $\operatorname{vtf}(\theta_J)^\top - \operatorname{vtf}(\theta_J)$ for $J$ and $\frac{1}{\sqrt{n}}\operatorname{vtf}(\theta_R)\operatorname{vtf}(\theta_R)^\top$ for $R$. This makes $J(x) = -J(x)^\top$ and $R(x) = R(x)^\top \succeq 0$ true for every state by construction. The trained networks approximate $\theta_J, \theta_R, \theta_B, \theta_H$; an optional prior parametrization replaces a network output by a learned combination of prescribed ansatz functions, which can encode statements such as "$J$ and $B$ are constant" or "$H$ is quadratic." The same machinery supplies the state derivative through automatic differentiation of $\theta_H$, so the Hamiltonian need not be known in closed form.
What would settle it
Train the same architecture on a benchmark nonlinear pH system, for example the magnetically levitated ball, but replace exact derivatives with finite-difference or filtered estimates from noisy sampled trajectories at realistic noise levels, and compare long-horizon NMAE against the black-box baseline; the claim that structure aids long-term prediction is falsified if pH models no longer outperform once actual observation noise is present.
Extended reading notes
Core claim
The paper's core discovery is that enforcing the port-Hamiltonian geometry in the network output is itself the inductive bias that makes long-term prediction work. Rather than learning the map $(x,u) \mapsto (\dot{x},y)$ freely, the network learns the parameter functions $\theta_J, \theta_R, \theta_B, \theta_H$ and assembles $J = \operatorname{vtf}(\theta_J)^\top - \operatorname{vtf}(\theta_J)$, $R = \frac{1}{\sqrt{n}}\operatorname{vtf}(\theta_R)\operatorname{vtf}(\theta_R)^\top$, $B = \operatorname{vtf}(\theta_B)$, $H = \theta_H$; the skew-symmetry of $J$ and the positive semidefiniteness of $R$ follow from the parametrization, so no constraint penalty is needed. The predicted derivative is $(J(x)-R(x))\nabla H(x)+B(x)u$, with $\nabla H$ obtained by automatic differentiation, and the loss is a normalized mean-squared error over state derivatives and outputs. In experiments on a nonlinear mass-spring system, a magnetically levitated ball, and a permanent-magnet synchronous motor, the structure-preserving models consistently match or beat a parameter-matched black-box MLP, especially in low-data and long-horizon regimes; with correct prior assumptions the same error is reached with far fewer training trajectories. The paper also reports that the long-term advantage is visible even when the one-step validation errors of the baseline and the pH model look similar.
Load-bearing premise
The method's training uses exact state derivatives, computed in the experiments from the true system equations, rather than derivatives estimated from noisy sampled measurements; if that idealization is removed, the reported advantage over physics-free baselines is not guaranteed.
Editorial extensions
If this is right
- With the port-Hamiltonian structure enforced, validation error falls as the number of training trajectories increases and, once enough data are available, clearly beats a parameter-matched black-box MLP on the same one-step metric.
- Correct prior information about which components are constant or quadratic cuts the data requirement: in the mass-spring example the pH-prior model reaches a prescribed error with 30 trajectories while the baseline needs more than 1000.
- Identified systems trained on only the first 10 seconds continue to track true trajectories over 100 seconds, whereas baselines that fit the training window deviate once forecasting begins.
- The framework tolerates moderate noise in training inputs and outputs in the PMSM study: predictions stay close to clean-data quality up to 30 dB and only start to deviate around 25 dB.
- KANs used in the same role gave one to two orders of magnitude larger NMAE than the MLP implementation in the three examples considered, so the paper's main results use MLPs.
Reading between the lines
- Editorial extension: the paper computes derivatives using the true system equations; a natural next test is replacing them with finite-difference or filtered estimates from noisy sampled states, which would reveal how much of the long-horizon advantage survives realistic observation noise.
- Editorial extension: the same structured parametrization could be combined with structure-preserving time integration or used to produce passive models for controller design, so the identified $J,R,B,H$ could serve as a surrogate in energy-based control synthesis rather than only for prediction.
- Editorial extension: if the long-term advantage is caused by enforcing passivity and dissipation, the effect should be strongest when test inputs drive the system into regimes with significant dissipation; the sinusoidal input families used in the paper may under-sample such regimes.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a framework for identifying nonlinear port-Hamiltonian (pH) systems from input-state-output data. The method represents the state-dependent matrices J, R, B and the Hamiltonian H by neural networks (MLPs or KANs) using parametrizations that enforce J = -J^T and R = R^T >= 0 by construction. Training minimizes a normalized supervised loss on state derivatives and outputs (Eq. 13). Experiments on a mass-spring system, a magnetically levitated ball, and a permanent-magnet synchronous motor compare the pH models with a parameter-matched unstructured MLP baseline, showing lower normalized mean absolute error (NMAE) and better long-horizon trajectory predictions. The paper also explores incorporating prior knowledge about which components are constant and compares MLP and KAN baselines.
Significance. If the central claim holds for realistic identification settings, the contribution is valuable: it provides a systematic, structure-preserving neural approach for nonlinear pH system identification, with a clear mechanism for enforcing passivity-related structural constraints and for integrating prior knowledge. The paper is transparent about its assumptions, ships code, and evaluates on three systems with distinct nonlinearity locations. However, the reported experiments rely on oracle state-derivative labels derived from the true system equations, which is not the advertised input-state-output setting. The significance of the contribution is therefore conditional on demonstrating that the advantage over unstructured baselines persists when derivatives must be estimated from sampled, possibly noisy state data.
major comments (2)
- [Section 3.1, Eq. (13)] The training loss (13) is supervised on state derivatives x_dot, and Section 3.1 states that 'For simplicity, we used instead the values given by the system equation with true coefficients.' Consequently, every reported NMAE curve (Figures 2, 5, 6, 8) and long-term trajectory (Figures 3, 7, 9) is obtained with oracle derivative labels. The baseline is trained on the same oracle labels, so the comparison isolates structure under ideal supervision, not under the practical input-state-output setting claimed in the title and abstract. A concrete fix is to repeat the main experiments with derivative estimates obtained from noisy state observations, e.g., via finite differences with smoothing or via a learned derivative estimator, and to report whether the pH model still outperforms the baseline.
- [Section 4.3, Figure 9] The noise study is described as adding 'uniform white noise ... to the inputs and outputs during training, while the states and derivatives of these were kept noise-free.' This setup does not probe the scenario that is most likely to affect the method's practical utility: when the state trajectories themselves are noisy and the derivatives x_dot must be estimated from them. Since the central claim depends on the advantage of the structured model under realistic data conditions, the paper should include an experiment where state measurements are corrupted and derivatives are estimated, rather than only corrupting inputs and outputs.
minor comments (4)
- [Section 4.4, Figure 10] The element labeled 'Figure 10' is a table of NMAE values, not a figure; it should be referenced and numbered as a table.
- [Section 4.4] The text says 'we did not use KANs to approximate the parameters θ• in the pH representation (4),' but the abstract and introduction state that the paper explores KAN architectures for the pH framework. Clarify that KANs were tested only as baselines, not for the structure-preserving pH models.
- [Section 3.2, Eq. (13)] The normalization in the loss uses σ_{ẋ_i}² and σ_{y_i}², but the definition provided immediately after the equation defines only σ_{ẋ_i}; the analogous definition for σ_{y_i} should be stated.
- [Section 3.2] The statement that 'all the choices of γ considered resulted in the same order of magnitude in the error measures' is vague; specify the values of γ that were tested and the observed error ranges.
Circularity Check
No significant circularity: the pH parametrization enforces structure by construction, and the long-term advantage claim is tested against an external parameter-matched MLP baseline on out-of-sample trajectories.
full rationale
The paper's central claim—that enforcing port-Hamiltonian structure improves long-term prediction—does not reduce to its own inputs. Equation (4) is an explicit parametrization: J is formed as vtf(theta_J)^T - vtf(theta_J), which is skew-symmetric by construction, and R is formed as (1/sqrt(n)) vtf(theta_R) vtf(theta_R)^T, which is symmetric positive semidefinite by construction. This is a modelling constraint, not a prediction derived from the data. The loss (13) is a supervised regression on state derivatives and outputs, but the paper's headline evidence consists of long-term trajectory forecasts over 100 s (Figures 3, 7, 9) using trajectories not present in the training set, compared against a baseline MLP whose width is scaled to match the pH network's parameter count (Section 3.3). Thus the 'structure helps long-term prediction' conclusion is an out-of-sample, externally benchmarked empirical finding rather than a tautology. The authors' self-citations ([7]-[10], [17], [18]) are background and methodological references; none is invoked as a load-bearing uniqueness theorem or as the sole justification for the pH ansatz, and the parametrization builds on the independent works [45,46,48]. Section 3.1 honestly discloses that derivatives x_dot are computed from the true system equations rather than estimated, which is a realism limitation for practical input-state-output data and a possible threat to external validity, but it is not circularity: the baseline receives the same oracle derivative labels, and the long-term predictions are still not contained in the training loss. No self-definitional step, fitted-input-renamed-as-prediction, or imported uniqueness argument is present in the derivation chain.
Assumptions & free parameters
free parameters (3)
- output loss weight gamma =
0.25
- MLP architecture =
3 hidden layers, 64 neurons, swish
- KAN configuration =
grid size 5, spline order 3, hidden dimension 3
assumptions (3)
- domain assumption The data-generating system is exactly a port-Hamiltonian system of the form (1) with J skew-symmetric, R symmetric positive semidefinite, and output y = B(x)^T grad H(x).
- domain assumption The state derivative x_dot and output y are exactly available from the system equations during training.
- standard math Universal approximation theorem for MLPs and Kolmogorov-Arnold representation theorem.
Cite this review
Pith. "Pith review of Nonlinear port-Hamiltonian system identification from input-state-output data." pith.science (2026). https://pith.science/paper/SWZTV34Z
@misc{pith2026250106118,
author = {Pith},
title = {Pith review of: Nonlinear port-Hamiltonian system identification from input-state-output data},
year = {2026},
howpublished = {\url{https://pith.science/paper/SWZTV34Z}},
note = {Machine review of arXiv:2501.06118}
}
read the original abstract
A framework for identifying nonlinear port-Hamiltonian systems using input-state-output data is introduced. The framework utilizes neural networks' universal approximation capacity to effectively represent complex dynamics in a structured way. We show that using the structure helps to make long-term predictions compared to baselines that do not incorporate physics. We also explore different architectures based on MLPs, KANs, and using prior information. The technique is validated through examples featuring nonlinearities in either the skew-symmetric terms, the dissipative terms, or the Hamiltonian.
Figures
Figures from the paper (7 more)
Forward citations
Cited by 1 Pith paper
-
State-Space Kolmogorov Arnold Networks for Interpretable Nonlinear System Identification
State-Space Kolmogorov-Arnold Networks fit a linear state-space model plus sparse learnable univariate functions, and the shapes of those functions recover the known cubic and saturation nonlinearities in two benchmar...
Reference graph
Works this paper leans on
-
[1]
https://github.com/Blealtan/efficient-kan, 2024
work page 2024
-
[2]
T. Beckers, J. Seidman, P. Perdikaris, and G. J. Pappas. Gaussian process port-Hamiltonian systems: Bayesian learning with physics prior. In2022 IEEE 61st Conference on Decision and Control (CDC), pages 1447–1453, 2022
work page 2022
- [3]
-
[4]
S. L. Brunton, J. L. Proctor, and J. N. Kutz. Discovering governing equa- tions from data by sparse identification of nonlinear dynamical systems. Proceedings of the National Academy of Sciences, 113(15):3932–3937, Mar. 2016
work page 2016
-
[5]
F. L. Cardoso-Ribeiro, G. Haine, Y. Le Gorrec, D. Matignon, and H. Ramirez. Port-Hamiltonian formulations for the modeling, simulation and control of fluids.Comput. & Fluids, 283:106407, 2024
work page 2024
-
[6]
R. Q. Chen, Y. Rubanova, J. Bettencourt, and D. K. Duvenaud. Neural or- dinary differential equations. InAdvances in Neural Information Processing Systems 31 (NeurIPS 2018), 2018
work page 2018
-
[7]
K. Cherifi. An overview on recent machine learning techniques for port Hamiltonian systems. Phys. D, 411:132620, 2020
work page 2020
-
[8]
K. Cherifi and A. Brugnoli. Application of data-driven realizations to port-Hamiltonian flexible structures.IFAC-PapersOnLine, 54(19):180–185, 2021
work page 2021
Show all 58 references
-
[9]
Cherifi, P
K. Cherifi, P. Goyal, and P. Benner. A non-intrusive method to inferring linear port-Hamiltonian realizations using time-domain data. Electronic Transactions on Numerical Analysis : Special Issue SciML, 56:102 – 116, 2022
2022
-
[10]
Cherifi, V
K. Cherifi, V. Mehrmann, and K. Hariche. Numerical methods to com- pute a minimal realization of a port-Hamiltonian system.arXiv preprint arXiv:1903.07042, 2019
1903 arXiv
-
[11]
G. Cybenko. Approximation by superpositions of a sigmoidal function. Math. Control Signals Systems, 2:303–314, 1989
1989
-
[12]
Desai, L
A. Desai, L. Li, I. Chakrabarty, C. Bajaj, and S. Gupta. Port-Hamiltonian neural networks for constrained mechanical systems. In arXiv preprint arXiv:2106.13188, 2021. 22
2021 arXiv
-
[13]
Dänschel, L
H. Dänschel, L. Lentz, and U. von Wagner. Error measures and solu- tion artifacts of the harmonic balance method on the example of the soft- ening Duffing oscillator. Journal of Theoretical and Applied Mechanics, 62(2):435–455, 2024
2024
-
[14]
Eidnes, A
S. Eidnes, A. Stasik, C. Sterud, E. Bøhn, and S. Riemer-Sørensen. Pseudo- Hamiltonian neural networks with state-dependent external forces.Phys. D, 446:133673, 2023
2023
-
[15]
Elfwing, E
S. Elfwing, E. Uchibe, and K. Doya. Sigmoid-weighted linear units for neural network function approximation in reinforcement learning.Neural Networks, 107:3–11, 2018
2018
-
[16]
Finzi, K
M. Finzi, K. A. Wang, and A. G. Wilson. Simplifying Hamiltonian and Lagrangian neural networks via explicit constraints. InAdvances in Neural Information Processing Systems, 2020
2020
-
[17]
Gernandt, F
H. Gernandt, F. Haller, T. Reis, and A. van der Schaft. Port-Hamiltonian formulation of nonlinear electrical circuits. J. Geom. Phys., 159:103959, 2021
2021
-
[18]
Gernandt, B
H. Gernandt, B. Severino, X. Zhang, V. Mehrmann, and K. Strunz. Port- Hamiltonian modeling and control of electric vehicle charging stations. IEEE Trans. Transportation Electrification, 2024
2024
-
[19]
Goyal, P
P. Goyal, P. Dollár, R. Girshick, P. Noordhuis, L. Wesolowski, A. Kyrola, A. Tulloch, Y. Jia, and K. He. Accurate, large minibatch SGD: Training ImageNet in 1 hour, 2018
2018
-
[20]
Greydanus, M
S. Greydanus, M. Dzamba, and J. Yosinski. Hamiltonian neural networks. In H. Wallach, H. Larochelle, A. Beygelzimer, F. d'Alché-Buc, E. Fox, and R. Garnett, editors,Advances in Neural Information Processing Systems, volume 32. Curran Associates, Inc., 2019
2019
-
[21]
V. L. Guen and N. Thome. Disentangling physical dynamics from unknown factors for unsupervised video prediction. In2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 11471–11481, 2020
2020
-
[22]
Günther, B
M. Günther, B. Jacob, and C. Totzeck. Data-driven adjoint-based calibra- tion of port-Hamiltonian systems in time domain.Math. Control Signals Systems, 36:957–977, 2024
2024
-
[23]
Günther, B
M. Günther, B. Jacob, and C. Totzeck. Structure-preserving identification of port-Hamiltonian systems—a sensitivity-based approach. In Scientific Computing in Electrical Engineering, M. van Beurden et al., ed., pages 167–174, Cham, 2024. Springer Nature Switzerland
2024
-
[24]
Neural Networks, pages389–416
T.Hastie, R.Tibshirani, andJ.Friedman. Neural Networks, pages389–416. Springer New York, New York, NY, 2009. 23
2009
-
[25]
Hornik, M
K. Hornik, M. Stinchcombe, and H. White. Multilayer feedforward net- works are universal approximators.Neural Networks, 2(5):359–366, 1989
1989
-
[26]
Jacob and C
B. Jacob and C. Totzeck. Port-Hamiltonian structure of interacting particle systemsanditsmean-fieldlimit. Multiscale Model. Simul., 22(4):1247–1266, 2024
2024
-
[27]
D. P. Kingma. Adam: A method for stochastic optimization.arXiv preprint arXiv:1412.6980, 2014
2014 arXiv
-
[28]
Lei Ba, J
J. Lei Ba, J. R. Kiros, and G. E. Hinton. Layer normalization. arXiv preprint arXiv:1607.06450, 2016
2016 arXiv
-
[29]
Z. Li. Kolmogorov-Arnold Networks are radial basis function networks, 2024
2024
-
[30]
Liu and Y
Z. Liu and Y. Wang. KAN: Kolmogorov–Arnold networks.arXiv preprint arXiv:2406.07819, 2024
2024 arXiv
-
[31]
Lohmayer and S
M. Lohmayer and S. Leyendecker. EPHS: A port-Hamiltonian modelling language. IFAC-PapersOnLine, 55(30):347–352, 2022
2022
-
[32]
Lopes, T
N. Lopes, T. Hélie, and A. Falaize. Explicit second-order accurate method for the passive guaranteed simulation of port-Hamiltonian systems.IFAC- PapersOnLine, 48(13):223–228, 2015
2015
-
[33]
Loshchilov
I. Loshchilov. Decoupled weight decay regularization. arXiv preprint arXiv:1711.05101, 2017
2017 arXiv
-
[34]
Loshchilov and F
I. Loshchilov and F. Hutter. SGDR: Stochastic gradient descent with warm restarts, 2017
2017
-
[35]
S. O. Medianu. Identification of Port Hamiltonian systems. Theses, Uni- versité Grenoble - Alpes, 2017
2017
-
[36]
Mehrmann and B
V. Mehrmann and B. Unger. Control of port-Hamiltonian differential- algebraic systems and applications.Acta Numerica, pages 395–515, 2023
2023
-
[37]
Morandin, J
R. Morandin, J. Nicodemus, and B. Unger. Port-Hamiltonian dynamic mode decomposition. SIAM J.Sci. Comput., 45(4):A1690–A1710, 2023
2023
-
[38]
Najnudel, R
J. Najnudel, R. Müller, T. Hélie, and D. Roze. Identification of nonlinear circuits as port-Hamiltonian systems. In2021 24th International Confer- ence on Digital Audio Effects (DAFx), pages 1–8, 2021
2021
-
[39]
Neary and U
C. Neary and U. Topcu. Compositional learning of dynamical system mod- els using port- Hamiltonian neural networks. In Proceedings of Machine Learning Research vol 211:1–17, 2023 5th Annual Conference on Learning for Dynamics and Control, 2023. 24
2023
-
[40]
Paszke, S
A. Paszke, S. Gross, F. Massa, A. Lerer, J. Bradbury, G. Chanan, T. Killeen, Z. Lin, N. Gimelshein, L. Antiga, A. Desmaison, A. Köpf, E. Yang, Z. DeVito, M. Raison, A. Tejani, S. Chilamkurthy, B. Steiner, L. Fang, J. Bai, and S. Chintala. Pytorch: An imperative style, high- pe...
2019
-
[41]
Pfaff, M
T. Pfaff, M. Fortunato, A. Sanchez-Gonzalez, and P. Battaglia. Learning mesh-based simulation with graph networks. InInternational Conference on Learning Representations, 2021
2021
-
[42]
Asystematicmethodology for port-Hamiltonian modeling of multidimensional flexible linear mechan- ical systems
C.Ponce, Y.Wu, Y.LeGorrec, andH.Ramirez. Asystematicmethodology for port-Hamiltonian modeling of multidimensional flexible linear mechan- ical systems. Appl. Math. Model., 134:434–451, 2024
2024
-
[43]
Raissi, P
M. Raissi, P. Perdikaris, and G. E. Karniadakis. Physics-informed neural networks: A deep learning framework for solving forward and inverse prob- lems involving nonlinear partial differential equations.J. Comput. Phys., 378:686–707, 2019
2019
-
[44]
Rettberg, J
J. Rettberg, J. Kneifl, J. Herb, P. Buchfink, J. Fehr, and B. Haasdonk. Data-driven identification of latent port-Hamiltonian systems. In arXiv preprint arXiv:2408.03212, 2024
2024 arXiv
-
[45]
Schwerdtner
P. Schwerdtner. Port-Hamiltonian system identification from noisy fre- quency response data, 2021
2021
-
[46]
Schwerdtner, T
P. Schwerdtner, T. Moser, V. Mehrmann, and M. Voigt. Structure- preserving model order reduction for index one port-Hamiltonian descriptor systems. ArXiv, 2022
2022
-
[47]
Schwerdtner, P
P. Schwerdtner, P. Schulze, J. Berman, and B. Peherstorfer. Nonlinear embeddings for conserving Hamiltonians and other quantities with Neural Galerkin schemes. SIAM J. Sci. Comput., 46(5):C583–C607, 2024
2024
-
[48]
Schwerdtner and M
P. Schwerdtner and M. Voigt. SOBMOR: Structured optimization-based model order reduction.SIAM J. Sci. Comput., 45(2):A502–A529, 2023
2023
-
[49]
Spirito, Y
M. Spirito, Y. Le Gorrec, and B. Maschke. Structure-preserving observers for port-Hamiltonian systems via contraction analysis.IEEE Trans. Au- tomat. Control, July 2023
2023
-
[50]
H.-T. Ta. BSRBF-KAN: A combination of B-splines and radial basis func- tions in Kolmogorov-Arnold Networks, 2024
2024
-
[51]
P. Toth, D. J. Rezende, A. Jaegle, S. Racanière, A. Botev, and I. Higgins. Hamiltonian generative networks. InInternational Conference on Learning Representations, 2020
2020
-
[52]
A. J. van der Schaft and D. Jeltsema. Port-Hamiltonian Systems Theory: An Introductory Overview. Foundations and Trends® in Systems and Control, 1(2-3):173–378, 2014. 25
2014
-
[53]
G. J. E. van Otterdijk, S. Moradi, S. Weiland, R. Tóth, N. O. Jaensson, and M. Schoukens. Learning subsystem dynamics in nonlinear systems via port-Hamiltonian neural networks, 2024
2024
-
[54]
Vaswani, N
A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, L. Kaiser, and I. Polosukhin. Attention is all you need, 2023
2023
-
[55]
Virtanen, R
P. Virtanen, R. Gommers, T. E. Oliphant, M. Haberland, T. Reddy, D. Cournapeau, E. Burovski, P. Peterson, W. Weckesser, J. Bright, et al. Scipy 1.0: fundamental algorithms for scientific computing in python.Na- ture methods, 17(3):261–272, 2020
2020
-
[56]
N. M. T. Vu, T. H. Pham, I. Prodan, and L. Lefèvre. Port-Hamiltonian observer for state-feedback control design. InEuropean Control Conference, ECC 2023, Bucharest, Romania, June 13-16, 2023, pages 1–6. IEEE, 2023
2023
-
[57]
Y. Yin, V. L. Guen, J. Dona, E. de Bézenac, I. Ayed, N. Thome, and P. Gallinari. Augmenting physical models with deep networks for complex dynamics forecasting. J. Stat. Mech. Theory Exp., 2021(12):124012, 2021
2021
-
[58]
Zaspel and M
P. Zaspel and M. Günther. Data-driven identification of port-Hamiltonian DAE systems by Gaussian processes. arXiv preprint arXiv:2406.18726, 2024. 26
2024 arXiv
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.