Skip to content
 
 

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

CUDA-Parallel-Genetic-Algorithm-using-Python-Numba

Implementation of a GPU-parallel Genetic Algorithm using CUDA with python numba for significant speedup.

The provided python file serves as a basic template for using CUDA to parallelize the GA for enormous speedup. The provided file compares the time taken to run 5 generations of the GA non-parallel on the CPU vs. parallel on the GPU for an arbitrary (but expensive) evaluation task. The observed speedup on my machine is almost 20x (Using a GeForce GTX 970).

About

Implementation of a GPU-parallel Genetic Algorithm using CUDA with python numba for significant speedup.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages