An open API service indexing awesome lists of open source software.

https://github.com/ruoyugao/scikit-opt-gpu

We implemented our own sequential version of GA, PSO, SA and ACA using C++ (some using Eigen3 as matrix operation backend) and the parallelized version with CUDA support. All of them are much faster than the popular lib scikit-opt.
https://github.com/ruoyugao/scikit-opt-gpu

ant-colony-optimization cuda-support genetic-algorithm particle-swam-optimization simulated-annealing

Last synced: 5 months ago
JSON representation

We implemented our own sequential version of GA, PSO, SA and ACA using C++ (some using Eigen3 as matrix operation backend) and the parallelized version with CUDA support. All of them are much faster than the popular lib scikit-opt.

Awesome Lists containing this project