mlpack/ensmallen
A header-only C++ library for numerical optimization --
Engineers and researchers building C++ applications can use this library to solve complex numerical optimization problems. It takes your problem definition (the function to optimize, constraints) and provides various algorithms like gradient descent or simulated annealing to find the best solution. This is for anyone developing C++ software that requires efficient, high-quality mathematical optimization capabilities.
805 stars.
Use this if you are a C++ developer needing to embed robust numerical optimization routines directly into your application, ranging from simple function minimization to complex constrained problems.
Not ideal if you prefer using a higher-level language like Python or R for your data analysis, or if you need a visual interface for optimization.
Stars
805
Forks
133
Language
C++
License
—
Category
Last pushed
Feb 02, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/mlpack/ensmallen"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
davisking/dlib
A toolkit for making real world machine learning and data analysis applications in C++
ZigRazor/CXXGraph
Header-Only C++ Library for Graph Representation and Algorithms
mlpack/mlpack
mlpack: a fast, header-only C++ machine learning library
apache/singa
a distributed deep learning platform
hosseinmoein/DataFrame
C++ DataFrame for statistical, financial, and ML analysis in modern C++