hungarian-python:匈牙利算法的Python实现

时间:2024-07-19 02:39:25
【文件属性】:

文件名称:hungarian-python:匈牙利算法的Python实现

文件大小:4KB

文件格式:ZIP

更新时间:2024-07-19 02:39:25

Python

匈牙利Python 匈牙利算法的Python实现 要求 麻木的 麻麻 用法 from hungarian import Hungarian N = 10 # problem size cost_matrix = np . random . random (( N , N )) h = Hungarian ( N ) assignment , total_cost = h . execute ( cost_matrix )


【文件预览】:
hungarian-python-master
----LICENSE(1KB)
----hungarian.py(8KB)
----README.md(282B)
----.gitignore(675B)

网友评论