Skip to content
#

minimization-algorithm

Here are 23 public repositories matching this topic...

The fastest open-source C++17 optimization library for unconstrained nonlinear problems. Header-only, single dependency. Highest reliability, composable function expressions, unconstrained and constrained solvers.

  • Updated Jul 24, 2026
  • C++

➗ This work presents a thorough analysis of a quadratic optimization model, confirming convexity, coercivity, and the exact global minimum. It compares gradient descent and Newton’s method, highlighting Newton’s superior efficiency when the Hessian is invertible.

  • Updated Nov 11, 2025
  • Python

These are my university projects on the discipline "Numerical methods". I implemented various algorithms of numeric calculations such as: interpolation, approximation, integral calculation, solving equations, solving systems of linear algebraic equations (SLAE), minimization of quadratic function

  • Updated Jul 15, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the minimization-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the minimization-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more