Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.22 KB

index.md

File metadata and controls

48 lines (38 loc) · 1.22 KB
banner banner_height
_static/landing.png
40vh
---
hidden: true
maxdepth: 2
caption: API
---
api/HGDL.md
api/logging.md
---
hidden: true
maxdepth: 2
caption: Examples
---
examples/rosenbrock_constrained.ipynb
examples/schwefel_constrained.ipynb

HGDL

+++

HGDL

Welcome to the documentation of the HGDL API. HGDL is an optimization algorithm specialized in finding not only one but a diverse set of optima, alleviating challenges of non-uniqueness that are common in modern applications such as inversion problems and training of machine learning models.

HGDL is customized for distributed HP computing; all workers can be distributed across as many nodes or cores. All local optimizations will then be executed in parallel. As solutions are found, they are deflated which effectively removes those optima from the function, so that they cannot be reidentified by subsequent local searches. For more information please have a look at the content below.

See Also