gottfriede / SFM-simulationLinks
SFM社会力模型单房间疏散场景仿真
☆7Updated 4 years ago
Alternatives and similar repositories for SFM-simulation
Users that are interested in SFM-simulation are comparing it to the libraries listed below
Sorting:
- 2019年 美赛 D题 人员疏散模型模拟☆39Updated 5 years ago
- 基于深度学习的共享单车预测与调度解决方案,使用神经网络构建单车需求量与时间段和地理画像的关联,预测不同区域单车需求量;使用蚁群算法规划最优单车调度路径。☆100Updated 6 years ago
- Multi-Exit Evacuation simulation; Rainbow DQN application☆15Updated 4 years ago
- Modelling crowd behaviour in panic sitations☆20Updated 6 years ago
- 配送路线优化系统,Web端项目,遗传算法+蚁群算法+多目标优化☆20Updated 5 years ago
- A crowd simulation library and user interface written in Java. Implements the Social Force Model of Helbing et al.☆18Updated 8 months ago
- 基于优化算法的人员应急疏散优化方案 | Optimization Plan for Emergency Evacuation of Personnel Based on Optimization Algorithm☆13Updated 9 months ago
- A Novel Network-Flow Model for Building Evacuation: Route Choices of Evacuees are Modeled with Herding Effect☆11Updated 9 months ago
- 使用四种基本启发式算法(模拟退火、禁忌搜索、遗传算法与蚁群算法)求解广义旅行商(广义TSP/GTSP)问题。☆64Updated 2 years ago
- Agent Based Fire Evacuation Model built using Project Mesa☆38Updated 2 years ago
- Agent based modeling of panicked crowds☆14Updated 7 years ago
- Crowd Simulation using Social Force Model☆12Updated 5 years ago
- 这是中国研究生数学建模大赛的C题,用于解决航班恢复的问题。程序首先建立了飞机,航班,客户,机场四个类用于模拟航班调度环境。之后应用遗传算法寻找最优的航班调度方案☆33Updated 6 years ago
- 遗传算法,是大学写论文的时候引用的算法,来解决社区配送人力/车力/路径优化的问题是☆20Updated 4 years ago
- 通过遗传算法求解物流配送路径问题☆177Updated 8 years ago
- 基于Dijkstra算法的武汉地铁路径规划☆10Updated 2 years ago
- 遗传算法路径规划及仿真☆51Updated 5 years ago
- This repo contains an Agent-based Evacuation Model developed in NetLogo. This model is tailored to near-filed tsunami evacuation (for cit…☆26Updated 4 years ago
- 基于遗传算法的应急路径规划☆22Updated 3 years ago
- 一个遗传算法实现,用于对一组GPS数据点进行线路规划,规划依据为线路路径最短。☆20Updated 2 years ago
- Haozhe-Wang / Pareto-Based-Arti-cial-Bee-Colony-Optimization-Algorithm-for-Multi-Objective-Land-Use-AllocationReference to A Knowledge-Informed and Pareto-Based Artificial Bee Colony Optimization Algorithm for Multi-Objective Land-Use Allocation (L…☆13Updated 5 years ago
- 基于元胞自动机的人员疏散模拟器(ICM2019_ProblemD)☆18Updated 4 years ago
- 部分关于车辆路径规划问题(Vehicle Routing Problem, VRP)的智能优化算法☆66Updated 3 years ago
- 毕设文章以及文中的MATLAB,以及那段时间帮同学们写的MATLAB编码。元胞自动机(Cellular Automata),遗传算法(Genetic Algorithm)。⬅↖⬆↗➡↘⬇↙↪↩🔄🧡💛💙💚💜🖤💕💞💖💝💥☆41Updated 5 years ago
- Deep reinforcement learning with a particle dynamics environment applied to emergency evacuation of a room with obstacles☆9Updated 3 years ago
- 多目标粒子群算法简单实现☆94Updated 6 years ago
- 基于卡口实时过车数据进行交通流量的实时预测分析,使用LSTM循环神经网络模型进行融合预测,准确率达到90%以上。☆55Updated 5 years ago
- 参考NSGA II 论文,并且进行复现