Skip to content

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

Notifications You must be signed in to change notification settings

nicholasharris/GPU-Parallel-Genetic-Algorithm-using-CUDA-with-Python-Numba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages