TL;DR
This paper introduces an evolutionary computation approach to automatically discover physics-informed neural network models that achieve higher accuracy and faster convergence in solving PDEs, surpassing traditional hyperparameter optimization methods.
Contribution
The study presents a novel evolutionary algorithm that optimizes neural network architecture, shortcut connections, and activation functions for PINNs, enhancing PDE solving performance.
Findings
Models discovered by the method outperform Bayesian optimization and random search in accuracy.
The evolutionary approach yields models with faster convergence rates.
Discovered models demonstrate strong generalization across different PDE conditions.
Abstract
In recent years, the researches about solving partial differential equations (PDEs) based on artificial neural network have attracted considerable attention. In these researches, the neural network models are usually designed depend on human experience or trial and error. Despite the emergence of several model searching methods, these methods primarily concentrate on optimizing the hyperparameters of fully connected neural network model based on the framework of physics-informed neural networks (PINNs), and the corresponding search spaces are relatively restricted, thereby limiting the exploration of superior models. This article proposes an evolutionary computation method aimed at discovering the PINNs model with higher approximation accuracy and faster convergence rate. In addition to searching the numbers of layers and neurons per hidden layer, this method concurrently explores the…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsRandom Search
