A Lookahead Behavior Model for Multi-Agent Hybrid Simulation
Authored by Mei Yang, Yong Peng, Ru-Sheng Ju, Xiao Xu, Quan-Jun Yin, Ke-Di Huang
Date Published: 2017
DOI: 10.3390/app7101095
Sponsors:
Chinese National Natural Science Foundation
Platforms:
No platforms listed
Model Documentation:
Other Narrative
Pseudocode
Model Code URLs:
Model code not found
Abstract
In the military field, multi-agent simulation (MAS) plays an important
role in studying wars statistically. For a military simulation system,
which involves large-scale entities and generates a very large number of
interactions during the runtime, the issue of how to improve the running
efficiency is of great concern for researchers. Current solutions mainly
use hybrid simulation to gain fewer updates and synchronizations, where
some important continuous models are maintained implicitly to keep the
system dynamics, and partial resynchronization (PR) is chosen as the
preferable state update mechanism. However, problems, such as
resynchronization interval selection and cyclic dependency, remain
unsolved in PR, which easily lead to low update efficiency and infinite
looping of the state update process. To address these problems, this
paper proposes a lookahead behavior model (LBM) to implement a PR-based
hybrid simulation. In LBM, a minimal safe time window is used to predict
the interactions between implicit models, upon which the
resynchronization interval can be efficiently determined. Moreover, the
LBM gives an estimated state value in the lookahead process so as to
break the state-dependent cycle. The simulation results show that,
compared with traditional mechanisms, LBM requires fewer updates and
synchronizations.
Tags
Agent-based modeling
discrete event simulation
Time advance mechanism
State update mechanism
Time window