qiskit.aqua.algorithms.ClassicalAlgorithm¶
-
class
ClassicalAlgorithm
[Quellcode]¶ Base class for Classical Algorithms.
-
__init__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
run
()Execute the classical algorithm.
Attributes
Return a numpy random.
-
property
random
¶ Return a numpy random.
-
run
()[Quellcode]¶ Execute the classical algorithm.
- Rückgabe
results of an algorithm.
- Rückgabetyp
dict
-