Learn R Programming

sqp (version 0.5)

(Sequential) Quadratic Programming

Description

Solving procedures for quadratic programming with optional equality and inequality constraints, which can be used for by sequential quadratic programming (SQP). Similar to Newton-Raphson methods in the unconstrained case, sequential quadratic programming solves non-linear constrained optimization problems by iteratively solving linear approximations of the optimality conditions of such a problem (cf. Powell (1978) ; Nocedal and Wright (1999, ISBN: 978-0-387-98793-4)). The Hessian matrix in this strategy is commonly approximated by the BFGS method in its damped modification proposed by Powell (1978) . All methods are implemented in C++ as header-only library, such that it is easy to use in other packages.

Copy Link

Version

Install

install.packages('sqp')

Monthly Downloads

1

Version

0.5

License

GPL-3

Maintainer

Simon Lenau

Last Published

March 31st, 2020

Functions in sqp (0.5)

qp_solver

Quadratic optimization solver
bfgs_update

(Damped) BFGS Hessian approximation