1 Star 0 Fork 0

大脚蜗牛/AuctionAlgorithm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

AuctionAlgorithm

介绍

  • Class name: AuctionAlgorithm
  • Version: Auction Algorithm for Symmetric and Asymmetric Type of Assignment Problems
  • Input: a matrix Aij
  • Ouput: Two forms of Pairs_current for task allocation
  • Citation:
    • Algorithm Conforming to Chapter 7 of the book "Network Optimization: Continuous and Discrete Models" by Dimitri P. Bertsekas, Massachusetts Institute of Technology.
    • "A Forward Reverse Auction Algorithm for Asymmetric Assignment Problems," by D. P. Bertsekas and D. A. Castanon. Report LIDS-P-2159, Lab. for Information and Decision Systems, also Computational Optimization and Applications, Vol. 1, pp. 277-297, 1992.
  • Notes:
    • The "Forward Reverse Auction Algorithm" above deals with only the condition for na >= nt, which "ImproveAuctionAlgorithm" could deal with any condition.
    • Compared with Hungarian and All_permutation algorithm
  • Usage: Create an object of class with input a matrix; then run method "EnterImproveAuctionAlgorithm" without anything
  • Peng Wu, Apr 6, 2022
  • Last modified: Apr 7, 2022
  • Based on "https://github.com/nikhilsampangi/Auction-Algorithm"

使用说明

  1. 建立对象同时输入二维矩阵AuctionAlgorithm(matri)
  2. 运用方法EnterImproveAuctionAlgorithm()
  3. 返回两个多维列表,前者Pairs,后者布尔矩阵

空文件

简介

Auction Algorithm for Symmetric and Asymmetric Type of Assignment Problems 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/BigFootSnail/auction-algorithm.git
git@gitee.com:BigFootSnail/auction-algorithm.git
BigFootSnail
auction-algorithm
AuctionAlgorithm
master

搜索帮助