Pith. sign in

REVIEW 4 major objections 5 minor 1 cited by

DAE-KAN: A Kolmogorov-Arnold Network Model for High-Index Differential-Algebraic Equations

T0 review · 4 major / 5 minor · reviewed 2026-08-16 · deepseek-v4-flash

Pith's one-line read A KAN-based physics-informed neural network solves index-3 differential-algebraic equations directly, cutting errors by one to two orders of magnitude versus traditional PINNs.

desk verdict A sensible KAN-for-MLP swap for PINN-based DAE solvers with index-3 examples, but the evaluation needs a held-out grid and hidden-constraint checks before the broad claims can stand. read the letter →

arxiv 2504.15806 v2 pith:S7WZFCG3 submitted 2025-04-22 cs.LG cs.AI

classification cs.LGcs.AI MSC 65L8068T0734A09
keywords differential-algebraicequationshigh-indexDAEsphysics-informedneuralnetworksKolmogorov-Arnolddrift-offerrorindexreductionB-splineactivationDAEsolver
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper proposes DAE-KAN, a physics-informed neural network that replaces the usual multilayer perceptron with a Kolmogorov-Arnold Network (KAN), whose trainable B-spline functions sit on the network edges. The framework uses two separate KANs, one for the differential variables and one for the algebraic variables, and trains them by minimizing only the DAE residual plus the initial condition. The authors claim that this lets them solve index-3 differential-algebraic equations directly (systems where three rounds of differentiating the constraints are needed before the equations behave like an ordinary differential equation), without index reduction, and that on two test problems (a particle on a circular orbit and a two-link robot arm) it cuts absolute errors of both differential and algebraic variables by one to two orders of magnitude compared with traditional MLP-based PINNs. They also report that both neural methods keep drift-off errors far smaller than classical numerical solvers such as DOPRI5, whose solutions to an index-reduced pendulum drift off the original constraints over time. If the claim holds, DAE-KAN is the first neural DAE solver that works at useful accuracy for index-3 systems.

What carries the argument

The load-bearing construction is the two-network DAE-KAN architecture. A Kolmogorov-Arnold Network represents a function as a composition of learnable univariate functions, here parametrized by B-splines on each edge rather than fixed nonlinearities at nodes. DAE-KAN uses one KAN to output all differential variables $u$ and a second KAN to output the algebraic variables $z$ (or the Lagrange multiplier $\lambda$), and the loss function is $MSE_F + MSE_i$: the mean squared residual of the DAE system (2.1) or (2.2) at 200 uniformly sampled collocation points plus the mean squared error at a single initial point. Automatic differentiation supplies $u'$ from the differential KAN. The paper credits the KAN's approximation power and the separation of variables to different networks for the accuracy gain, and credits the residual-based training for the drift-off control without explicitly enforcing differentiated hidden constraints.

What would settle it

On the circular-orbit index-3 system (4.2), train DAE-KAN exactly as described, then evaluate the hidden-constraint residuals $u_1 z_1 + u_2 z_2$ from (4.3) and $z_1^2+z_2^2+2u_1u_2(2-u_2^2-u_1^2)-\lambda(u_1^2+u_2^2)$ from (4.4) at 10,000 dense test points in $t\in[0,1]$ rather than the 200 training points. If the maximum residual on this dense grid is orders of magnitude above the reported absolute errors, or if it grows with $t$, then the solution does not actually satisfy the high-index constraints away from the training points, and the central claim fails.

Watch

Extended reading notes

Core claim

The central discovery is that a KAN-based PINN with a differential network and a separate algebraic network can directly approximate solutions of high-index DAEs, including index-3 systems, and does so with consistently lower error than the same physics-informed setup built on MLPs. The paper demonstrates this on two index-3 systems: a constrained particle moving on a unit circle and a two-link planar robot arm, each solved in its index-1, index-2, and index-3 formulations. In every case DAE-KAN's relative errors are roughly one to three orders of magnitude smaller than PINNs' for the differential variables, and one to two orders smaller for the algebraic variable (the Lagrange multiplier $\lambda$ or its analogue). The paper further shows that when the trained solutions are substituted back into the constraint equations of the high-index formulations, the resulting drift-off errors stay small, unlike the drift-off produced by solving an index-reduced system with a classical integrator. The implicit point is that solving a lower-index form with a neural network can still respect the original high-index constraints, whereas classical numerical solutions of the reduced form cannot.

Load-bearing premise

The entire reported accuracy and drift-off control depends on 200 uniformly spaced collocation points plus one initial point being enough for the KAN minimizer to satisfy the hidden constraints obtained by differentiating the algebraic equation, even though those hidden constraints are not part of the loss function.

Editorial extensions

If this is right

  • Index-3 DAEs can be solved directly by a neural network without first reducing them to index-1, so the algebraic constraints of the original system are the ones being approximated.
  • For the two tested systems, the KAN-based solver outperforms MLP-PINNs on every index formulation, with gains of one to three orders of magnitude in relative error depending on the variable.
  • Solutions obtained from any index formulation (index-1, index-2, or index-3) continue to nearly satisfy the original high-index constraints, so drift-off is controlled without projection or stabilization steps.
  • Prior neural DAE solvers that fail on index-3 systems are superseded, and the same dual-KAN recipe is proposed as a route toward partial differential-algebraic equations.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the hidden constraints are indeed satisfied implicitly, the likely reason is that B-spline KANs produce smoother solutions, so minimizing the visible residual on 200 points also controls the differentiated constraints; this can be checked by comparing hidden-constraint residuals of KAN and MLP networks with identical loss and training budget.
  • An ablation that keeps the dual-network split but swaps KAN for an MLP would separate the contribution of the architecture from the contribution of the variable separation; the paper does not run this control.
  • The method's reliance on a fixed 200-point grid suggests a natural scaling test: as the time interval grows or the index increases, accuracy should degrade unless the number of collocation points and the KAN grid resolution grow; measuring that scaling would map the method's practical limits.
  • The same construction could be adapted to index-4 mechanical systems or to DAEs with inequality constraints, but nothing in the paper guarantees the hidden constraints will stay satisfied in those regimes.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes DAE-KAN, a Physics-Informed Neural Network variant in which two separate Kolmogorov-Arnold Networks represent the differential and algebraic variables of a differential-algebraic equation, and the loss is the residual of the DAE plus the initial condition (Eq. 3.10). The method is tested on two index-3 benchmark systems, a particle on a circular orbit and a two-link planar robot arm, each formulated in index-1, index-2, and index-3 forms. The reported comparisons against an MLP-based PINN show one-to-two order-of-magnitude reductions in absolute and relative errors, and the paper claims that neural methods, especially DAE-KAN, control drift-off better than classical numerical methods such as DOPRI5 on a reduced-index ODE.

Significance. If the central claims hold, DAE-KAN would be among the first neural solvers capable of directly handling index-3 DAEs at useful accuracy, which is relevant for constrained multibody dynamics and other high-index applications. The paper has concrete strengths: the dual-network separation of differential and algebraic variables is sensible; two nontrivial benchmarks with known exact solutions are used; and the exact solutions appear only as external benchmarks, not in the loss, so the accuracy comparison is not circular. However, the empirical evidence as presented is not yet sufficient: the evaluation appears to be performed on the training collocation points rather than a held-out grid, the loss omits the hidden constraints that are essential for high-index DAE solutions, and the classical baseline is weak. These issues are fixable with additional experiments and reporting, so the contribution is promising but not yet established.

major comments (4)
  1. [Sec. 3.2, Eq. (3.10); Sec. 4.1, Eqs. (4.3)-(4.4); Sec. 4.2, Eqs. (4.16)-(4.17)] The loss (3.10) penalizes only the original DAE residual and the initial condition at N_F=200 collocation points. For the index-3 direct formulations, the hidden constraints obtained by differentiating the algebraic constraints, namely (4.3)-(4.4) for the particle example and (4.16)-(4.17) for the robot arm, are not included in the loss. Satisfying the algebraic position constraint at isolated collocation points does not enforce its derivative, so the hidden velocity and multiplier constraints may be violated at those points and between them. A B-spline KAN can fit the residual at 201 discrete points while oscillating off-grid. Consequently, the central claim that DAE-KAN 'directly solves' index-3 DAEs and controls drift-off is not supported by the reported loss. Please add the hidden-constraint residuals to the loss, or at minimum verify constraint satisfaction and drift-off on a dense held-out grid that is not used for training.
  2. [Sec. 4.1, Sec. 4.2, Eq. (4.1), Figures 5-9, Tables 1-2] No held-out test split is described in either experiment. The text states that N_F=200 residual points are uniformly distributed over t in [0,1], and the AE and RE values in Tables 1-2 and Figures 5-9 appear to be computed on the same 201-point training set. Eq. (4.1) refers to 'test points' but does not state that they differ from the training collocation points. If the reported errors are evaluated at the training nodes, they measure training fit rather than solution quality or generalization. Please evaluate on a separate, preferably finer grid and state the evaluation protocol explicitly.
  3. [Sec. 4.1, Sec. 4.2, Algorithm 1] All numerical results come from a single training run with no seeds, no repeated initializations, and no variance information. The KAN grid size and spline order, which determine the expressive capacity of the B-spline basis, are also not reported. The claim of one-to-two-order accuracy improvement over MLP-PINN would be much more convincing with multiple random seeds and reported means/standard deviations or min/max ranges. At minimum, the missing KAN hyperparameters must be provided for reproducibility.
  4. [Sec. 2.2, Figures 1, 6, 9] The comparison with classical numerical methods uses DOPRI5 applied to an index-reduced ODE, which is a generic explicit ODE solver rather than a numerical method designed for DAEs. The claim that neural network methods outperform classical methods in controlling drift-off therefore rests on a weak baseline. A stronger comparison would use a modern DAE solver, such as a projected implicit Runge-Kutta method, BDF with projection, or an index-aware solver applied to the original or index-reduced systems.
minor comments (5)
  1. [Sec. 2.1, Definition 1] The sentence defining the differential index is incomplete: it reads 'The differential index ν is the smallest integer such that the system.' and should be completed or rewritten.
  2. [Sec. 4.1, Figure 5 and Sec. 4.2, Figure 8] The figure captions state that the green line represents DAE-KAN and the blue line represents PINNs, while the body text describes a blue curve for PINNs and a red curve for DAE-KAN. The color labels are inconsistent and should be aligned.
  3. [Sec. 4.2, Eq. (4.13)] The mass matrix in Eq. (4.13) is malformed: the second row appears to have missing entries. It should likely read [[5+3 cos(u2), 1+1.5 cos(u2)], [1+1.5 cos(u2), 1]].
  4. [Sec. 4.2, paragraph after Eq. (4.18)] The text says that the traditional PINNs model predicts absolute errors for 'the algebraic variable v' when the algebraic variable in this system is the Lagrange multiplier lambda. This appears to be a typographical error.
  5. [General] The abstract and conclusion mention 'generalization', but the experiments only cover two closed-form benchmark problems on a fixed time interval and no unseen-initial-condition or extrapolation tests are conducted. Please either add such experiments or soften the generalization claim.

Circularity Check

1 steps flagged · score 2.0 of 10

Central DAE-KAN accuracy claims are not circular; one drift-off diagnostic re-reports the training residual.

  1. fitted input called prediction [Section 3.2 Eq. (3.10)-(3.12) and Section 4.1 Fig. 6 caption]
    "Loss(θ)=MSE_F + MSE_i ... MSE_F = 1/N_F Σ |F(u'_KAN(t_n^F), u_KAN(t_n^F), t_n^F)|^2. ... Fig. 6: The predicted solutions in the form of (4.2) index-1, index-2, and index-3 obtained by PINNs and DAE-KAN are respectively inserted into the constraint equations in the form of (4.2) index-1, index-2, and index-3. That is, the (4.4), (4.3), and the constraint equations of (4.2), resulting in the drift-off error curve."

    For each index formulation solved with loss (3.10), the algebraic constraint used to define the drift-off curve (e.g., (4.4), (4.3), or the final equation of (4.2)) is exactly one of the residual components already summed in MSE_F through F in (2.1)/(2.2). Thus the same-index drift-off curves report the training residual that was minimized, not an independent validation. The off-diagonal substitutions (a solution of one index checked against another index's constraint) are not in the loss and give independent content, so this circularity is partial and does not affect the main AE/RE accuracy comparisons against exact solutions.

full rationale

The main derivation is self-contained: the loss (3.10) contains only the DAE residual and the initial condition; the exact solutions (4.6) and the robot-arm solution are used exclusively as external error benchmarks and do not enter the loss. No fitted parameter is renamed as a prediction, and no author-uniqueness theorem is imported. The omission of hidden constraints (4.3)-(4.4) and (4.16)-(4.17) from the index-3 loss is a soundness/generalization concern, not an Eq-X-equals-Eq-Y circularity. Self-citations (refs. [10], [20]) are contextual literature claims and are not load-bearing for the derivation. The only self-referential element is the diagonal drift-off diagnostic in Fig. 6, which re-evaluates a term already minimized in MSE_F; since this is secondary to the accuracy claim, the overall circularity score is low.

Assumptions & free parameters 5 free parameters · 4 assumptions · 0 invented entities

The central accuracy claim rests on hand-chosen KAN hyperparameters and on assumptions about smooth solvability and optimizer success. No new physical entities are introduced. The largest external load is the assumption that LBFGS finds the global minimizer of a nonconvex residual loss, which is not proved.

free parameters (5)
  • KAN architecture widths = [1,5,5,4] and [1,5,5,1] for particle; [1,4,4,4] and [1,2,2,1] for robot
    Hand-chosen per problem; no search or sensitivity analysis is reported.
  • Number of collocation points N_F = 200
    Uniform over [0,1]; no convergence study in N_F is shown.
  • Training epochs = 24,000 (particle), 20,000 (robot)
    Stopping rule is not given; no loss or variance curves are shown.
  • Optimizer and initialization = LBFGS; B-spline coefficients N(0,0.1^2), Xavier weights
    No learning rate or optimizer settings are reported; initialization choices are not varied.
  • KAN grid size and spline order = not reported
    A defining hyperparameter for KAN accuracy is omitted, so the results may not reproduce.
assumptions (4)
  • standard math Kolmogorov-Arnold representation theorem supports the KAN approximation structure.
    Used in Section 3.2, eq. (3.3), as the theoretical basis for the network architecture.
  • domain assumption The DAE systems considered are smooth and have unique solutions on [0,1].
    The residual loss and the known exact solutions in Sections 4.1 and 4.2 require solvability and smoothness.
  • domain assumption Consistent initial conditions for the benchmark DAEs are known and used.
    Initial conditions in eqs. (4.5) and (4.18) are derived from the known exact solutions and are not learned.
  • ad hoc to paper LBFGS converges to a global minimizer of the nonconvex residual loss.
    Eq. (3.13) assumes the argmin is achieved; no convergence proof is offered for the nonconvex KAN loss.

how reviews work

0 comments
Cite this review

Pith. "Pith review of DAE-KAN: A Kolmogorov-Arnold Network Model for High-Index Differential-Algebraic Equations." pith.science (2026). https://pith.science/paper/S7WZFCG3

@misc{pith2026250415806,
  author       = {Pith},
  title        = {Pith review of: DAE-KAN: A Kolmogorov-Arnold Network Model for High-Index Differential-Algebraic Equations},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/S7WZFCG3}},
  note         = {Machine review of arXiv:2504.15806}
}
read the original abstract

Kolmogorov-Arnold Networks (KANs) have emerged as a promising alternative to Multi-layer Perceptrons (MLPs) due to their superior function-fitting abilities in data-driven modeling. In this paper, we propose a novel framework, DAE-KAN, for solving high-index differential-algebraic equations (DAEs) by integrating KANs with Physics-Informed Neural Networks (PINNs). This framework not only preserves the ability of traditional PINNs to model complex systems governed by physical laws but also enhances their performance by leveraging the function-fitting strengths of KANs. Numerical experiments demonstrate that for DAE systems ranging from index-1 to index-3, DAE-KAN reduces the absolute errors of both differential and algebraic variables by 1 to 2 orders of magnitude compared to traditional PINNs. To assess the effectiveness of this approach, we analyze the drift-off error and find that both PINNs and DAE-KAN outperform classical numerical methods in controlling this phenomenon. Our results highlight the potential of neural network methods, particularly DAE-KAN, in solving high-index DAEs with substantial computational accuracy and generalization, offering a promising solution for challenging partial differential-algebraic equations.

Figures

Figures reproduced from arXiv: 2504.15806 by the authors.

Figure 1
Figure 1. Error in the constraints for DOPRI5. 3. Proposed framework: DAE-KAN In this section, we provide a concise overview of the PINN method and introduce the fundamental concepts of Kolmogorov-Arnold networks. Additionally, we conclude this section by presenting our DAE-KAN framework. 3.1. The brief review of PINNs Physics-Informed Neural Networks (PINNs) [15] represent an innovative approach initially proposed for solvin… view at source ↗
Figure 2
Figure 2. Conventional physical information neural networks with MLP. and incorporated the physical information contained in equations into the neural network model to construct a neural network approximation of the solution: 𝑢 PINN(𝑡, 𝜽) ≈ 𝑢(𝑡), (3.1) where 𝜃 is the neural network parameter and 𝑢(𝑡) denote the exact solution of the equation at time 𝑡, 𝑢 PINN(𝑡, 𝜽) is the predicted solution of the neural network at time 𝑡, wh… view at source ↗
Figure 3
Figure 3. Illustration of a 3-layer KAN network of the shape [2,3,2,1]. 𝜙𝑙,𝑖,𝑗(𝐭 𝑙,𝑖) = 𝑤𝑙,𝑖,𝑗 ⋅ (𝑏(𝐭 𝑙,𝑖) + 𝑠𝑝𝑙𝑖𝑛𝑒(𝐭 𝑙,𝑖)), (3.7) where 𝑤𝑙,𝑖,𝑗 is the weight factor controlling the overall amplitude of the activation function, and 𝑏(𝑡) is the basis function, which can be set as: 𝑏(𝐭 𝑙,𝑖) = 𝑠𝑖𝑙𝑢(𝐭 𝑙,𝑖) = 𝐭 𝑙,𝑖 1 + 𝑒 −𝐭 𝑙,𝑖 , (3.8) the 𝑠𝑝𝑙𝑖𝑛𝑒(𝐭 𝑙,𝑖) is a spline function, which can be parameterized as a linear combination of B-s… view at source ↗
Figures from the paper (6 more)
Figure 4
Figure 4. Figure 4: Diagram of the DAE-KAN network structure. differential neural network predicts the differential variables, and the algebraic neural network predicts the algebraic variables. Using two KAN networks to separately predict the differential and algebraic variables helps the…
Figure 5
Figure 5. Figure 5: The AE curves of the predicted solution and the exact solution obtained by using the traditional PINNs and DAE-KAN to solve the corresponding index-1, index-2, and index-3 forms of equation (4.2), respectively. The green line represents DAE-KAN, and the blue line repre…
Figure 6
Figure 6. Figure 6: The predicted solutions in the form of (4.2) index-1, index-2, and index-3 obtained by PINNs and DAE-KAN are respectively inserted into the constraint equations in the form of (4.2) index-1, index-2, and index-3. That is, the (4.4), (4.3), and the constraint equations …
Figure 7
Figure 7. Figure 7: Schematic diagram of a robot arm. The coordinates of the intermediate joint of the robot arm (𝑥1 , 𝑦1 ) are given by: {𝑥1 = 𝑙1 cos 𝜃1 , 𝑦1 = 𝑙1 sin 𝜃1 , (4.7) The coordinates of the end effector of the robot arm (𝑥2 , 𝑦2 ) are given by: {𝑥2 = 𝑥1 + 𝑙2 cos(𝜃1 + 𝜃2 ), 𝑦2 …
Figure 8
Figure 8. Figure 8: The AE curves of the predicted solution and the exact solution obtained by using the traditional PINNs and DAE￾KAN to solve the corresponding index-1, index-2, and index-3 forms of (2.2), respectively. The green line represents DAE-KAN, and the blue line represents PIN…
Figure 9
Figure 9. Figure 9: The predicted solutions in the form of (2.2) index-1 index-2 and index-3 obtained by PINNs and DAE-KAN are respectively put into the constraint equations in the form of (2.2) index-1 index-2 and index-3. That is, the Eqs (4.17) (4.16) and (4.15), and finally the drift-…

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. jaxdae: A JAX-native Differentiable Solver for Differential-Algebraic Equations in Coupled Multi-physics

    cs.MS 2026-07 conditional novelty 6.0 of 10

    jaxdae provides the first JAX-native differentiable DAE solver, using a frozen-grid BDF-2 replay adjoint for reverse-mode gradients and XLA-fused batched sweeps.

Reference graph

Works this paper leans on

30 extracted references · 24 canonical work pages · cited by 1 Pith paper

  1. [1]

    K. E. Brenan, S. L. Campbell, L. R. Petzold, Numerical solution of initial-value problems in differential-algebraic equations, SIAM, 1995

  2. [2]

    Gear, Simultaneous numerical solution of differential-algebraic equations, IEEE transactions on circuit theory 18 (1971) 89–95

    C. Gear, Simultaneous numerical solution of differential-algebraic equations, IEEE transactions on circuit theory 18 (1971) 89–95

  3. [3]

    L. T. Biegler, An overview of simultaneous strategies for dynamic optimization, Chemical Engineering and Processing: Process Intensification 46 (2007) 1043–1053. 15

  4. [4]

    Geilinger, D

    M. Geilinger, D. Hahn, J. Zehnder, M. Bächer, B. Thomaszewski, S. Coros, Add: Analytically differentiable dynamics for multi-body systems with frictional contact, ACM Transactions on Graphics (TOG) 39 (2020) 1–15

  5. [5]

    Simeon, C

    B. Simeon, C. Führer, P. Rentrop, Differential-algebraic equations in vehicle system dynamics, Surv. Math. Ind. (1991) 1–37

  6. [6]

    U. M. Ascher, L. R. Petzold, Projected implicit Runge–Kutta methods for differential-algebraic equations, SIAM Journal on Numerical Analysis 28 (1991) 1097–1120

  7. [7]

    J. Cash, Modified extended backward differentiation formulae for the numerical solution of stiff initial value problems in ODEs and DAEs, Journal of Computational and Applied Mathematics 125 (2000) 117–130

  8. [8]

    O. L. Jay, D. Negrut, A second order extension of the generalized–𝛼 method for constrained systems in mechanics, in: Multibody Dynamics: Computational Methods and Applications, Springer, 2009, pp. 143–158

Show all 30 references
  1. [9]

    C.-S. Liu, W. Chen, L.-W. Liu, Solving mechanical systems with nonholonomic constraints by a lie-group differential algebraic equations method, Journal of Engineering Mechanics 143 (2017) 04017097

  2. [10]

    J. Tang, J. Lu, Modified extended lie-group method for hessenberg differential algebraic equations with index-3, Mathematics 11 (2023) 2360

  3. [11]

    C. W. Gear, L. R. Petzold, ODE methods for the solution of differential/algebraic systems, SIAM Journal on Numerical analysis 21 (1984) 716–728

  4. [12]

    W. Yang, W. Wu, G. Reid, Index reduction for degenerated differential-algebraic equations by embedding, arXiv preprint arXiv:2210.16707 (2022)

  5. [13]

    X. Qin, J. Tang, Y . Feng, B. Bachmann, P. Fritzson, Efficient index reduction algorithm for large scale systems of differential algebraic equations, Applied Mathematics and Computation 277 (2016) 10–22

  6. [14]

    J. Tang, Y . Rao, A new block structural index reduction approach for large-scale differential algebraic equations, Mathematics 8 (2020) 2057

  7. [15]

    Raissi, P

    M. Raissi, P. Perdikaris, G. E. Karniadakis, Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations, Journal of Computational physics 378 (2019) 686–707

  8. [16]

    J. Yu, L. Lu, X. Meng, G. E. Karniadakis, Gradient-enhanced physics-informed neural networks for forward and inverse PDE problems, Computer Methods in Applied Mechanics and Engineering 393 (2022) 114823

  9. [17]

    S. Wang, Y . Teng, P. Perdikaris, Understanding and mitigating gradient flow pathologies in physics-informed neural networks, SIAM Journal on Scientific Computing 43 (2021) A3055–A3081

  10. [18]

    D. S. Kozlov, Y . V . Tiumentsev, Neural network based semi-empirical models for dynamical systems represented by differential-algebraic equations of index 2, Procedia computer science 123 (2018) 252–257

  11. [19]

    C. Moya, G. Lin, DAE-PINN: a physics-informed neural network model for simulating differential algebraic equations with application to power networks, Neural Computing and Applications 35 (2023) 3789–3804

  12. [20]

    J. Chen, J. Tang, M. Yan, S. Lai, K. Liang, J. Lu, W. Yang, Physics-informed neural networks for solving high-index differential-algebraic equation systems based on radau methods, International Journal of Intelligent Systems 2024 (2024) 6641674

  13. [21]

    Hairer, G

    E. Hairer, G. Wanner, Stiff differential equations solved by Radau methods, Journal of Computational and Applied Mathematics 111 (1999) 93–111

  14. [22]

    Z. Liu, Y . Wang, S. Vaidya, F. Ruehle, J. Halverson, M. Soljaˇci´c, T. Y . Hou, M. Tegmark, KAN: Kolmogorov-arnold networks, arXiv preprint arXiv:2404.19756 (2024)

  15. [23]

    A. N. Kolmogorov, On the representation of continuous functions of several variables by superpositions of continuous functions of a smaller number of variables, American Mathematical Society, 1961

  16. [24]

    A. A. Shabana, Dynamics of multibody systems, Cambridge university press, 2020

  17. [25]

    März, The index of linear differential algebraic equations with properly stated leading terms, Results in Mathematics 42 (2002) 308–338

    R. März, The index of linear differential algebraic equations with properly stated leading terms, Results in Mathematics 42 (2002) 308–338

  18. [26]

    Wanner, E

    G. Wanner, E. Hairer, Solving ordinary differential equations II, volume 375, Springer Berlin Heidelberg New York, 1996

  19. [27]

    Hornik, M

    K. Hornik, M. Stinchcombe, H. White, Multilayer feedforward networks are universal approximators, Neural networks 2 (1989) 359–366

  20. [28]

    Li, Kolmogorov-arnold networks are radial basis function networks, arXiv preprint arXiv:2405.06721 (2024)

    Z. Li, Kolmogorov-arnold networks are radial basis function networks, arXiv preprint arXiv:2405.06721 (2024)

  21. [29]

    Benhammouda, Solution of nonlinear higher-index hessenberg DAEs by adomian polynomials and differential transform method, SpringerPlus 4 (2015) 648

    B. Benhammouda, Solution of nonlinear higher-index hessenberg DAEs by adomian polynomials and differential transform method, SpringerPlus 4 (2015) 648

  22. [30]

    Ascher, P

    U. Ascher, P. Lin, Sequential regularization methods for nonlinear higher-index DAEs, SIAM Journal on Scientific Computing 18 (1997) 160–181. 16

Pith tools

Reviewed August 16, 2026 · model on record in the stance chip above.