An open API service indexing awesome lists of open source software.

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

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)