python-adaptive/adaptive
:chart_with_upwards_trend: Adaptive: parallel active learning of mathematical functions observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 99
- Release rhythm 75
- 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: 55
- age_days: 3189
- days_rel: 84
- days_push: 9
- n_releases_24m: 8
Adoption not part of the score
1227 stars · 63 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Adaptive is an open-source Python library for parallel active learning of mathematical functions. It intelligently selects the most informative points in a parameter space instead of evaluating a dense grid, with support for cluster execution and live plotting.
Use cases
- adaptively sample expensive mathematical functions in parallel
- plot functions with fewer evaluation points than a dense grid
- run adaptive function evaluations on a computing cluster
- visualize live plots of function convergence in Jupyter
- reduce simulation cost by sampling only interesting regions of parameter space
When to choose
- each function evaluation takes roughly 50ms or more
- you need efficient sampling of 1D-ND functions without dense grids
- you want parallel evaluation across workers or a cluster with live plots
When to avoid
- function evaluations are very fast (well under ~50ms) where sampling overhead dominates
- you need general supervised machine learning on datasets rather than function sampling
Facets
library · maturity active
machine-learning data-science math benchmarking machine-learning mathematics data-science python cross-platform active-learning adaptive-sampling parallel-computing live-plots function-evaluation algorithms
2 sources
- readme: https://github.com/python-adaptive/adaptive · fetched 2026-08-28 · 07394ce7a354
- registry_pypi: https://pypi.org/pypi/adaptive/json · fetched 2026-08-29 · 198c298ad1a6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| python-adaptive/adaptive | main | 91 |
For agents
markdown · JSON · MCP: product_card(name="python-adaptive/adaptive")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem