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

stevengj/nlopt

library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization observed · 2026-08-28

github.com/stevengj/nlopt · C · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

81/100

  • Activity 86
  • Release rhythm 63
  • Longevity 100

Flags: no_license

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: 93.0
  • age_days: 4754
  • days_rel: 89
  • days_push: 88
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

2267 stars · 681 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

NLopt is a C library providing a unified interface to many free/open-source algorithms for nonlinear local and global optimization, with or without gradient information, supporting constrained and unconstrained problems. It offers bindings for numerous languages including C++, Python, Fortran, Julia, R, and Java.

Use cases

  • minimize a nonlinear objective function with constraints
  • fit model parameters via least-squares optimization
  • solve global optimization problems without gradients
  • perform gradient-based local optimization in C or Python
  • wrap multiple optimization algorithms behind one API

When to choose

  • you need a mature, multi-language nonlinear optimization library with many algorithm choices
  • you need both gradient-based and derivative-free optimizers in one interface
  • you work in C/C++, Python, Julia, or R and need constrained optimization

When to avoid

  • you need mixed-integer or discrete optimization
  • you want a pure high-level Python experience like scipy.optimize with rich ecosystem integration
  • you need machine-learning-specific optimizers such as SGD or Adam for neural networks

Facets

library · maturity stable

math sdk mathematics data-science cpp python cross-platform jvm rust nonlinear-optimization global-optimization constrained-optimization gradient-based numerical-methods scientific-computing algorithms julia

1 source

Member repositories

RepositoryRoleHealth v2
stevengj/nloptmain81

For agents

markdown · JSON · MCP: product_card(name="stevengj/nlopt")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem