Use NVIDIA CUDA technology to create genetic algorithms with extensive population
Student’s Conference (STC), 2013
@article{kolomycki2013use,
title={Use NVIDIA CUDA technology to create genetic algorithms with extensive population},
author={Kolomycki, Maciej},
year={2013}
}
This article presents a method of implementation genetic algorithm in CUDA. Used algorithm operat on a large population and a complex genotype, so that it exceeded the size of the cache memory. It is not completely transferred to the graphics card. It consists of modules that run on the CPU and are synchronized through it. Calculations were based on weak, but widely available graphics cards to test the ability of acceleration algorithms at low cost.
April 22, 2013 by hgpu