A Parallel Differential Evolution Algorithm A Parallel Differential Evolution Algorithm

  • Authors:
  • Wojciech Kwedlo;Krzysztof Bandurski

  • Affiliations:
  • Bialystok Technical University, Poland;Bialystok Technical University, Poland

  • Venue:
  • PARELEC '06 Proceedings of the international symposium on Parallel Computing in Electrical Engineering
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

In the paper the problem of using a differential evolution algorithm for feed-forward neural network training is considered. A new parallelization scheme for the computation of the fitness function is proposed. This scheme is based on data decomposition. Both the learning set and the population of the evolutionary algorithm are distributed among processors. The processors form a pipeline using the ring topology. In a single step each processor computes the local fitness of its current subpopulation while sending the previous subpopulation to the successor and receiving next subpopulation from the predecessor. Thus it is possible to overlap communication and computation using non-blocking MPI routines. Our approach was applied to several classification and regression learning problems. The scalability of the algorithm was measured on a compute cluster consisting of sixteen two-processor servers connected by a fast Infiniband interconnect. The results of initial experiments show that for large datasets the algorithm is capable of obtaining very good, near linear speedup.