paper-with-me

Papers

On Asynchronous Non-Dominated Sorting for Steady-State Multiobjective Evolutionary Algorithms

2018-04-14 · Ilya Yakupov, Maxim Buzdalov

In parallel and distributed environments, generational evolutionary algorithms often do not exploit the full potential of the computation system since they have to wait until the entire population is evaluated before starting selection procedures. Steady-state algorithms are often seen as a solution to this problem, since fitness evaluation can be done by multiple threads in an asynchronous way. However, if the algorithm updates its state in a complicated way, the threads will eventually have to wait until this update finishes. State update procedures that are computationally expensive are common in multiobjective evolutionary algorithms. We have implemented an asynchronous steady-state version of the NSGA-II algorithm. Its most expensive part, non-dominated sorting, determines the time needed to update the state. We turned the existing incremental non-dominated sorting algorithm into an asynchronous one using several concurrency techniques: a single entry-level lock, finer-grained locks working with non-domination levels, and a non-blocking approach using compare-and-set operations. Our experimental results reveal the trade-off between the work-efficiency of the algorithm and the achieved amount of parallelism.

📄 PDF Abstract BibTeX arXiv:1804.05208

Code (0)

등록된 구현이 없습니다.

Tasks

BlockingEvolutionary Algorithms

Similar Papers 제목 키워드 기반

Non-Dominated Sorting Bidirectional Differential Coevolution

2024-10-25 · Cicero S. R. Mendes, Aluizio F. R. Araújo, Lucas R. C. Farias

Constrained multiobjective optimization problems (CMOPs) are commonly found in real-world applications. CMOP is a complex problem that needs to satisfy a set of equality or inequality constraints. This paper proposes a v…

Multiobjective Optimization

A Novel Immune Algorithm for Multiparty Multiobjective Optimization

2026-03-29 · Kesheng Chen, Wenjian Luo, Qi Zhou, Yujiang liu 외 arxiv

Traditional multiobjective optimization problems (MOPs) are insufficiently equipped for scenarios involving multiple decision makers (DMs), which are prevalent in many practical applications. These scenarios are categori…

Transfer Learning based Dynamic Multiobjective Optimization Algorithms

2016-12-19 · Min Jiang, Zhongqiang Huang, Liming Qiu, Wenzhen Huang 외

One of the major distinguishing features of the dynamic multiobjective optimization problems (DMOPs) is the optimization objectives will change over time, thus tracking the varying Pareto-optimal front becomes a challeng…

BIG-bench Machine LearningMultiobjective OptimizationTransfer Learning

A High-Dimensional Feature Selection Algorithm Based on Multiobjective Differential Evolution

2025-05-09 · Zhenxing Zhang, Qianxiang An, Yilei Wang, Chenfeng Wu 외

Multiobjective feature selection seeks to determine the most discriminative feature subset by simultaneously optimizing two conflicting objectives: minimizing the number of selected features and the classification error …

Computational Efficiencyfeature selection

Multiobjective Vehicle Routing Optimization with Time Windows: A Hybrid Approach Using Deep Reinforcement Learning and NSGA-II

2024-07-18 · Rixin Wu, Ran Wang, Jie Hao, Qiang Wu 외

This paper proposes a weight-aware deep reinforcement learning (WADRL) approach designed to address the multiobjective vehicle routing problem with time windows (MOVRPTW), aiming to use a single deep reinforcement learni…

Deep Reinforcement LearningMultiobjective Optimization