2011
DOI: 10.1007/s00500-011-0695-2
|View full text |Cite
|
Sign up to set email alerts
|

Graphics processing units and genetic programming: an overview

Abstract: A top end graphics card (GPU) plus a suitable SIMD interpreter, can deliver a several hundred fold speed up, yet cost less than the computer holding it. We give highlights of AI and computational intelligence applications in the new field of general purpose computing on graphics hardware (GPGPU). In particular we survey genetic programming (GP) use with GPU. We give several applications from Bioinformatics and show how the fastest GP is based on an interpreter rather than compilation. Finally using GP to gener… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
33
0

Year Published

2013
2013
2020
2020

Publication Types

Select...
4
4
1

Relationship

0
9

Authors

Journals

citations
Cited by 60 publications
(33 citation statements)
references
References 64 publications
0
33
0
Order By: Relevance
“…[16], have advocated writing highly parametrised parallel code which can then be automatically tuned. Unfortunately this throws the load back on to the coder [17]. Here we demonstrate that genetic programming can work with an auto-tuner to adapt human written code to new circumstances and different hardware.…”
Section: Namementioning
confidence: 94%
“…[16], have advocated writing highly parametrised parallel code which can then be automatically tuned. Unfortunately this throws the load back on to the coder [17]. Here we demonstrate that genetic programming can work with an auto-tuner to adapt human written code to new circumstances and different hardware.…”
Section: Namementioning
confidence: 94%
“…This performance has been utilised in many computational intelligence applications, including neural networks and ant colony optimisation algorithms [15]. Delevacq et al [5] created a solution that used GPUs to speed up an ant colony optimisation algorithm.…”
Section: Related Workmentioning
confidence: 99%
“…Moving on to parallelism in genetic programming application, Langdon [15] describes a method of using stacks and RPN (Reverse Polish Notation) to create a stack based SIMD (Single Instruction, Multiple Data) interpreter, which will leave the results on the top of Figure 4: The process involves flattening and copying data from host to GPU, then the evaluation can be performed. The second kernel is required to reduce the amount of data returned from the kernel.…”
Section: Related Workmentioning
confidence: 99%
“…The efficiency of rules interpreters is often reported using the number of primitives interpreted by the system per second, similarly to Genetic Programming (GP) interpreters, which determine the number of GP operations per second (GPops/s) [3,[30][31][32]. GP interpreters evaluate expression trees, which represent solutions to perform a user-defined task.…”
Section: Rules Interpreter Performancementioning
confidence: 99%