paper-with-me

Papers

Efficient Parallel Genetic Algorithm for Perturbed Substructure Optimization in Complex Network

2024-12-30 · Shanqing Yu, Meng Zhou, Jintao Zhou, Minghao Zhao, Yidan Song, Yao Lu, Zeyu Wang, Qi Xuan

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 solutions to complex problems through simulated programming and iteration. Due to its strong adaptability, flexibility, and robustness, GA has shown significant performance and potentiality on perturbed substructure optimization (PSSO), an important graph mining problem that achieves its goals by modifying network structures. However, the efficiency and practicality of GA-based PSSO face enormous challenges due to the complexity and diversity of application scenarios. While some research has explored acceleration frameworks in evolutionary computing, their performance on PSSO remains limited due to a lack of scenario generalizability. Based on these, this paper is the first to present the GA-based PSSO Acceleration framework (GAPA), which simplifies the GA development process and supports distributed acceleration. Specifically, it reconstructs the genetic operation and designs a development framework for efficient parallel acceleration. Meanwhile, GAPA includes an extensible library that optimizes and accelerates 10 PSSO algorithms, covering 4 crucial tasks for graph mining. Comprehensive experiments on 18 datasets across 4 tasks and 10 algorithms effectively demonstrate the superiority of GAPA, achieving an average of 4x the acceleration of Evox. The repository is in https://github.com/NetAlsGroup/GAPA.

📄 PDF Abstract BibTeX arXiv:2412.20980

Code (1)

netalsgroup/gapa 공식 구현 pytorch

Tasks

Combinatorial OptimizationGraph Mining

Methods 이 논문이 사용한 방법론

GA Genetic Algorithms are search algorithms that mimic Darwinian biological evolution in order to select and propagate better solutions.
Library 설명 없음

Similar Papers 제목 키워드 기반

Genetic Algorithm for Constrained Molecular Inverse Design

2021-12-07 · Yurim Lee, Gydam Choi, MinSung Yoon, Cheongwon Kim

A genetic algorithm is suitable for exploring large search spaces as it finds an approximate solution. Because of this advantage, genetic algorithm is effective in exploring vast and unknown space such as molecular searc…

valid

Perturbed Iterate Analysis for Asynchronous Stochastic Optimization

2015-07-24 · Horia Mania, Xinghao Pan, Dimitris Papailiopoulos, Benjamin Recht 외

We introduce and analyze stochastic optimization methods where the input to each gradient update is perturbed by bounded noise. We show that this framework forms the basis of a unified approach to analyze asynchronous im…

Stochastic Optimization

Follow the Perturbed Leader: Optimism and Fast Parallel Algorithms for Smooth Minimax Games

2020-06-13 · NeurIPS 2020 12 · Arun Sai Suggala, Praneeth Netrapalli

We consider the problem of online learning and its application to solving minimax games. For the online learning problem, Follow the Perturbed Leader (FTPL) is a widely studied algorithm which enjoys the optimal $O(T^{1/…

High-Performance Parallel Implementation of Genetic Algorithm on FPGA

2018-06-20 · Torquato Matheus F., Fernandes Marcelo A. C.

Genetic Algorithms (GAs) are used to solve search and optimization problems in which an optimal solution can be found using an iterative process with probabilistic and non-deterministic transitions. However, depending on…

Vocal Bursts Intensity Prediction

Application of Multi-core Parallel Programming to a Combination of Ant Colony Optimization and Genetic Algorithm

2014-11-05 · Rishita Kalyani

This Paper will deal with a combination of Ant Colony and Genetic Programming Algorithm to optimize Travelling Salesmen problem (NP-Hard). However, the complexity of the algorithm requires considerable computational time…