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