A large scale non-linear optimization library
c-plus-plus
computer-vision
structure-from-motion
levenberg-marquardt
conjugate-gradient
bundle-adjustment
numerical-optimization
nonlinear-programming
bfgs
l-bfgs
nonlinear-optimization-algorithms
gauss-newton
trust-region
nonlinear-least-squares
-
Updated
Jul 21, 2021 - C++
The
solution_summarycode doesn't handle infeasible solutions correctly:https://github.com/jump-dev/JuMP.jl/blob/6901e8f98bf24242a141e003e42530fa90f33c3c/src/print.jl#L463-L482
objective_valueandsolve_timeshould probably be wrapped in_try_get, and default fallbacks provided for things likesolver_nameandraw_status.