kthohr / optim
OptimLib: a lightweight C++ library of numerical optimization methods for nonlinear functions
☆821Updated 6 months ago
Related projects ⓘ
Alternatives and complementary repositories for optim
- a lightweight header-only C++17 library of numerical optimization methods for nonlinear functions based on Eigen☆876Updated 10 months ago
- A header-only C++ library for numerical optimization --☆743Updated this week
- A header-only C++ library for L-BFGS and L-BFGS-B algorithms☆543Updated 8 months ago
- A C++ Algorithmic Differentiation Package: Home Page☆483Updated this week
- automatic differentiation made easier for C++☆1,658Updated last week
- A header-only C++ library for large scale eigenvalue problems☆750Updated 3 months ago
- A C++ header-only library of statistical distribution functions.☆530Updated last year
- A lightweight high performance tensor algebra framework for modern C++☆751Updated 7 months ago
- library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization☆1,891Updated last week
- An Eigen-based, light-weight C++ Interface to Nonlinear Programming Solvers (Ipopt, Snopt)☆787Updated last year
- Combined array and automatic differentiation library in C++☆165Updated 8 months ago
- Armadillo: fast C++ library for linear algebra & scientific computing - https://arma.sourceforge.net☆470Updated 4 months ago
- C++ library for solving large sparse linear systems with algebraic multigrid method☆736Updated 6 months ago
- The official SuiteSparse library: a suite of sparse matrix algorithms authored or co-authored by Tim Davis, Texas A&M University.☆1,183Updated this week
- A lightweight framework for Gaussian processes and Bayesian optimization of black-box functions (C++11)☆243Updated last year
- Library for multivariate function approximation with splines (B-spline, P-spline, and more) with interfaces to C++, C, Python and MATLAB☆418Updated last year
- HighFive - Header-only C++ HDF5 interface☆688Updated last week
- libcmaes is a multithreaded C++11 library with Python bindings for high performance blackbox stochastic optimization using the CMA-ES alg…☆323Updated 5 months ago
- A C++ library for Quadratic Programming which implements the Goldfarb-Idnani active-set dual method.☆285Updated last year
- COIN-OR Interior Point Optimizer IPOPT☆1,438Updated last week
- A C++ library of Markov Chain Monte Carlo (MCMC) methods☆170Updated 9 months ago
- A modern C++ scientific plotting library powered by gnuplot☆633Updated last year
- odeint - solving ordinary differential equations in c++ v2