ZQ1102118381 / Gale-ShapleyAlgorithm
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
- 硕士毕设,基于强化学习的足型机器人运动控制☆10Updated last month
- 采用RNN、LSTM、BP模型对股票数据进行预测☆14Updated 3 years ago
- Implementations of the Deep Q-Learning Algorithms for Auctions☆13Updated 10 months ago
- A Monte-Carlo simulator for Mobile Edge/Cloud Computing☆12Updated last year
- cartpole的多种控制方法(强化学习、自适应pid、粒子群)☆17Updated 6 years ago
- 线性规划-单纯形算法☆29Updated 6 years ago
- 运筹OR帷幄 强化学习学习小组☆24Updated 3 years ago
- 关于视频流行度预测算法和缓存算法☆13Updated 5 years ago
- DBN股票预测的,改的程序,加了训练方法和tensorboard可视化等☆27Updated 5 months ago
- 华为软件精英挑战赛2019,实时计算全图路况,每辆车在每个时刻(或隔几个时刻)根据自身信息生成自己的权重矩阵,利用SPFA算法动态规划路径☆9Updated 5 years ago
- Autonomous management of Cloudsim Plus environment with use of DQN☆8Updated 6 years ago
- 用强化学习来玩微信跳一跳☆18Updated 7 years ago
- 基于一个马尔可夫链的股票预测模型☆14Updated 4 years ago
- Simple Genetic Algorithms written by Python☆41Updated 5 years ago
- 算法工程师技术栈学习笔记☆15Updated 2 years ago
- 利用numpy实现rnn时间序列预测股票☆19Updated 5 years ago
- The Incremental Deployment Method of Segment Routing over an IPv6 (SRv6) Network Based on Graph Neural Network (GNN) and Multi-Agent Rein…☆10Updated last week
- 物流运输车辆调度☆28Updated 6 years ago
- test the taskscheduling using genetic algorithm☆7Updated 4 years ago
- ALSET Autonomous Vehicles with Full Self Driving Capabilities: Model S: A toy RC robot with arm and tracked wheels. Model X: a toy RC Ex…☆10Updated last year
- 與情预测股票☆11Updated 4 years ago
- 这是一个基于LSTM-RNN算法的线上金融股票价格走势预测的小项目,使用tensorflow框架实现。☆44Updated 6 years ago
- 使用深度强化学习解决视觉跟踪和视觉导航问题☆25Updated 3 years ago
- 使用pytorch构建深度强化学习模型DQN☆24Updated 7 years ago
- 智能供应链分析,对顾客用rfm模 型分类,用多种机器学习模型建模,进行欺诈订单预测,延迟发货预测,销售额预测,销售数量预测☆30Updated 4 years ago
- 一些利用pytorch编程实现的强化学习例子☆35Updated 5 years ago
- 阿里巴巴全球调度算法大赛 - 整数规划(列生成算法)☆19Updated 5 years ago
- Reinforcement Learning Algorithms Based on PyTorch☆18Updated 2 years ago
- 基于Deep Qlearning Network的股票交易模型☆55Updated 7 years ago
- Some multiagent deep reinforcement learning algorithms and its PyTorch implementation.☆11Updated 4 years ago