paper-with-me

홈 › Papers

Using Variable Interaction Graphs to Improve Particle Swarm Optimization

2025-09-02 · Caz L. Czworkowski, John W. Sheppard arxiv

This paper presents Variable Interaction Graph Particle Swarm Optimization (VIGPSO), an adaptation to Particle Swarm Optimization (PSO) that dynamically learns and exploits variable interactions during the optimization process. PSO is widely used for real-valued optimization problems but faces challenges in high-dimensional search spaces. While Variable Interaction Graphs (VIGs) have proven effective for optimization algorithms operating with known problem structure, their application to black-box optimization remains limited. VIGPSO learns how variables influence each other by analyzing how particles move through the search space, and uses these learned relationships to guide future particle movements. VIGPSO was evaluated against standard PSO on eight benchmark functions (three separable, two partially separable, and three non-separable) across 10, 30, 50 and 1000 dimensions. VIGPSO achieved statistically significant improvements ($p<0.05$) over the standard PSO algorithm in 28 out of 32 test configurations, with particularly strong performance extending to the 1000-dimensional case. The algorithm showed increasing effectiveness with dimensionality, though at the cost of higher variance in some test cases. These results suggest that dynamic VIG learning can bridge the gap between black-box and gray-box optimization effectively in PSO, particularly for high-dimensional problems.

📄 PDF Abstract BibTeX arXiv:2509.06985

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Enhancing Discrete Particle Swarm Optimization for Hypergraph-Modeled Influence Maximization

2026-04-17 · Qianshi Wang, Xilong Qu, Wenbin Pei, Nan Li 외 arxiv

Influence maximization (IM) is a fundamental problem in complex network analysis, with a wide range of real-world applications. To date, existing approaches to influential node identification in IM have predominantly rel…

Finding a Maximum Clique using Ant Colony Optimization and Particle Swarm Optimization in Social Networks

2013-11-28 · Mohammad Soleimani-Pouri, Alireza Rezvanian, Mohammad Reza Meybodi

Interaction between users in online social networks plays a key role in social network analysis. One on important types of social group is full connected relation between some users, which known as clique structure. Ther…

A Particle Swarm Inspired Approach for Continuous Distributed Constraint Optimization Problems

2020-10-20 · Moumita Choudhury, Amit Sarker, Md. Mosaddek Khan, William Yeoh

Distributed Constraint Optimization Problems (DCOPs) are a widely studied framework for coordinating interactions in cooperative multi-agent systems. In classical DCOPs, variables owned by agents are assumed to be discre…

Scheduling

Reinforcement Learning Controlled Adaptive PSO for Task Offloading in IIoT Edge Computing

2025-01-25 · Minod Perera, Sheik Mohammad Mostakim Fattah, Sajib Mistry, Aneesh Krishna

Industrial Internet of Things (IIoT) applications demand efficient task offloading to handle heavy data loads with minimal latency. Mobile Edge Computing (MEC) brings computation closer to devices to reduce latency and s…

Edge-computingManagement

Navigation Variable-based Multi-objective Particle Swarm Optimization for UAV Path Planning with Kinematic Constraints

2025-01-03 · Thi Thuy Ngan Duong, Duy-Nam Bui, Manh Duong Phung

Path planning is essential for unmanned aerial vehicles (UAVs) as it determines the path that the UAV needs to follow to complete a task. This work addresses this problem by introducing a new algorithm called navigation …

Metaheuristic Optimization