gaberoo / cpsoLinks
Particle Swarm Optimization (PSO) in C++ with MPI support
☆18Updated 8 years ago
Alternatives and similar repositories for cpso
Users that are interested in cpso are comparing it to the libraries listed below
Sorting:
- A Nonlinear Least Squares Minimizer☆35Updated 13 years ago
- Particle Swarm Optimization (PSO) in C☆129Updated 5 years ago
- C++ framework that implements machinelearning algorithms (clustering, dimension reducing, genetic algorithms)☆29Updated 10 years ago
- Levenberg-Marquardt nonlinear least squares algorithms in C/C++☆22Updated 2 years ago
- Non-linear least squares in C++, header-only, inspired by Ceres solver.☆30Updated 3 years ago
- An expression template based linear algebra library running completely on the GPU using CUDA☆25Updated 4 years ago
- C++ genetic algorithms scientific library☆15Updated 2 years ago
- A C++ Library of Genetic Algorithm Components☆70Updated 7 years ago
- This repository contains various examples of using Eigen library☆20Updated 9 months ago
- Sparse Matrix - Simple implementation of Sparse Matrix Operations in C++.☆17Updated 6 years ago
- Templated C++ polynomial library☆26Updated 3 years ago
- vectorization of the kd-tree data structure and search algorithm☆41Updated 7 years ago
- Git Mirror of John Burkardt's great collection of C Software☆41Updated 10 years ago
- DFO-GN: Derivative-Free Optimization using Gauss-Newton☆24Updated 2 years ago
- Implementation of Dijkstra's algorithm in C++ which finds the shortest path from a start node to every other node in a weighted graph.☆40Updated last year
- matplotlib-cpp with Eigen interfaces.☆57Updated 4 years ago
- KMeans clustering in Eigen.☆26Updated 9 years ago
- Easy-to-Use C++ Computer Vision Library☆57Updated 3 months ago
- Abstractions of memory, allocator, vector, tuple, shared_ptr, unique_ptr, bitset, variant and string working on both CPU and GPU☆31Updated 3 months ago
- Numerical optimization in C++☆40Updated 11 years ago
- An interactive program for creating polygons and determining if a given point is inside or outside the polygons☆29Updated 8 years ago
- ☆35Updated 11 years ago
- Advanced Technique for Curve Fitting☆28Updated 5 years ago
- Practicing C++ by answering questions provided by testdome.com☆10Updated 7 years ago
- A C++ neural network library for machine learning☆15Updated last year
- C++, Network Flow, Genetic Algorithm, SA☆17Updated 8 years ago
- some CUDA programming example