paper-with-me

Papers

EvoX: A Distributed GPU-accelerated Framework for Scalable Evolutionary Computation

2023-01-29 · Beichen Huang, Ran Cheng, Zhuozhao Li, Yaochu Jin, Kay Chen Tan

Inspired by natural evolutionary processes, Evolutionary Computation (EC) has established itself as a cornerstone of Artificial Intelligence. Recently, with the surge in data-intensive applications and large-scale complex systems, the demand for scalable EC solutions has grown significantly. However, most existing EC infrastructures fall short of catering to the heightened demands of large-scale problem solving. While the advent of some pioneering GPU-accelerated EC libraries is a step forward, they also grapple with some limitations, particularly in terms of flexibility and architectural robustness. In response, we introduce EvoX: a computing framework tailored for automated, distributed, and heterogeneous execution of EC algorithms. At the core of EvoX lies a unique programming model to streamline the development of parallelizable EC algorithms, complemented by a computation model specifically optimized for distributed GPU acceleration. Building upon this foundation, we have crafted an extensive library comprising a wide spectrum of 50+ EC algorithms for both single- and multi-objective optimization. Furthermore, the library offers comprehensive support for a diverse set of benchmark problems, ranging from dozens of numerical test functions to hundreds of reinforcement learning tasks. Through extensive experiments across a range of problem scenarios and hardware configurations, EvoX demonstrates robust system and model performances. EvoX is open-source and accessible at: https://github.com/EMI-Group/EvoX.

📄 PDF Abstract BibTeX arXiv:2301.12457

Code (1)

emi-group/evox 공식 구현 jax

Tasks

GPUNavigateOpenAI Gym

Methods 이 논문이 사용한 방법론

Library 설명 없음
Test 설명 없음

Similar Papers 제목 키워드 기반

EvoX: Meta-Evolution for Automated Discovery

2026-02-26 · Shu Liu, Shubham Agarwal, Monishwaran Maheswaran, Mert Cemri 외 arxiv

Recent work such as AlphaEvolve has shown that combining LLM-driven optimization with evolutionary search can effectively improve programs, prompts, and algorithms across domains. In this paradigm, previously evaluated s…

From XXLTraffic to EvoXXLTraffic: Scaling Traffic Forecasting to Sensor-Evolving Networks

2026-05-28 · Du Yin, Hao Xue, Arian Prabowo, Shuang Ao 외 arxiv

Existing traffic forecasting benchmarks assume a fixed sensor set, but real road-sensor networks grow continuously as the road network changes year by year. We introduce the XXLTraffic dataset family, which spans up to 2…

Efficient Parallel Genetic Algorithm for Perturbed Substructure Optimization in Complex Network

2024-12-30 · Shanqing Yu, Meng Zhou, Jintao Zhou, Minghao Zhao 외

Evolutionary computing, particularly genetic algorithm (GA), is a combinatorial optimization method inspired by natural selection and the transmission of genetic information, which is widely used to identify optimal solu…

Combinatorial OptimizationGraph Mining

AequeVox: Automated Fairness Testing of Speech Recognition Systems

2021-10-19 · Sai Sathiesh Rajan, Sakshi Udeshi, Sudipta Chattopadhyay

Automatic Speech Recognition (ASR) systems have become ubiquitous. They can be found in a variety of form factors and are increasingly important in our daily lives. As such, ensuring that these systems are equitable to d…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)FairnessFault localization+2

evosax: JAX-based Evolution Strategies

2022-12-08 · Robert Tjarko Lange

The deep learning revolution has greatly been accelerated by the 'hardware lottery': Recent advances in modern hardware accelerators and compilers paved the way for large-scale batch gradient optimization. Evolutionary o…

CPUScheduling