Skip to content

Implementing parallel version of Greedy Randomized Adaptive Search Procedure(Grasp) using Cuda

Notifications You must be signed in to change notification settings

Redaloukil/Parallel_Grasp_Method

Repository files navigation

Parallel GRASP using Cuda


The construction phase of an initial solution in the GRASP method (Greedy Randomized Adaptive Search Procedure) is a generally greedy phase in computing time. This phase is already implemented on CPU sequentially as part of a master project in 2016-2017. To speed up this phase, we propose to implement it on a GPU so parallel and evaluate its performance against the CPU version.

About

Implementing parallel version of Greedy Randomized Adaptive Search Procedure(Grasp) using Cuda

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published