Computational Model Library

Displaying 10 of 1034 results for "Bin-Tzong Chi" clear search

The Mobility Transition Model (MoTMo) is a large scale agent-based model to simulate the private mobility demand in Germany until 2035. Here, we publish a very much reduced version of this model (R-MoTMo) which is designed to demonstrate the basic modelling ideas; the aim is by abstracting from the (empirical, technological, geographical, etc.) details to examine the feed-backs of individual decisions on the socio-technical system.

Auroa Shooting Model

Roy Lee Hayes Reginald Lee Hayes | Published Friday, October 25, 2013

On July 20th, James Holmes committed a mass shooting in a midnight showing of The Dark Knight Rises. The Aurora Colorado shooting was used as a test case to validate this framework for modeling mass shootings.

EMMIT is an end-user developed agent-based simulation of malaria transmission. The simulation’s development is a case study demonstrating an approach for non-technical investigators to easily develop useful simulations of complex public health problems. We focused on malaria transmission, a major global public health problem, and insecticide resistance (IR), a major problem affecting malaria control. Insecticides are used to reduce transmission of malaria caused by the Plasmodium parasite that is spread by the Anopheles mosquito. However, the emergence and spread of IR in a mosquito population can diminish the insecticide’s effectiveness. IR results from mutations that produce behavioral changes or biochemical changes (such as detoxification enhancement, target site alterations) in the mosquito population that provide resistance to the insecticide. Evolutionary selection for the IR traits reduces the effectiveness of an insecticide favoring the resistant mosquito population. It has been suggested that biopesticides, and specifically those that are Late Life Acting (LLA), could address this problem. LLA insecticides exploit Plasmodium’s approximate 10-day extrinsic incubation period in the mosquito vector, a delay that limits malaria transmission to older infected mosquitoes. Since the proposed LLA insecticide delays mosquito death until after the exposed mosquito has a chance to produce several broods of offspring, reducing the selective pressure for resistance, it delays IR development and gives the insecticide longer effectivity. Such insecticides are designed to slow the evolution of IR thus maintaining their effectiveness for malaria control. For the IR problem, EMMIT shows that an LLA insecticide could work as intended, but its operational characteristics are critical, primarily the mean-time-to-death after exposure and the associated standard deviation. We also demonstrate the simulation’s extensibility to other malaria control measures, including larval source control and policies to mitigate the spread of IR. The simulation was developed using NetLogo as a case study of a simple but useful approach to public health research.

GenoScope

Kristin Crouse | Published Wednesday, May 29, 2024

Identifying how organisms respond to environmental stressors remains of central importance as human impacts continue to shift the environmental conditions for countless species. Some mammals are able to mitigate these environmental stressors at the cellular level, but the mechanisms by which cells are able to do this and how these strategies vary among species is not well understood. At the cellular level, it is difficult to identify the temporal dynamics of the system through empirical data because fine-grained time course samples are both incomplete and limited by available resources. To help identify the mechanisms by which animal cells mitigate extreme environmental conditions, we propose an agent-based model to capture the dynamics of the system. In the model, agents are regulatory elements and genes, and are able to impact the behaviors of each other. Rather than imposing rules for these interactions among agents, we will begin with randomized sets of rules and calibrate the model based on empirical data of cellular responses to stress. We will apply a common-garden framework to cultured cells from 16 mammalian species, which will yield genomic data and measures of cell morphology and physiology when exposed to different levels of temperature, glucose, and oxygen. These species include humans, dolphins, bats, and camels, among others, which vary in how they respond to environmental stressors, offering a comparative approach for identifying mechanistic rules whereby cells achieve robustness to environmental stressors. For calibration of the model, we will iteratively select for rules that best lead to the emergent outcomes observed in the cellular assays. Our model is generalized for any species, any cell type, and any environmental stressor, offering many applications of the model beyond our study. This study will increase our understanding of how organisms mitigate environmental stressors at the cellular level such that we can better address how organisms are impacted by and respond to extreme environmental conditions.

An Agent-Based Model of Space Settlements

Anamaria Berea | Published Wednesday, August 09, 2023 | Last modified Wednesday, November 01, 2023

Background: Establishing a human settlement on Mars is an incredibly complex engineering problem. The inhospitable nature of the Martian environment requires any habitat to be largely self-sustaining. Beyond mining a few basic minerals and water, the colonizers will be dependent on Earth resupply and replenishment of necessities via technological means, i.e., splitting Martian water into oxygen for breathing and hydrogen for fuel. Beyond the technical and engineering challenges, future colonists will also face psychological and human behavior challenges.
Objective: Our goal is to better understand the behavioral and psychological interactions of future Martian colonists through an Agent-Based Modeling (ABM simulation) approach. We seek to identify areas of consideration for planning a colony as well as propose a minimum initial population size required to create a stable colony.
Methods: Accounting for engineering and technological limitations, we draw on research regarding high performing teams in isolated and high stress environments (ex: submarines, Arctic exploration, ISS, war) to include the 4 NASA personality types within the ABM. Interactions between agents with different psychological profiles are modeled at the individual level, while global events such as accidents or delays in Earth resupply affect the colony as a whole.
Results: From our multiple simulations and scenarios (up to 28 Earth years), we found that an initial population of 22 was the minimum required to maintain a viable colony size over the long run. We also found that the Agreeable personality type was the one more likely to survive.
Conclusion We developed a simulation with easy to use GUI to explore various scenarios of human interactions (social, labor, economic, psychological) on a future colony on Mars. We included technological and engineering challenges, but our focus is on the behavioral and psychological effects on the sustainability of the colony on the long run. We find, contrary to other literature, that the minimum number of people with all personality types that can lead to a sustainable settlement is in the tens and not hundreds.

The model is based on the influence function of the Leviathan model (Deffuant, Carletti, Huet 2013 and Huet and Deffuant 2017) with the addition of group idenetity. We aim at better explaining some patterns generated by this model, using a derived mathematical approximation of the evolution of the opinions averaged.

We consider agents having an opinion/esteem about each other and about themselves. During dyadic meetings, agents change their respective opinion about each other, and possibly about other agents they gossip about, with a noisy perception of the opinions of their interlocutor. Highly valued agents are more influential in such encounters. Moreover, each agent belongs to a single group and the opinions within the group are attracted to their average.

We show that a group hierarchy can emerges from this model, and that the inequality of reputations among groups have a negative effect on the opinions about the groups of low status. The mathematical analysis of the opinion dynamic shows that the lower the status of the group, the more detrimental the interactions with the agents of other groups are for the opinions about this group, especially when gossip is activated. However, the interactions between agents of the same group tend to have a positive effect on the opinions about this group.

In the consumer advice network, users with connections can interact with each other, and the network topology will change during the opinion interaction. When the opinion distance from i to j is greater than the confidence threshold, the two consumers cannot exchange opinions, and the link between them will disconnect with probability DE. Then, a link from node i to node k is established with probability CE and node i learning opinion from node k.

Peer reviewed MGA - Minimal Genetic Algorithm

Cosimo Leuci | Published Tuesday, September 03, 2019 | Last modified Thursday, January 30, 2020

Genetic algorithms try to solve a computational problem following some principles of organic evolution. This model has educational purposes; it can give us an answer to the simple arithmetic problem on how to find the highest natural number composed by a given number of digits. We approach the task using a genetic algorithm, where the candidate solutions to the problem are represented by agents, that in logo programming environment are usually known as “turtles”.

This is a variant of the PaleoscapeABM model available here written by Wren and Janssen. In this variant, we give projectile weapons to hunter and document where they discard them over time. Discard rate and location are influenced by probabilities of hitting/missing the prey, probabilities of damaging the weapon, and probabilities of carrying back embedded projectile armatures to the habitation camp with the body carcass.

In an associated paper which focuses on analyzing the structure of several egocentric networks of collective awareness platforms for sustainable innovation (CAPS), this model is developed. It answers the question whether the network structure is determinative for the sustainability of the created awareness. Based on a thorough literature review a model is developed to explain and operationalize the concept of sustainability of a social network in terms of importance, effectiveness and robustness. By developing this agent-based model, the expected outcomes after the dissolution of the CAPS are predicted and compared with the results of a network with the same participants but with different ties. Twitter data from different CAPS is collected and used to feed the simulation. The results show that the structure of the network is of key importance for its sustainability. With this knowledge and the ability to simulate the results after network changes have taken place, CAPS can assess the sustainability of their legacy and actively steer towards a longer lasting potential for social innovation. The retrieved knowledge urges organizations like the European Commission to adopt a more blended approach focusing not only on solving societal issues but on building a community to sustain the initiated development.

Displaying 10 of 1034 results for "Bin-Tzong Chi" clear search

This website uses cookies and Google Analytics to help us track user engagement and improve our site. If you'd like to know more information about what data we collect and why, please see our data privacy policy. If you continue to use this site, you consent to our use of cookies.
Accept