WORHP, also referred to as eNLP by ESA, is a mathematical softwarelibrary for solvingcontinuouslarge scalenonlinear optimization problems numerically. The acronym WORHP is sometimes spelled out as "We Optimize Really Huge Problems", its primary intended application. WORHP is a hybrid Fortran and C implementation and can be used from C/C++ and Fortran programs using different interfaces of varying complexity and flexibility. In addition interfaces for the modelling environments MATLAB, CasADi and AMPL exist.
Problem formulation
WORHP is designed to solve problems of the form with sufficiently smooth functions and that may be nonlinear, and need not necessarily be convex. Even problems with large dimensions and can be solved efficiently, if the problem is sufficiently sparse. Cases where objective and constraints cannot be evaluated separately, or where constraints can be evaluated element-wise can be exploited by WORHP to increase the computational efficiency.
Derivatives
WORHP requires the first derivative of and of and second derivatives of the Lagrange function; in a modelling environment like AMPL, these are provided by automatic differentiation methods, but need to be provided by the caller in other environments. First and second derivatives can be approximated by WORHP using finite differences. To reduce the otherwise prohibitively high number of necessary function evaluations in large scale sparse problems, graph colouring theory is used to group first and second partial derivatives. Second derivatives may also be approximated using variations of the classic BFGS method, including block-diagonal or sparse BFGS matrices.
Structure
The NLP level of WORHP is based on SQP, while the quadratic subproblems are solved using an interior point method. This approach was chosen to benefit from the robustness of SQP methods and the reliable runtime complexity of IP methods, since traditional active set methods may be unsuitable for large-scale problems.
Development
Development of WORHP started in 2006 with funding from DLR and was continued under the eNLP label after 2008 with support by ESA / ESTEC together with the Interior-Point solver ipfilter to develop a European NLP solver for use in trajectory optimisation, mission analysis and aerospace applications in general. The development of WORHP is led by the and scientists of the at the University of Bremen, and at the Bundeswehr University of Munich. The developers stress that WORHP, despite its academic roots, is intended as industrial-grade tool rather than an academic researchplatform.
Applications
WORHP has been integrated into trajectory analysis tools such as LOTNAV and ASTOS, and is being used at ESOC and ESTEC. It can be used as optimiser in CasADi and as local optimiser in SVAGO MDO tool developed at University of Bremen and Politecnico di Milano on Multidisciplinary design optimization through the ESA PRESTIGE program.