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 6 months ago
- 基于Deep Qlearning Network的股票交易模型☆55Updated 8 years ago
- MODPSO code for paper "Complex Network Clustering by Multiobjective Discrete Particle Swarm Optimization Based on Decomposition"☆13Updated 5 years ago
- Simple Genetic Algorithms written by Python☆42Updated 5 years ago
- Implementations of the Deep Q-Learning Algorithms for Auctions☆13Updated last year
- 使用深度强化学习解决视觉跟踪和视觉导航问题☆25Updated 4 years ago
- A hybrid genetic and simulated annealing algorithm in solving the knapsack 0-1 problem☆23Updated 6 years ago
- 这是中国研究生数学建模大赛的C题,用于解决航班恢复的问题。程序首先建立了飞机,航班,客户,机场四个类用于模拟航班调度环境。之后应用遗传算法寻找最优的航班调度方案☆33Updated 6 years ago
- coach的rl练习,主要有q_learning,sarsa,REINFORCE,DQN,Actor-Critic,DDPG,使用tensorflow2.0编写☆9Updated 5 years ago
- [动手学强化学习]系列,基于pytorch。☆55Updated 4 years ago
- ☆45Updated 5 years ago
- 贝叶斯网络对设备故障进行识别+设备状态的模糊评价☆9Updated 5 years ago
- Implementation and simulation of double auction mechanisms☆11Updated 4 years ago
- Fuzzy Deep Reinforcement Learning for autoscaling on clouds☆9Updated 4 years ago
- Alignment成为GPT类大模型微调的必须环节,深度强化学习是Alignment的核心。本项目是一个支持非gym环境训练、支持可视化配置的深度强化学习应用编程框架,30分钟上手强化学习编程。☆73Updated 2 years ago
- 與情预测股票☆12Updated 4 years ago
- ☆20Updated 7 years ago
- 线性规划-单纯形算法☆31Updated 6 years ago
- A Monte-Carlo simulator for Mobile Edge/Cloud Computing☆12Updated last year
- Predicting stock value☆22Updated 6 years ago
- 住房月租金预测大数据赛TOP1☆29Updated 6 years ago
- 智能供应链分析,对顾客用rfm模型分类,用多种机器学习模型建模,进行欺诈订单预测,延迟发货预测,销售额预测,销售数量预测☆33Updated 4 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
- 2018中国研究生数学建模竞赛F题☆13Updated 6 years ago
- Implementing Algorithms for Computing Stackelberg Equilibria in Security Games☆42Updated 8 years ago
- 用python实现简单的遗传算法☆114Updated 8 years ago
- Two multi-objective algorithms with multiple test function options☆11Updated 7 years ago
- 研究生数学建模比赛-航班登机口分配☆16Updated 6 years ago
- DBN股票预测的,改的程序,加了训练方法和tensorboard可视化等☆26Updated 9 months ago
- 利用强化学习预测股价变化☆22Updated 8 years ago