• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

一种基于热力学启发的人工智能搜索算法,用于求解常微分方程。

A thermodynamic inspired AI based search algorithm for solving ordinary differential equations.

作者信息

Murugesh V, Priyadharshini M, Mahesh T R, Esleman Esmael Adem

机构信息

Department of CSE, Koneru Lakshmaiah Education Foundation, Vaddeswaram, Guntur, AP, India.

Department of Computer Science & Engineering, Faculty of Science and Technology (IcfaiTech), ICFAI Foundation for Higher Education, Hyderabad, 501 203, India.

出版信息

Sci Rep. 2025 May 25;15(1):18141. doi: 10.1038/s41598-025-03093-6.

DOI:10.1038/s41598-025-03093-6
PMID:40414969
原文链接:https://pmc.ncbi.nlm.nih.gov/articles/PMC12104321/
Abstract

Solving Ordinary Differential Equations (ODEs) is an essential and very challenging computational problem in many areas of science and engineering like physics, biology, control system, and economics. However, traditional numerical methods such as Euler's method and the Runge-Kutta method generally suffer from problems like the grid dependency, propagation of errors and not all are applicable to nonlinear and systems that are complex. In return, metaheuristic algorithms have become promising alternatives that strongly transform the solution process into an optimization task. In this paper, we introduce a new search algorithm called Thermodynamic Inspired Search Algorithm (TSA) for approximate solution to linear ODEs (LODEs), nonlinear ODEs (NLODEs) and systems of ODEs (SODEs). Inspired by thermodynamic processes, heat exchange, energy minimization and entropy control, TSA employs thermodynamic on purpose for balancing global exploration and local exploitation throughout the search process. A mesh free ODE solver is constructed with an accurate approximation to the exact ODE using a Fourier periodic expansion basis function combined with the proposed algorithm and a weighted residual minimization method. The population of TSA is a population of candidate solutions that represent the coefficients of the Fourier expansion series. It comes up with energy levels based on energy associated with fitness values, enabling the adaptive exploration through energy exchange between solutions. Entropy is a diversity indicator that prevents the solutions from converging prematurely through the promotion of the solution diversity. The transformation from exploration to exploitation occurs gradually through a temperature reduction process. It is formulated as an optimization objective function with constraints, with the residuals of the ODEs and boundary conditions as the objective function and penalty functions ensuring constraint satisfaction. The performance of TSA is further evaluated on a diverse benchmark suite of twenty ODE problems which demonstrates that TSA is superior state-of-the-art ODE optimizers, namely ADE, PSO, and ABC in accuracy, convergence rate and robustness. Mesh free nature of TSA enables us to have the advantage of (i) not being grid dependent (iii) diversity preservation using entropy and (iii) Energy driven solution updates. TSA is shown through experimental results to achieve lower Root Mean Square Errors (RMSE) than existing algorithms on both IVPs and BVPs. In addition, the Fourier periodic expansion and the least-square weighted residual approach improve the precision of the approximations of TSA's performance. The proposed algorithm gives a robust, agile answer design framework for unraveling complicated ODE frameworks, with attainable investigation into PDE and hybrid local-global optimal enhancement plans.

https://cdn.ncbi.nlm.nih.gov/pmc/blobs/6b28/12104321/e6d4cf6bcc3f/41598_2025_3093_Fig1a_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/6b28/12104321/e6d4cf6bcc3f/41598_2025_3093_Fig1a_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/6b28/12104321/e6d4cf6bcc3f/41598_2025_3093_Fig1a_HTML.jpg
摘要

求解常微分方程(ODEs)在物理、生物学、控制系统和经济学等许多科学与工程领域中都是一个至关重要且极具挑战性的计算问题。然而,诸如欧拉方法和龙格 - 库塔方法等传统数值方法通常存在网格依赖性、误差传播等问题,并且并非所有方法都适用于非线性和复杂系统。作为回报,元启发式算法已成为很有前景的替代方法,它将求解过程有力地转变为一个优化任务。在本文中,我们引入一种名为热力学启发搜索算法(TSA)的新搜索算法,用于线性常微分方程(LODEs)、非线性常微分方程(NLODEs)和常微分方程组(SODEs)的近似求解。受热力学过程、热交换、能量最小化和熵控制的启发,TSA特意采用热力学原理在整个搜索过程中平衡全局探索和局部开发。使用傅里叶周期展开基函数结合所提出的算法以及加权残差最小化方法,构建了一个无网格的常微分方程求解器,以精确逼近精确的常微分方程。TSA的种群是一组候选解,代表傅里叶展开级数的系数。它根据与适应度值相关的能量得出能量水平,通过解之间的能量交换实现自适应探索。熵是一个多样性指标,通过促进解的多样性来防止解过早收敛。从探索到开发的转变通过温度降低过程逐渐发生。它被表述为一个带有约束的优化目标函数,将常微分方程的残差和边界条件作为目标函数,并使用惩罚函数确保约束满足。在包含二十个常微分方程问题的多样化基准测试套件上进一步评估了TSA的性能,结果表明TSA在准确性、收敛速度和鲁棒性方面优于当前最先进的常微分方程优化器,即ADE、PSO和ABC。TSA的无网格特性使我们具有以下优势:(i)不依赖网格;(iii)使用熵保持多样性;(iii)能量驱动解更新。实验结果表明,TSA在初值问题(IVPs)和边值问题(BVPs)上均比现有算法实现更低的均方根误差(RMSE)。此外,傅里叶周期展开和最小二乘加权残差方法提高了TSA性能近似的精度。所提出的算法为解决复杂的常微分方程框架提供了一个强大、灵活的答案设计框架,并可对偏微分方程和混合局部 - 全局最优增强计划进行可行的研究。

相似文献

1
A thermodynamic inspired AI based search algorithm for solving ordinary differential equations.一种基于热力学启发的人工智能搜索算法,用于求解常微分方程。
Sci Rep. 2025 May 25;15(1):18141. doi: 10.1038/s41598-025-03093-6.
2
A novel hybrid framework for efficient higher order ODE solvers using neural networks and block methods.一种使用神经网络和块方法的高效高阶常微分方程求解器的新型混合框架。
Sci Rep. 2025 Mar 12;15(1):8456. doi: 10.1038/s41598-025-90556-5.
3
An improved gray wolf optimization algorithm solving to functional optimization and engineering design problems.一种用于解决函数优化和工程设计问题的改进灰狼优化算法。
Sci Rep. 2024 Jun 20;14(1):14190. doi: 10.1038/s41598-024-64526-2.
4
A new hybrid method based on Aquila optimizer and tangent search algorithm for global optimization.一种基于天鹰座优化器和切线搜索算法的用于全局优化的新型混合方法。
J Ambient Intell Humaniz Comput. 2023;14(6):8045-8065. doi: 10.1007/s12652-022-04347-1. Epub 2022 Aug 8.
5
Nature inspired computational technique for the numerical solution of nonlinear singular boundary value problems arising in physiology.受自然启发的计算技术用于求解生理学中出现的非线性奇异边值问题的数值解。
ScientificWorldJournal. 2014 Feb 2;2014:837021. doi: 10.1155/2014/837021. eCollection 2014.
6
Cooperative metaheuristic algorithm for global optimization and engineering problems inspired by heterosis theory.受杂种优势理论启发的用于全局优化和工程问题的协同元启发式算法。
Sci Rep. 2024 Nov 21;14(1):28876. doi: 10.1038/s41598-024-78761-0.
7
Bobcat Optimization Algorithm: an effective bio-inspired metaheuristic algorithm for solving supply chain optimization problems.山猫优化算法:一种用于解决供应链优化问题的有效的受生物启发的元启发式算法。
Sci Rep. 2024 Aug 29;14(1):20099. doi: 10.1038/s41598-024-70497-1.
8
Exploring inductive linearization for pharmacokinetic-pharmacodynamic systems of nonlinear ordinary differential equations.探索非线性常微分方程药代动力学-药效学系统的归纳线性化。
J Pharmacokinet Pharmacodyn. 2018 Feb;45(1):35-47. doi: 10.1007/s10928-017-9527-z. Epub 2017 May 26.
9
A novel chaotic transient search optimization algorithm for global optimization, real-world engineering problems and feature selection.一种用于全局优化、实际工程问题和特征选择的新型混沌瞬态搜索优化算法。
PeerJ Comput Sci. 2023 Aug 22;9:e1526. doi: 10.7717/peerj-cs.1526. eCollection 2023.
10
Improved Snake Optimization Algorithm for Global Optimization and Engineering Applications.用于全局优化和工程应用的改进蛇优化算法
Sci Rep. 2025 May 25;15(1):18171. doi: 10.1038/s41598-025-01299-2.

本文引用的文献

1
Thermodynamics-inspired explanations of artificial intelligence.热力学启发的人工智能解释。
Nat Commun. 2024 Sep 9;15(1):7859. doi: 10.1038/s41467-024-51970-x.
2
Promising directions of machine learning for partial differential equations.机器学习在偏微分方程方面的前景方向。
Nat Comput Sci. 2024 Jul;4(7):483-494. doi: 10.1038/s43588-024-00643-2. Epub 2024 Jun 28.
3
Neuro-computing solution for Lorenz differential equations through artificial neural networks integrated with PSO-NNA hybrid meta-heuristic algorithms: a comparative study.
基于集成PSO-NNA混合元启发式算法的人工神经网络对洛伦兹微分方程的神经计算解决方案:一项对比研究
Sci Rep. 2024 Mar 29;14(1):7518. doi: 10.1038/s41598-024-56995-2.
4
Taxonomy of Anomaly Detection Techniques in Crowd Scenes.人群场景中的异常检测技术分类。
Sensors (Basel). 2022 Aug 14;22(16):6080. doi: 10.3390/s22166080.
5
Gradient-based elephant herding optimization for cluster analysis.基于梯度的聚类分析大象群聚优化算法
Appl Intell (Dordr). 2022;52(10):11606-11637. doi: 10.1007/s10489-021-03020-y. Epub 2022 Jan 28.
6
Stiff neural ordinary differential equations.刚性神经常微分方程。
Chaos. 2021 Sep;31(9):093122. doi: 10.1063/5.0060697.