Last updated:
0 purchases
quala 0.0.1a1
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
Python Documentation (Sphinx)
C++ Documentation (Doxygen)
Python Examples (Sphinx)
C++ Examples (Doxygen)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.