30 skills found
Colin97 / MSN Point Cloud CompletionMorphing and Sampling Network for Dense Point Cloud Completion (AAAI2020)
MartinBraquet / Task Allocation AuctionsDynamic decentralized task allocation algorithms for multi-agent systems using auctions
Furhyat / Task Allocation AuctionsDynamic decentralized task allocation algorithms for multi-agent systems using auctions and machine learning
bkj / Auction LapAuction algorithm for solving linear assignment problem (LAP)
fbaeuerlein / BasicGNNTrackingThis shows a basic implementation of the global nearest neighbour (GNN) multi target Tracker. Kalman filter is used for Tracking and Auction Algorithm for determining the assignment of measurments to filters.
rahul7400 / OnlineAuctionAppThis app is an online auction app which allows user to upload their valuable product and then they can organize an auction for that product and once a user entered date is matched the campign gets over and the product is sold to the highest payer. This app is totally based on Firebase realtime database and firebase storage.
cloudfoundry / AuctionAuction encodes Diego's long-running-process distribution algorithm
EvanOman / AuctionAlgorithmCPPBertsekas Auction Algorithm Implementation
tgn3000 / FastAuctionC++ interface of Florian Bernard's original MEX implementation of Bertsekas' auction algorithm
hunter-555 / CBAABased on the thesis "Consensus-Based Decentralized Auctions for Robust Task Allocation", the realization of consensus-based auction algorithm (CBAA) is presented
ckrk / Bidding LearningImplementations of the Deep Q-Learning Algorithms for Auctions
jdwalsh03 / AuctionAuction Algorithms in C++
yu-jeremy / Auction AlgorithmsA few versions of auction algorithms using Python and Google's Optimization Tools (OR-Tools) package for Python!
Jakcrimson / CBAALConsensus-Based Auction Algorithms Library
OllieBoyne / SslapAuction Algorithm for Sparse Linear Assignment Problems
wennboo / Distribution Auction Algorithm Based UAV Swarm Task AssignmentThe python code is provided for distribution-auction algorithm with connected networks and federal topology networks.
fbaeuerlein / AuctionAlgorithmBertsekas auction algorithm for asymmetric matrices with positive real coefficients (from 0 to 1; eg. MHT data association) - Multithreaded implementation (gauss-seidel) included in AuctionMT; works for dense matrices (Eigen) and sparse matrices (own implementation, might be changed soon)
erlingrj / Auction AcceleratorAn FPGA accelerator for the Auction algorithm used for data association in multiple object target tracking
iu-vail / IAuction AlgorithmFast task allocation (assignment) algorithm
EvanOman / AuctionAlgorithmScalaScala Implementation of Bertsekas' Auction Algorithm