Optimization algorithms (qiskit.optimization.algorithms
)¶
Algorithms for optimization problems.
Base classes for algorithms and results¶
An abstract class for optimization algorithms in Qiskit’s optimization module. |
|
An abstract class that implements multi start optimization and should be sub-classed by other optimizers. |
|
A base class for optimization results. |
Algorithms and results¶
ADMMOptimization Result. |
|
An implementation of the ADMM-based heuristic. |
|
Defines a set of parameters for ADMM optimizer. |
|
Internal computation state of the ADMM implementation. |
|
The SciPy COBYLA optimizer wrapped as an Qiskit |
|
The CPLEX optimizer wrapped as an Qiskit |
|
A result object for Grover Optimization methods. |
|
Uses Grover Adaptive Search (GAS) to find the minimum of a QUBO function. |
|
Defines whether the intermediate results of |
|
Minimum Eigen Optimizer Result. |
|
A wrapper for minimum eigen solvers from Qiskit Aqua. |
|
Termination status of an optimization algorithm. |
|
Recursive Eigen Optimizer Result. |
|
A meta-algorithm that applies a recursive optimization. |
|
SLSQP optimization result, defines additional properties that may be returned by the optimizer. |
|
The SciPy SLSQP optimizer wrapped as an Qiskit |
|
A sample of an optimization solution |