To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

WORHP
Developer(s)Christof Büskens, Matthias Gerdts et al.
Initial releaseMarch 2010; 14 years ago (2010-03)
Stable release
1.16 / 7 May 2024; 0 days ago (2024-05-07)
Written inANSI C, FORTRAN 77, Fortran 95 and Fortran 2003
Operating systemUnix-like, Windows XP and later
Available inEnglish
TypeNumerical software
LicenseProprietary, Free of charge for academic users.
Websiteworhp.de

WORHP (/wɔːrp/ "warp", an acronym for "We Optimize Really Huge Problems"), also referred to as eNLP (European NLP solver) by ESA, is a mathematical software library for numerically solving large scale continuous nonlinear optimization problems.

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. There are also interfaces for the MATLAB, CasADi and AMPL modelling environments.[1]

YouTube Encyclopedic

  • 1/5
    Views:
    41 331
    1 487 062
    2 272
    11 926
    937
  • TedxNashville - Ashley Judd - My Life's Work as an Act of Worship
  • 2016 Isaac Asimov Memorial Debate: Is the Universe a Simulation?
  • Nabta Playa: Ancient Astronomy in the Nubian Desert
  • Intro to Esoteric Christianity 2015, Lecture 2
  • Eastern University's Online Youth Ministry Leadership Degree Program HD

Transcription

Problem formulation

WORHP is designed to solve problems of the form

subject to

with sufficiently smooth functions (objective) and (constraints) 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 (Gradient) of and of (Jacobian) and second derivatives (Hessian matrix) 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[2] (whose inclusion in eNLP was discontinued after 2010) to develop a European NLP solver for use in trajectory optimisation, mission analysis and aerospace applications in general.[3]

The development of WORHP is led by the Steinbeis-Forschungszentrum Optimierung, Steuerung und Regelung and scientists of the Optimization and Optimal Control Group at the University of Bremen, and at the Bundeswehr University of Munich.[4] The developers stress that WORHP, despite its academic roots, is intended as industrial-grade tool rather than an academic research platform.[5]

Applications

WORHP has been integrated into trajectory analysis tools such as LOTNAV[6] and ASTOS, and is being used at ESOC and ESTEC. It can be used as optimiser in CasADi (since version 1.5.0beta)[7] and as local optimiser in SVAGO MDO[8] tool developed at University of Bremen and Politecnico di Milano on Multidisciplinary design optimization through the ESA PRESTIGE program.[9]

See also

References

  1. ^ "WORHP interfaces".
  2. ^ Luis Vicente; Renata Silva; Michael Ulbrich; Stefan Ulbrich. "ipfilter — An NLP Solver based on a primal-dual interior-point filter algorithm".
  3. ^ Sven Erb (2011-03-02). "eNLP: application-centric NLP-based optimization in the aerospace market". ITN Sadco First Industrial Workshop.
  4. ^ "Development Team". Retrieved 2018-01-09.
  5. ^ Christof Büskens; Dennis Wassel (2012). "The ESA NLP Solver WORHP". Modeling and Optimization in Space Engineering. Springer Optimization and its Applications. Vol. 73. pp. 85–110. doi:10.1007/978-1-4614-4469-5_4. ISBN 978-1-4614-4468-8.
  6. ^ J. L. Cano; M. Bello; J. Rodriguez-Canabal (2004). "Navigation and Guidance for Low-Thrust Trajectories, LOTNAV". 18th International Symposium on Space Flight Dynamics. 548: 609. Bibcode:2004ESASP.548..609C.
  7. ^ "CasADi wiki". GitHub. Retrieved 2013-05-27.
  8. ^ Francesco Castellini (2009). "PRESTIGE MDO research, Research Achievements". Retrieved 2011-03-23.
  9. ^ ESA education (2009). "Universities selected for PRESTIGE programme". Retrieved 2011-03-23.

External links

This page was last edited on 7 May 2024, at 16:01
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.