facebookresearch/nevergrad
A Python toolbox for performing gradient-free optimization observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 94
- Release rhythm 40
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 14.5
- age_days: 2843
- days_rel: 497
- days_push: 40
- n_releases_24m: 7
Adoption not part of the score
4204 stars · 371 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Nevergrad is a Python toolbox for gradient-free (derivative-free) optimization, providing many optimization algorithms such as NGOpt and differential evolution. It supports optimizing continuous, discrete, and mixed parameter spaces, making it well suited for hyperparameter tuning and black-box function minimization.
Use cases
- tune machine learning hyperparameters without gradients
- minimize a black-box function with no derivative access
- optimize mixed continuous and discrete parameters
- run evolutionary algorithms like differential evolution in Python
- benchmark optimization algorithms
- optimize simulation or experiment parameters
When to choose
- your objective function is non-differentiable, noisy, or expensive to differentiate
- you need to tune hyperparameters of ML models or pipelines
- you need a variety of derivative-free optimizers behind one API
- your search space mixes continuous, integer, and categorical variables
When to avoid
- your problem is smooth and gradient-based methods (e.g., Adam, L-BFGS) work well
- you need large-scale deep learning training with backpropagation
- you need a general-purpose constraint solver rather than black-box optimization
Facets
library · maturity active
machine-learning benchmarking data-science machine-learning artificial-intelligence python cross-platform gradient-free-optimization derivative-free-optimization hyperparameter-tuning evolutionary-algorithms metaheuristic algorithms
3 sources
- readme: https://github.com/facebookresearch/nevergrad · fetched 2026-08-28 · 2fd7676d6a2c
- homepage: https://facebookresearch.github.io/nevergrad/ · fetched 2026-08-29 · fdb12ce39e7b
- registry_pypi: https://pypi.org/pypi/nevergrad/json · fetched 2026-08-29 · 507b1d118246
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| facebookresearch/nevergrad | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="facebookresearch/nevergrad")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem