Optimization algorithms.

0 votes
asked by about OpenTURNS
edited by

The optimization algorithms used in OpenTURNS for a First Order Reliability Analysis (FORM) are three as I saw from the manual: AbdoRackwitz, Cobyla and SQP. Does anyone know what is the difference among them and if one of them is recommended? I have already seen many papers related, but as a non-expert on the optimization domain, I can't make my mind about what is the preferable algorithm and what the consequences might be from using them.

1 Answer

0 votes
No avatar answered by (309k points)
edited by

There isn't much information about the algorithms supported. However, the items are listed on the documentation page provided by the developer. Access the page to learn more about it. The algorithms are in chapter 9 Optimization.

  • Cobyla

    • This class inherits from the NearestPointAlgorithmImplementation class.
  • AbdoRackwitz

    • This class inherits from the NearestPointAlgorithmImplementation class.
  • SQP

    • This class inherits from the NearestPointAlgorithmImplementation class.

Documentation page: http://doc.openturns.org/openturns-latest/html/UserManual_TUI/cid9.xhtml#uid4523

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...