bosehubbard.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:babusca 作者: georglind 项目源码 文件源码
def stateindex(state, hashes, sorter):
        """
        Converts state to hash and searches for the hash among hashes,
        which are sorted by the sorter list.

        Parameters
        ----------
        state : ndarray
            An array of one or more states
        hashes : ndarray
            List of hashes so search among
        sorter : ndarray
            Sorting indicies which sorts hashes
            (generated from Basis.argsort).
        """
        key = Basis.hash(state)
        return sorter[np.searchsorted(hashes, key, sorter=sorter)]
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号