qiskit.aqua.algorithms.ClassicalAlgorithm¶ class ClassicalAlgorithm[ソース]¶ 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 random Return a numpy random. property random¶ Return a numpy random. run()[ソース]¶ Execute the classical algorithm. 戻り値 results of an algorithm. 戻り値の型 dict