Optimisation of Multilayer Perceptrons Using a Distributed Evolutionary Algorithm with SOAP

  • Authors:
  • Pedro A. Castillo Valdivieso;Maribel García Arenas;J. G. Castellano;Juan J. Merelo Guervós;Víctor Manuel Rivas Sanchos;Gustavo Romero

  • Affiliations:
  • -;-;-;-;-;-

  • Venue:
  • PPSN VII Proceedings of the 7th International Conference on Parallel Problem Solving from Nature
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

SOAP (simple object access protocol) is a protocol that allows the access to remote objects independently of the computer architecture and the language. A client using SOAP can send or receive objects, or access remote object methods. Unlike other remote procedure call methods, like XML-RPC or RMI, SOAP can use many different transport types (for instance, it could be called as a CGI or as sockets). In this paper an approach to evolutionary distributed optimisation of multilayer perceptrons (MLP) using SOAP and language Perl has been done.Obtained results show that the parallel version of the developed programs obtains similar or better results using much less time than the sequential version, obtaining a good speedup. Also it can be shown that obtained results are better than those obtained by other authors using different methods.