awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
kthohr avatar

kthohr/optim

0
View on GitHub↗
896 stars·140 forks·C++·Apache-2.0·11 viewsoptimlib.readthedocs.io/en/latest↗

Optim

OptimLib: a lightweight C++ library of numerical optimization methods for nonlinear functions

Features

  • Optimization Solvers - Lightweight C++ library for nonlinear optimization.

Star history

Star history chart for kthohr/optimStar history chart for kthohr/optim

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Optim

Similar open-source projects, ranked by how many features they share with Optim.
  • ceres-solver/ceres-solverceres-solver avatar

    ceres-solver/ceres-solver

    4,499View on GitHub↗

    Ceres Solver is a C++ library for numerical optimization, specializing in non-linear least squares and unconstrained optimization problems. It serves as a framework for automatic differentiation and robust curve fitting, providing tools to solve large-scale mathematical models. The library is distinguished by its bundle adjustment capabilities, which exploit sparse matrix structures to refine 3D scene points and camera parameters. It utilizes dual-number automatic differentiation to compute derivatives of cost functions, removing the need for manual Jacobian derivation. The project covers a

    C++
    View on GitHub↗4,499
  • cma-es/libcmaesCMA-ES avatar

    CMA-ES/libcmaes

    367View on GitHub↗

    libcmaes is a multithreaded C++11 library with Python bindings for high performance blackbox stochastic optimization using the CMA-ES algorithm for Covariance Matrix Adaptation Evolution Strategy

    C++
    View on GitHub↗367
  • coin-or/ipoptcoin-or avatar

    coin-or/Ipopt

    1,760View on GitHub↗

    COIN-OR Interior Point Optimizer IPOPT

    C++
    View on GitHub↗1,760
  • casadi/casadicasadi avatar

    casadi/casadi

    2,232View on GitHub↗

    CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.

    C++
    View on GitHub↗2,232
See all 22 alternatives to Optim→

Frequently asked questions

What does kthohr/optim do?

OptimLib: a lightweight C++ library of numerical optimization methods for nonlinear functions

What are the main features of kthohr/optim?

The main features of kthohr/optim are: Optimization Solvers.

What are some open-source alternatives to kthohr/optim?

Open-source alternatives to kthohr/optim include: ceres-solver/ceres-solver — Ceres Solver is a C++ library for numerical optimization, specializing in non-linear least squares and unconstrained… cma-es/libcmaes — libcmaes is a multithreaded C++11 library with Python bindings for high performance blackbox stochastic optimization… coin-or/ipopt — COIN-OR Interior Point Optimizer IPOPT. coin-or/shot — A solver for mixed-integer nonlinear optimization problems. cvxgrp/scs — Splitting Conic Solver. casadi/casadi — CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse…