572 skills found · Page 16 of 20
ChristopheBrown / HASHEngineering study of SHA-256 algorithm parallelized using pyCUDA
dawnranger / Spark Pscanspark implementation of PSCAN: A Parallel Structural Clustering Algorithm for Big Networks in MapReduce
eugeneyuchunlin / Job Shop SchedulingThis is a program to solve the job shop scheduling problem by using the parallel genetic algorithm
SestoAle / Parallel K MeansA parallel implementation of K-Means algorithm in C++ and OpenMP.
elaine84 / FetchingFetching is an implementation of parallel predictive prefetching for Metropolis-Hastings. Prefetching algorithms use speculative execution to parallelize MCMC.
wang2346581 / CuPSOcuPSO: GPU Parallelization for Particle Swarm Optimization Algorithms
coin-or / CHiPPS BiCePSThis is the Branch, Constrain, and Price Software (BiCePS), a layer of the COIN-OR High Performance Parallel Search framework supporting the implementation of relaxation-based optimization algorithms.
danieldmiller / Space Debris Collision DetectionHigh performance parallel algorithm for detecting debris collision
nducthang / BFSParallelBFS Parallel algorithm with openMP using Bag structure
TrifonT / GealibA fast parallel genetic algorithm implementation in C++.
YJiangcm / MSBD 5003 Projectparallel implementation of hierarchical clustering algorithm based on pyspark
SciPAL / SciPALSciPAL: Scientific Parallel Algorithms Library for OpenMP and CUDA
giovcandido / SwarmingSwarming is a Python3 library that features both parallel and serial implementation of the Particle Swarm Optimization (PSO) algorithm.
mtrimoska / PCSImplementation of the Parallel Collision Search algorithm for solving the ECDLP.
ruchit1971 / DP Python HEVThe dynamic Programming algorithm is implemented on Python script for parallel HEV.
naisila / PageRank ImplementationsWe have implemented PageRank algorithm in serial, parallel shared-memory and distributed (map-reduce) way, and we have made comparisons between the different implementation paradigms.
krzysztofarendt / ModestgaOptimized and benchmarked parallel Genetic Algorithm with inequality constraints, and a scipy-like interface
buraksekili / Sinkhorn Knopp ScalingParallel Sinkhorn-Knopp scaling algorithm running on CPU and GPU using OpenMP and CUDA.
wuminqaq / HSMU SpGEMMA High Shared Memory Utilization Algorithm for Parallel Sparse General Matrix-Matrix Multiplication on GPUs
SHI-Yu-Zhe / CMU HUST 15210 LabThis repository contains codes and lab report for CMU-HUST-15210: Parallel and Sequential Algorithms and Data Structure.