Ross ROSS = Recommend OSS · open-source software intelligence for agents

python-adaptive/adaptive

:chart_with_upwards_trend: Adaptive: parallel active learning of mathematical functions observed · 2026-08-28

github.com/python-adaptive/adaptive · homepage · Python · BSD-3-Clause (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
python-adaptive/adaptivemain91

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