640 skills found · Page 2 of 22
Martin1887 / OxigenFast, parallel, extensible and adaptable genetic algorithms framework written in Rust
kahypar / Mt KahyparMt-KaHyPar (Multi-Threaded Karlsruhe Hypergraph Partitioner) is a shared-memory multilevel graph and hypergraph partitioner equipped with parallel implementations of techniques used in the best sequential partitioning algorithms. Mt-KaHyPar can partition extremely large hypergraphs very fast and with high quality.
Reference-ScaLAPACK / ScalapackScaLAPACK development repository
dynamicslab / SINDy PISINDy-PI: A Robust Algorithm for Parallel Implicit Sparse Identification of Nonlinear Dynamics
Zielon / ParallelQSlimShape Aware Parallel Mesh Simplification Algorithm
s-hironobu / AlgorithmCollectionAn Educational parallel Algorithm collection
ralna / SpralSparse Parallel Robust Algorithms Library
JalaliLabUCLA / Jalali Lab Implementation Of RAISRImplementation of RAISR (Rapid and Accurate Image Super Resolution) algorithm in Python 3.x by Jalali Laboratory at UCLA. The implementation presented here achieved performance results that are comparable to that presented in Google's research paper (with less than ± 0.1 dB in PSNR). Just-in-time (JIT) compilation employing JIT numba is used to speed up the Python code. A very parallelized Python code employing multi-processing capabilities is used to speed up the testing process. The code has been tested on GNU/Linux and Mac OS X 10.13.2 platforms.
liuanji / WU UCTA novel parallel UCT algorithm with linear speedup and negligible performance loss.
MultithreadCorner / HydraHeader only framework for data analysis in massively parallel platforms.
jpatanooga / MetronomeSuite of parallel iterative algorithms built on top of Iterative Reduce
deepsea-inria / PaslParallel Algorithm Scheduling Library
crowsonkb / Deep DreamA parallel implementation of the Deep Dream image processing algorithm which is able to process arbitrarily large images.
mcfadd / Job Shop Schedule ProblemParallel Tabu Search and Genetic Algorithm for the Job Shop Schedule Problem with Sequence Dependent Set Up Times
wangyiqiu / Dbscan PythonTheoretically Efficient and Practical Parallel DBSCAN
jwbuurlage / BulkModern library for bulk-synchronous parallel programs.
zunzun / Pyeq2A large collection of equations for Python 2 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.
UCLA-Plasma-Simulation-Group / PIC Skeleton CodesA fully-functional but succinct Particle-In-Cell Plasma Simulation codebase with several parallel implementations (MPI, OpenMP, SSE, CUDA). This code is meant to highlight the core PIC algorithms, especially issues around parallelization, by implementing a minimal number of features in favor of clarity, ease of use, and extensibility.
aspuru-guzik-group / JANUSCode for the paper "JANUS: Parallel Tempered Genetic Algorithm Guided by Deep Neural Networks for Inverse Molecular Design"
kishimisu / WebGPU Radix SortWebGPU implementation for the radix sort algorithm as described in the paper "Fast 4-way parallel radix sorting on GPUs"