Publication Details

Acceleration of grammatical evolution using graphics processing units: computational intelligence on consumer games and graphics hardware

POSPÍCHAL, P.; SCHWARZ, J.; JAROŠ, J. Acceleration of grammatical evolution using graphics processing units: computational intelligence on consumer games and graphics hardware. In Genetic and Evolutionary Computation Conference, GECCO'11 - Companion Publication. New York: Association for Computing Machinery, 2011. p. 431-438. ISBN: 978-1-4503-0690-4.
Czech title
Akcelerace gramatické evoluce s použitím grafických čipů
Type
conference paper
Language
English
Authors
Pospíchal Petr, Ing.
Schwarz Josef, doc. Ing., CSc. (CM-SFE)
Jaroš Jiří, doc. Ing., Ph.D. (DCSY)
Keywords

CUDA, grammatical evolution, graphics chips, GPU, GPGPU, speedup, symbolic regression

Abstract

Several papers show that symbolic regression is suitable for data analysis and prediction in financial markets. Grammatical Evolution (GE), a grammar-based form of Genetic Programming (GP), has been successfully applied in solving various tasks including symbolic regression. However, often the computational effort to calculate the fitness of a solution in GP can limit the area of possible application and/or the extent of experimentation undertaken.  This paper deals with utilizing mainstream graphics processing units (GPU) for acceleration of GE solving symbolic regression. GPU optimization details are discussed and the NVCC compiler is analyzed.  We design an effective mapping of the algorithm to the CUDA framework, and in so doing must tackle constraints of the GPU approach, such as the PCI-express bottleneck and main memory transactions.  This is the first occasion GE has been adapted for running on a GPU. We measure our implementation running on one core of CPU Core i7 and GPU GTX 480 together with a GE library written in JAVA, GEVA.  Results indicate that our algorithm offers the same convergence, and it is suitable for a larger number of regression points where GPU is able to reach speedups of up to 39 times faster when compared to GEVA on a  serial CPU code written in C. In conclusion, properly utilized, GPU can offer an interesting performance boost for GE tackling symbolic regression. 

Published
2011
Pages
431–438
Proceedings
Genetic and Evolutionary Computation Conference, GECCO'11 - Companion Publication
ISBN
978-1-4503-0690-4
Publisher
Association for Computing Machinery
Place
New York
DOI
EID Scopus
BibTeX
@inproceedings{BUT76469,
  author="Petr {Pospíchal} and Josef {Schwarz} and Jiří {Jaroš}",
  title="Acceleration of grammatical evolution using graphics processing units: computational intelligence on consumer games and graphics hardware",
  booktitle="Genetic and Evolutionary Computation Conference, GECCO'11 - Companion Publication",
  year="2011",
  pages="431--438",
  publisher="Association for Computing Machinery",
  address="New York",
  doi="10.1145/2001858.2002030",
  isbn="978-1-4503-0690-4"
}
Back to top