ZQ1102118381 / Gale-ShapleyAlgorithmLinks
Python版本 盖尔-沙普利算法:为了寻找一个稳定匹配而设计出的市场机制,对于市场的一方A有m个对象 另一方市场B有n个对象,A中的每个人会对B中的人有一个好感度排名,B也会有相应的排名 市场一方的对象 Ai,i=1,2,...,m 向另一方的对象 Bj,j=1,2,...,n 发出邀约,每个 Bj 会对接到的邀约进行比较,保留自己认为最好的,拒绝其它的。邀约被拒绝 的 Ai 继续 向其它的 Bj 发出新的邀约,直到没有 Ai 希望再发出邀约为止。此时各 Bj 才最终接受 各自保留的邀约。该算法的一个关键之处在于,合意的邀约不会立即被接受,而只是暂时保 留不被拒绝,也就是 “延迟接受”。 注意:本算法不保证每个人都能找到相应的匹配,而是找到最稳定的匹配,即在双方这里 都没有办法…
☆9Updated 5 years ago
Alternatives and similar repositories for Gale-ShapleyAlgorithm
Users that are interested in Gale-ShapleyAlgorithm are comparing it to the libraries listed below
Sorting:
- 硕士毕设,基于强化学习的足型机器人运动控制☆11Updated 7 months ago
- test the taskscheduling using genetic algorithm☆7Updated 5 years ago
- CloudSim Example with Round Robin Data center broker & Round Robin Vm Allocation Policy with Circular Hosts List☆16Updated 2 years ago
- A Monte-Carlo simulator for Mobile Edge/Cloud Computing☆12Updated last year
- A hybrid genetic and simulated annealing algorithm in solving the knapsack 0-1 problem☆23Updated 6 years ago
- Implementations of the Deep Q-Learning Algorithms for Auctions☆13Updated last year
- 《深度强化学习:原理与实践》,Code of the book <Deep Reinforcement Learning: Principles and Practices>☆187Updated 6 years ago
- ☆45Updated 5 years ago
- 关于视频流行度预测算法和缓存算法☆14Updated 6 years ago
- [动手学强化学习]系列,基于pytorch。☆55Updated 4 years ago
- ☆20Updated 7 years ago
- Reinforcement learning environment for job scheduling written in python.☆25Updated 5 years ago
- 本项目以一个可视化配置的、以AgentRL为核心的强化学习框架,实现30分钟上手AgentRL 编程。后续增加AgentRL和本地Agent、MCP、A2A相关特性。☆74Updated 2 weeks ago
- 这是一个学习强化学习基础原理的仓库,主要包括了《深入浅出强化学习原理入门》书中一些例子和课后作业的代码☆263Updated 6 years ago
- 线性规划-单纯形算法☆31Updated 6 years ago
- Auction Management System with Online Bidding (Capstone Project)☆15Updated 6 years ago
- 一些利用pytorch编程实现的强化学习例子☆36Updated 6 years ago
- Co-Authorship Network using DBLP data for NTU Network Science Course Project☆17Updated 2 years ago
- Deep reinforcement learning for resource managment and job schedule. it is inspired by deeprm model and I will implement for in practica…☆12Updated 6 years ago
- Small Profits and Quick Returns: An Incentive Mechanism Design for Crowdsourcing under Continuous Platform Competition,☆31Updated 3 years ago
- 基于Deep Qlearning Network的股票交易模型☆56Updated 8 years ago
- reinforcement learning for tsp by pointer network☆30Updated 8 years ago
- 疾病预测分析系统旨在利用现代数据分析技术和机器学习算法,帮助医疗机构和研究人员对疾病的发生和发展进行预测和分析,从而提高疾病防控和治疗的效率。该系统主要包括数据收集与处理、模型训练与评估、以及预测结果展示等模块。☆13Updated last year
- 使用pytorch构建深度强化学习模型DQN☆26Updated 7 years ago
- 基于深度强化学习的资源调度研究☆89Updated 7 years ago
- The second competition for AITrans.☆10Updated 5 years ago
- Bayes-Nash equilibrium computation of combinatorial auctions☆14Updated 3 years ago
- Multi-objective reinforcement learning deals with finding policies for tasks where there are multiple distinct criteria to optimize for. …☆22Updated 6 years ago
- Evolutionary algorithms, alternative to Reinforcement Learning☆38Updated 2 years ago
- ☆29Updated 6 years ago