qrunch.tools.minimizers
The Classical minimizers used in the VQE algorithms.
All minimizers from external packages are wrapped in a facade so that they follow the Minimizer protocol.
Modules
Module containing creators for minimizers. |
|
Optimizer that cycles through parameters optimizing each of them independently. |
|
A minimizer that uses a 'reminimizer' every nth iteration and a standard 'minimizer' for all other iterations. |
|
Utilities for FFT-based minimization. |
|
Utilities for 2D Fourier coefficient recovery and optimization. |
|
Last-N parameter wrapper minimizer. |
|
Contains the interface for the minimizers. |
|
Parameter sorting strategies. |
|
Wrapper around the minimizer from the Scipy package. |
|
Sequential minimizer class that optimizes parameters with a given list of minimizers. |
|
Optimizer for a subset of parameters. |