milsto / differential-evolutionLinks
Single header c++ implementation of Differential Evolution algorithm for general purpose optimization.
☆68Updated 6 years ago
Alternatives and similar repositories for differential-evolution
Users that are interested in differential-evolution are comparing it to the libraries listed below
Sorting:
- Cubic B-Spline implementation in C++ templates☆101Updated last year
- A C++ interface to formulate and solve linear, quadratic and second order cone problems.☆158Updated 4 years ago
- A C++ library for interpolation.☆237Updated 2 months ago
- Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.☆77Updated 2 years ago
- C++ headers for mapping values to colors and creating PPM images from them☆60Updated 3 years ago
- A nano spline library in modern C++.☆124Updated 9 months ago
- C++ utility for parsing/evaluating matrix math equations input at run time in a format similar to MATLAB (requires Eigen for matrix math)…☆66Updated 6 years ago
- A fast and flexible C++ simulation engine and differential equation solver.☆132Updated 6 months ago
- Various Splines Interpolation classes☆143Updated 3 weeks ago
- Fast and lightweight class for Bezier curves of any order in C++☆106Updated 2 months ago
- A free C++ Genetic Algorithm library☆233Updated 6 months ago
- C++ L-BFGS implementation using plain STL☆34Updated 2 years ago
- A single header-only C++ library for least squares fitting.☆107Updated 2 years ago
- A C++ header-only for data transfer between linear algebra libraries (Eigen, Armadillo, OpenCV, ArrayFire, LibTorch).☆81Updated last year
- A library to collect many useful spline functions into one place.☆284Updated 3 years ago
- Combined array and automatic differentiation library in C++☆176Updated 2 months ago
- Genetic Algorithm in C++ with template metaprogramming and abstraction for constrained optimization☆220Updated 5 years ago
- GDB pretty printers for eigen types☆64Updated last year
- Fast arbitrary dimension linear interpolation in C++☆108Updated last month
- Library for multivariate function approximation with splines (B-spline, P-spline, and more) with interfaces to C++, C, Python and MATLAB☆434Updated 2 years ago
- FastAD is a C++ implementation of automatic differentiation both forward and reverse mode.☆110Updated last year
- Kd-Tree library for kNN and range queries in plain C++98☆93Updated last year
- Fastest Random Distribution Generator for Eigen