paper-with-me

홈 › Papers

Convergence Analysis and Parallel Computing Implementation for the Multiagent Coordination Optimization Algorithm

2013-06-02 · Qing Hui, Haopeng Zhang

In this report, a novel variation of Particle Swarm Optimization (PSO) algorithm, called Multiagent Coordination Optimization (MCO), is implemented in a parallel computing way for practical use by introducing MATLAB built-in function "parfor" into MCO. Then we rigorously analyze the global convergence of MCO by means of semistability theory. Besides sharing global optimal solutions with the PSO algorithm, the MCO algorithm integrates cooperative swarm behavior of multiple agents into the update formula by sharing velocity and position information between neighbors to improve its performance. Numerical evaluation of the parallel MCO algorithm is provided in the report by running the proposed algorithm on supercomputers in the High Performance Computing Center at Texas Tech University. In particular, the optimal value and consuming time are compared with PSO and serial MCO by solving several benchmark functions in the literature, respectively. Based on the simulation results, the performance of the parallel MCO is not only superb compared with PSO for solving many nonlinear, noncovex optimization problems, but also is of high efficiency by saving the computational time.

📄 PDF Abstract BibTeX arXiv:1306.0225

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Credit Assignment For Collective Multiagent RL With Global Rewards

2018-12-01 · NeurIPS 2018 12 · Duc Thien Nguyen, Akshat Kumar, Hoong Chuin Lau

Scaling decision theoretic planning to large multiagent systems is challenging due to uncertainty and partial observability in the environment. We focus on a multiagent planning model subclass, relevant to urban settings…

Empirically Evaluating Multiagent Learning Algorithms

2014-01-31 · Erik Zawadzki, Asher Lipson, Kevin Leyton-Brown

There exist many algorithms for learning how to play repeated bimatrix games. Most of these algorithms are justified in terms of some sort of theoretical guarantee. On the other hand, little is known about the empirical …

Q-Learning

Asynchronous Stochastic Variational Inference

2018-01-12 · Saad Mohamad, Abdelhamid Bouchachia, Moamar Sayed-Mouchaweh

Stochastic variational inference (SVI) employs stochastic optimization to scale up Bayesian computation to massive data. Since SVI is at its core a stochastic gradient-based algorithm, horizontal parallelism can be harne…

Stochastic OptimizationVariational Inference

Easily parallelizable and distributable class of algorithms for structured sparsity, with optimal acceleration

2017-02-21 · Seyoon Ko, Donghyeon Yu, Joong-Ho Won

Many statistical learning problems can be posed as minimization of a sum of two convex functions, one typically a composition of non-smooth and linear functions. Examples include regression under structured sparsity assu…

Distributed Computing

Communication-Efficient, 2D Parallel Stochastic Gradient Descent for Distributed-Memory Optimization

2025-01-13 · Aditya Devarakonda, Ramakrishnan Kannan

Distributed-memory implementations of numerical optimization algorithm, such as stochastic gradient descent (SGD), require interprocessor communication at every iteration of the algorithm. On modern distributed-memory cl…

Binary Classification