640 skills found · Page 6 of 22
pinchenjohnny / Parallel Algorithm并行算法2020,徐云老师,中科大研究生课程
bingmann / Parallel String SortingCollection of Parallel String Sorting Algorithms including Parallel Super Scalar String Sample Sort and Parallel Multiway LCP-Mergesort
yangjianxin1 / PAMAE使用Python复现SIGKDD2017的PAMAE算法(并行k-medoids算法)/The Python implementation of SIGKDD 2017's PAMAE algorithm (parallel k-medoids algorithm)
zunzun / Pyeq3A large collection of equations for Python 3 curve fitting and surface fitting that can output source code in several computing languages, and run a genetic algorithm for initial parameter estimation. Comes with cluster, parallel, IPython, GUI, NodeJS, and web-based graphical examples. Includes orthogonal distance and relative error regressions.
AIResearcherHZ / Matlab PPOThis is a MATLAB-based reinforcement learning framework that includes the Proximal Policy Optimization (PPO) algorithm and its multi-agent extension (MAPPO). It supports GPU acceleration and parallel computing, making it suitable for research and engineering applications in control systems.
poor-circle / Radix SortRadix sort. A high performence Cross-platform (parallel) STL-like LSD radix sort algorithm by C++20, 2.5-14.3x faster than std::sort, support user-defined struct.
boschresearch / BlackboxoptBlackbox optimization algorithms with a common interface, along with useful helpers like parallel optimization loops, analysis and visualization scripts.
davidssmith / TRONWorld's fastest GPU-accelerated radial Fast Fourier Transform
MDAnalysis / PmdaParallel algorithms for MDAnalysis
JustKshitijD / Harmonia For B Plus TreesHarmonia is an algorithm that allows for the implementation of operations on B+ trees using parallelization. As a part of my GPU project, I implemented the Harmonia paper published in 2019 in CUDA.
Cloveryww / MPI Parallel AlgorithmsSome MPI parallel algorithms,easy to begin to learn.
notdodo / VRP TabuA Tabu Search pseudo-parallel algorithm for the Vehicle Routing Problem
michaelmaniscalco / Msufsortmsufsort parallel suffix array construction algorithm
aldrichsun / Graph Partitioning With Natural CutsImplementation of the graph partitioning algorithm described in paper "Graph Partitioning with Natural Cuts" in the 2011 IEEE International Parallel & Distributed Processing Symposium
joruof / IlqrA parallelized, modern, extendable, single-header, C++11 implementation of the iLQR algorithm.
divyanshu-talwar / Parallel DFSCUDA implementation of parallel Depth First Search (DFS) algorithm and it's comparison with a serial C++ DFS implementation.
jiadong5 / ECE408 FA23 UIUCMy GitHub Repo for UIUC ECE408 Applied Parallel Programming, mainly focus on CUDA programming and algorithm implementation.
sengorajkumar / Gpu Graph AlgorithmsTerm Project, Parallel Algorithms, Summer 2020, The University of Texas, Austin
Raffinert / FuzzySharpC# .NET bit-parallel accelerated fuzzy string matching implementation of Seat Geek's well known python FuzzyWuzzy algorithm.
t-lutz / ParallelSTLImplementation of n3554, a proposal to include parallelized versions of the STL algorithms into the C++ standard.