OptimizationAlgorithm¶
-
class
OptimizationAlgorithm
[source]¶ Bases:
abc.ABC
An abstract class for optimization algorithms in Qiskit’s optimization module.
Methods
Checks whether a given problem can be solved with the optimizer implementing this method.
Checks whether a given problem can be solved with the optimizer implementing this method.
Tries to solves the given problem using the optimizer.