#
mesa
Here are 106 public repositories matching this topic...
Advanced DRI Configurator
-
Updated
Sep 23, 2020 - C++
NeurIPS’20 | Build powerful ensemble class-imbalanced learning models via meta-knowledge-powered resampler. | 设计元知识驱动的采样器解决类别不平衡问题
ensemble
class-imbalance
ensemble-model
imbalanced-data
mesa
imbalanced-learning
ensemble-machine-learning
imbalance-classification
meta-learning-algorithms
imbalanced-learn
meta-sampler
meta-training
-
Updated
Dec 23, 2021 - Jupyter Notebook
B2MML is an XML implementation of the ANSI/ISA-95, Enterprise-Control System Integration, family of standards (ISA-95), known internationally as IEC/ISO 62264. B2MML consists of a set of XML schemas written using the World Wide Web Consortium's XML Schema language (XSD) that implement the data models in the ISA-95 standard.
-
Updated
Nov 13, 2020
Disease propagation ABM generating SIR, severe cases, and R0 over quasi-time.
-
Updated
Apr 18, 2020 - Python
Implementation of a library of double precision operations in pure GLSL 1.30 for GPU using bit twiddling operations and integer math.
-
Updated
Oct 20, 2017
Library of python routines to read MESA ouput files and plot MESA quantites
-
Updated
Dec 14, 2021 - Python
Agent Based Fire Evacuation Model built using Project Mesa
abm
python3
agent-based-modeling
fire-simulation
mesa
agent-based-simulation
project-mesa
fire-evacutation
-
Updated
Mar 12, 2022 - Python
Allows python to interface with MESA
-
Updated
Aug 13, 2020 - Python
A C# .NET class library containing an implementation of the MESA International standards B2MML and BatchML.
-
Updated
Jan 9, 2018 - C#
Shader compiler for Nintendo Switch, targeting the deko3d API (based on mesa/nouveau sources)
-
Updated
Mar 12, 2022 - C++
MLvolve is a agent based simulation of AI Research.
-
Updated
Jul 16, 2020 - Python
A Mesa-based ABM library for epidemiological (SIR) modeling.
agent-based-modeling
epidemiology
mesa
agent-based-simulation
sir-model
agent-based-model
project-mesa
covid
covid19
-
Updated
Apr 2, 2020 - Python
Freeway Traffic Simulation using the Nagel–Schreckenberg cellular automaton model and Agent-Based-Modelling
-
Updated
Apr 13, 2018 - Python
A simple generative world in Mesa, complete with a rudimentary weather model.
-
Updated
Jan 30, 2020 - Jupyter Notebook
A port of the ants simulation to Mesa agent-based modeling framework in Python
-
Updated
Oct 18, 2020 - Jupyter Notebook
An agent-based model (with a web simulation) for Guizhou "golden" monkey population and movements using the Mesa Python framework; thesis project + human/GTGP expansion; Summer 2018-Winter 2019
python
master-thesis
matplotlib
agent-based-modeling
random-walk
animal-movement
mesa
population-model
agent-based-model
-
Updated
Mar 22, 2020 - Python
Teoria de juegos evolutivos machos fieles y atorrantes hembras faciles y esquivas
simulation
simulation-environment
simulation-framework
game-theory
artificial-life
agent-based-modeling
complex-systems
netlogo
spatial-models
repast
mason
mesa
complexity-analysis
modeling-agents
dawkins
agent-based-simulation
evolutionary-game-theory
hawk-dove
prisoner-s-dilemma
maynard-smith
-
Updated
Dec 30, 2019 - JavaScript
Go structs for the MESA International standards B2MML and BatchML. Ported from the C# B2MML.NET Library
-
Updated
May 9, 2017 - Go
Modified version of virglrenderer for Android.
-
Updated
Sep 21, 2021 - C
A cellular automata model of chemical diffusion
-
Updated
Jun 29, 2020 - Python
Improve this page
Add a description, image, and links to the mesa topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mesa topic, visit your repo's landing page and select "manage topics."
Currently, it uses up all the CPUs available in a system. This causes complication with the tutorial for Windows, where a nasty workaround is needed for
multiprocessing(i.e. thefreeze_support).Then, if
number_processesis > 1 and on Windows, we show a warning that tells user to addfreeze_support()(we pre-emptively tell the user of this issue instead of waiting for it to happen). Th