匈牙利算法的任务分配问题的图我要分享

Task allocation problem of Hungarian algorithm

matlab 算法 任务 问题 分配 匈牙利

关注次数: 194

下载次数: 0

文件大小: 1.75 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:应用背景该算法是利用分配问题。该算法找到一个最佳匹配之间的任务和氮代理。关键技术该算法找到一个最佳匹配之间的任务和氮代理。该算法是快速的((3))。它recibes矩阵的n×n,表示 ;实用 ;分配任务J剂即 ;该算法是求解指派问题的工具。 ;


English Description:

Application backgroundThis algorithm is util for assignment problem. The algorithm find an optimum matching between a set the n task and n agents.Key TechnologyThe algorithm find an optimum matching between a set the n task and n agents. This algorithm is fast (O(n^3)). It recibes a matrix nxn, it indicates the utility of assigned task j to agent i. This algorithm is util for assignment problem. 


代码预览