Python 中的匈牙利算法
标准Python库中有匈牙利算法的良好实现吗?
Is there good implementation of Hungarian algorithm in standard python libraries?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
标准Python库中有匈牙利算法的良好实现吗?
Is there good implementation of Hungarian algorithm in standard python libraries?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
我刚刚尝试过:
并且成功了。 在这里您可以找到有关如何使用它的简短说明。
我尝试安装“匈牙利语”时出错。
I just tried:
and it worked. Here you can find a short explanation on how to use it.
I got an error trying to install "hungarian".
有多个选项:
此处的文档
此处的文档
此处的文档
There are multiple Options:
Documentation here
Documentation here
Documentation here
检查这个munkres
Check this munkres out
Munkres 是 Python 中的匈牙利算法。
如何安装:
如何使用:
Munkres is the Hungarian algorithm in Python.
How to install it:
How to use it: