Optimization algorithms (qiskit.optimization.algorithms
)¶
Algorithms for optimization problems.
Base class¶
An abstract class for optimization algorithms in Qiskit’s optimization module. |
Algorithms¶
An implementation of the ADMM-based heuristic. |
|
The SciPy COBYLA optimizer wrapped as an Qiskit |
|
The CPLEX optimizer wrapped as an Qiskit |
|
Uses Grover Adaptive Search (GAS) to find the minimum of a QUBO function. |
|
A wrapper for minimum eigen solvers from Qiskit Aqua. |
|
A meta-algorithm that applies a recursive optimization. |