paper-with-me

Papers

Evolutionary Design of Numerical Methods: Generating Finite Difference and Integration Schemes by Differential Evolution

2013-12-30 · C. D. Erdbrink, V. V. Krzhizhanovskaya, P. M. A. Sloot

Classical and new numerical schemes are generated using evolutionary computing. Differential Evolution is used to find the coefficients of finite difference approximations of function derivatives, and of single and multi-step integration methods. The coefficients are reverse engineered based on samples from a target function and its derivative used for training. The Runge-Kutta schemes are trained using the order condition equations. An appealing feature of the evolutionary method is the low number of model parameters. The population size, termination criterion and number of training points are determined in a sensitivity analysis. Computational results show good agreement between evolved and analytical coefficients. In particular, a new fifth-order Runge-Kutta scheme is computed which adheres to the order conditions with a sum of absolute errors of order 10^-14. Execution of the evolved schemes proved the intended orders of accuracy. The outcome of this study is valuable for future developments in the design of complex numerical methods that are out of reach by conventional means.

📄 PDF Abstract BibTeX arXiv:1312.7852

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evolving Evolutionary Algorithms with Patterns

2021-10-10 · Mihai Oltean

A new model for evolving Evolutionary Algorithms (EAs) is proposed in this paper. The model is based on the Multi Expression Programming (MEP) technique. Each MEP chromosome encodes an evolutionary pattern that is repeat…

BenchmarkingEvolutionary Algorithms

Exact solutions for the selection-mutation equilibrium in the Crow-Kimura evolutionary model

2015-01-20

We reformulate the eigenvalue problem for the selection--mutation equilibrium distribution in the case of a haploid asexually reproduced population in the form of an equation for an unknown probability generating functio…

Form

LLM-Guided Evolutionary Program Synthesis for Quasi-Monte Carlo Design

2025-10-04 · Amir Sadikov arxiv

Low-discrepancy point sets and digital sequences underpin quasi-Monte Carlo (QMC) methods for high-dimensional integration. We cast two long-standing QMC design problems as program synthesis and solve them with an LLM-gu…

Program Synthesis

Exploring Maximum Entropy Distributions with Evolutionary Algorithms

2020-02-05 · Raul Rojas

This paper shows how to evolve numerically the maximum entropy probability distributions for a given set of constraints, which is a variational calculus problem. An evolutionary algorithm can obtain approximations to som…

Evolutionary Algorithms

Swarm Systems as a Platform for Open-Ended Evolutionary Dynamics

2024-09-02 · Hiroki Sayama

Artificial swarm systems have been extensively studied and used in computer science, robotics, engineering and other technological fields, primarily as a platform for implementing robust distributed systems to achieve pr…

Diversity