src.qap_solvers.rrwhmΒΆ

Classes

RRWHM

RRWHM solver for hyper graph matching, implemented by tensor power iteration with Sinkhorn reweighted jumps. Parameter: maximum iteration max_iter Input: input tensor H maximum size of source graph num_src sizes of source graph in batch ns_src sizes of target graph in batch ns_tgt (optional) initialization vector v0. If not specified, v0 will be initialized with all 1. Output: computed eigenvector v.