paper-with-me

홈 › Papers

Speeding-up Evolutionary Algorithms to solve Black-Box Optimization Problems

2023-09-23 · Judith Echevarrieta, Etor Arza, Aritz Pérez

Population-based evolutionary algorithms are often considered when approaching computationally expensive black-box optimization problems. They employ a selection mechanism to choose the best solutions from a given population after comparing their objective values, which are then used to generate the next population. This iterative process explores the solution space efficiently, leading to improved solutions over time. However, these algorithms require a large number of evaluations to provide a quality solution, which might be computationally expensive when the evaluation cost is high. In some cases, it is possible to replace the original objective function with a less accurate approximation of lower cost. This introduces a trade-off between the evaluation cost and its accuracy. In this paper, we propose a technique capable of choosing an appropriate approximate function cost during the execution of the optimization algorithm. The proposal finds the minimum evaluation cost at which the solutions are still properly ranked, and consequently, more evaluations can be computed in the same amount of time with minimal accuracy loss. An experimental section on four very different problems reveals that the proposed approach can reach the same objective value in less than half of the time in certain cases.

📄 PDF Abstract BibTeX arXiv:2309.13349

Code (1)

judithetxebarrieta/optecot 공식 구현 jax

Tasks

Evolutionary Algorithms

Similar Papers 제목 키워드 기반

Devolutionary genetic algorithms with application to the minimum labeling Steiner tree problem

2020-04-18 · Nassim Dehouche

This paper characterizes and discusses devolutionary genetic algorithms and evaluates their performances in solving the minimum labeling Steiner tree (MLST) problem. We define devolutionary algorithms as the process of r…

Combinatorial OptimizationEvolutionary AlgorithmsSteiner Tree Problemvalid

Novel ANN method for solving ordinary and fractional Black-Scholes equation

2021-05-17 · Saeed Bajalan, Nastaran Bajalan

The main aim of this study is to introduce a 2-layered Artificial Neural Network (ANN) for solving the Black-Scholes partial differential equation (PDE) of either fractional or ordinary orders. Firstly, a discretization …

Natural Evolutionary Strategies for Variational Quantum Computation

2020-11-30 · Abhinav Anand, Matthias Degroote, Alán Aspuru-Guzik

Natural evolutionary strategies (NES) are a family of gradient-free black-box optimization algorithms. This study illustrates their use for the optimization of randomly-initialized parametrized quantum circuits (PQCs) in…

A Data-Driven Evolutionary Transfer Optimization for Expensive Problems in Dynamic Environments

2022-11-05 · Ke Li, Renzhi Chen, Xin Yao

Many real-world problems are usually computationally costly and the objective functions evolve over time. Data-driven, a.k.a. surrogate-assisted, evolutionary optimization has been recognized as an effective approach for…

Transfer Learning

Finding optimal Pulse Repetion Intervals with Many-objective Evolutionary Algorithms

2020-11-13 · Paul Dufossé, Cyrille Enderli

In this paper we consider the problem of finding Pulse Repetition Intervals allowing the best compromises mitigating range and Doppler ambiguities in a Pulsed-Doppler radar system. We revisit a problem that was proposed …

Evolutionary Algorithms