SOTAVerified

Archive-based swarms

2020-07-09Genetic and Evolutionary Computation Conference 2020Code Available0· sign in to hype

Nishant Rodrigues, Chilukuri Mohan

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

The Particle Swarm Optimization (PSO) algorithm updates each individual's velocity and position using its own prior best position and the best position found so far by any particle. Effective search for global optima can benefit if each particle may utilize additional historical information regarding the quality of previously visited positions in its proximity. We present an approach for doing so, using an archive containing some prior particle positions, analogous to the archive used in some multi-objective optimization algorithms. A specific instance of this approach is the proposed Fitness-Distance-Ratio Archive-Based Swarm Optimization algorithm, shown to outperform PSO and three other variants, when applied to high-dimensional neural network training problems.

Tasks

Reproductions