paper-with-me

홈 › Papers

Solving Expensive Optimization Problems in Dynamic Environments with Meta-learning

2023-10-19 · huan zhang, Jinliang Ding, Liang Feng, Kay Chen Tan, Ke Li

Dynamic environments pose great challenges for expensive optimization problems, as the objective functions of these problems change over time and thus require remarkable computational resources to track the optimal solutions. Although data-driven evolutionary optimization and Bayesian optimization (BO) approaches have shown promise in solving expensive optimization problems in static environments, the attempts to develop such approaches in dynamic environments remain rarely unexplored. In this paper, we propose a simple yet effective meta-learning-based optimization framework for solving expensive dynamic optimization problems. This framework is flexible, allowing any off-the-shelf continuously differentiable surrogate model to be used in a plug-in manner, either in data-driven evolutionary optimization or BO approaches. In particular, the framework consists of two unique components: 1) the meta-learning component, in which a gradient-based meta-learning approach is adopted to learn experience (effective model parameters) across different dynamics along the optimization process. 2) the adaptation component, where the learned experience (model parameters) is used as the initial parameters for fast adaptation in the dynamic environment based on few shot samples. By doing so, the optimization process is able to quickly initiate the search in a new environment within a strictly restricted computational budget. Experiments demonstrate the effectiveness of the proposed algorithm framework compared to several state-of-the-art algorithms on common benchmark test problems under different dynamic characteristics.

📄 PDF Abstract BibTeX arXiv:2310.12538

Code (1)

huanzhang0320/document 공식 구현

Tasks

Bayesian OptimizationMeta-Learning

Similar Papers 제목 키워드 기반

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

Experience-Based Evolutionary Algorithms for Expensive Optimization

2023-04-09 · Xunzhao Yu, Yan Wang, Ling Zhu, Dimitar Filev 외

Optimization algorithms are very different from human optimizers. A human being would gain more experiences through problem-solving, which helps her/him in solving a new unseen problem. Yet an optimization algorithm neve…

Evolutionary AlgorithmsMeta-Learning

Efficient Nonmyopic Bayesian Optimization via One-Shot Multi-Step Trees

2020-06-29 · NeurIPS 2020 12 · Shali Jiang, Daniel R. Jiang, Maximilian Balandat, Brian Karrer 외

Bayesian optimization is a sequential decision making framework for optimizing expensive-to-evaluate black-box functions. Computing a full lookahead policy amounts to solving a highly intractable stochastic dynamic progr…

Bayesian OptimizationDecision MakingSequential Decision Making

Benchmark Functions for CEC 2022 Competition on Seeking Multiple Optima in Dynamic Environments

2022-01-03 · Wenjian Luo, Xin Lin, Changhe Li, Shengxiang Yang 외

Dynamic and multimodal features are two important properties and widely existed in many real-world optimization problems. The former illustrates that the objectives and/or constraints of the problems change over time, wh…

The Trajectory Bundle Method: Unifying Sequential-Convex Programming and Sampling-Based Trajectory Optimization

2025-09-30 · Kevin Tracy, John Z. Zhang, Jon Arrizabalaga, Stefan Schaal 외 arxiv

We present a unified framework for solving trajectory optimization problems in a derivative-free manner through the use of sequential convex programming. Traditionally, nonconvex optimization problems are solved by formi…

Motion Planning