:py:mod:`cotengra.experimental.path_compressed_mcts` ==================================================== .. py:module:: cotengra.experimental.path_compressed_mcts .. autoapi-nested-parse:: Compressed contraction tree search using monte carlo tree search. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: cotengra.experimental.path_compressed_mcts.Node cotengra.experimental.path_compressed_mcts.MCTS .. py:class:: Node(hg, nid_path, size, local_score, forward_score) .. py:attribute:: __slots__ :value: ('hg', 'n', 'graph_key', 'nid_path', 'size', 'local_score', 'forward_score', 'mean', 'count',... .. py:method:: update(x) Report the score ``x``, presumably from a child node, updating this nodes score. .. py:method:: __hash__() Return hash(self). .. py:method:: __lt__(other) Return self