quala main
Quasi-Newton and other accelerators
Loading...
Searching...
No Matches
quala

Quala implements different accelerators for optimization solvers, root finders and fixed-point methods, such as Broyden-type quasi-Newton methods and Anderson acceleration.

The algorithms are implemented in C++, and are available through a Python interface.

Installation

The Python interface can be installed from PyPI using pip:

python3 -m pip install quala

Installation instructions for the C++ library can be found in the documentation.

Examples and documentation