oneapi-src / oneAPI-samples

Samples for Intel® oneAPI Toolkits
https://oneapi-src.github.io/oneAPI-samples/
MIT License
915 stars 678 forks source link

Genetic Algorithms on GPU using Intel Distribution of Python numba-dpex code sample #2296

Closed krzeszew closed 2 months ago

krzeszew commented 4 months ago

Adding a New Sample

Add Genetic Algorithms on GPU using Intel Distribution of Python numba-dpex code sample

Description

This sample shows how to implement general generic algorithm (GA) and offload computation to GPU using numba-dpex. It also demonstrates how to adjust GA methods to specific optimization problem which is Traveling Salesman Problem.

Checklist

Administrative

Code Development

Security and Legal

Review