Can Transfer Neuroevolution Tractably Solve Your Differential Equations?
Jian Cheng Wong, Abhishek Gupta, Yew-Soon Ong

TL;DR
This paper presents a novel transfer neuroevolution algorithm for solving differential equations with neural networks, demonstrating improved accuracy and convergence over traditional gradient-based methods like SGD.
Contribution
The paper introduces a computationally efficient transfer neuroevolution approach for differential equations, leveraging prior knowledge and overcoming local optima issues in neural network optimization.
Findings
Transfer neuroevolution outperforms SGD in accuracy.
Faster convergence achieved with the proposed method.
Effective exploitation of experiential priors demonstrated.
Abstract
This paper introduces neuroevolution for solving differential equations. The solution is obtained through optimizing a deep neural network whose loss function is defined by the residual terms from the differential equations. Recent studies have focused on learning such physics-informed neural networks through stochastic gradient descent (SGD) variants, yet they face the difficulty of obtaining an accurate solution due to optimization challenges. In the context of solving differential equations, we are faced with the problem of finding globally optimum parameters of the network, instead of being concerned with out-of-sample generalization. SGD, which searches along a single gradient direction, is prone to become trapped in local optima, so it may not be the best approach here. In contrast, neuroevolution carries out a parallel exploration of diverse solutions with the goal of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsStochastic Gradient Descent
