https://github.com/cvanaret/nonconvex_solver_comparison
This repo collects results of nonlinear optimization solvers on standard benchmark problems
https://github.com/cvanaret/nonconvex_solver_comparison
augmented-lagrangian-method benchmark benchmarking filtersqp interior-point-algorithms ipopt newtons-method nonlinear-optimization nonlinear-optimization-algorithms nonlinear-programming nonlinear-programming-algorithms optimization performance-profile sequential-quadratic-programming snopt software-benchmarking sqp uno-solver
Last synced: 3 months ago
JSON representation
This repo collects results of nonlinear optimization solvers on standard benchmark problems
- Host: GitHub
- URL: https://github.com/cvanaret/nonconvex_solver_comparison
- Owner: cvanaret
- License: mit
- Created: 2023-07-03T06:03:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T09:41:02.000Z (about 1 year ago)
- Last Synced: 2025-01-23T22:16:08.878Z (5 months ago)
- Topics: augmented-lagrangian-method, benchmark, benchmarking, filtersqp, interior-point-algorithms, ipopt, newtons-method, nonlinear-optimization, nonlinear-optimization-algorithms, nonlinear-programming, nonlinear-programming-algorithms, optimization, performance-profile, sequential-quadratic-programming, snopt, software-benchmarking, sqp, uno-solver
- Homepage:
- Size: 22.7 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Comparison of nonlinear optimization solvers
This repo aims at collecting results of nonlinear optimization solvers on standard benchmark problems. So far, it contains the following results:
* 429 small problems of the CUTEst dataset. The AMPL models were taken [here](https://arnold-neumaier.at/glopt/coconut/Benchmark/Library2_new_v1.html) and may differ from the original CUTEst models in SIF format
for the following solvers:
* CONOPT 3.17A
* filterSQP (20020316)
* IPOPT 3.12.8
* IPOPT 3.14.11
* LANCELOT
* LOQO 7.03
* MINOS 5.51
* SNOPT 7.5-1.2
* [Uno 1.0](https://github.com/cvanaret/Uno)