Skip to content

Agent-based modeling (ABM) framework for Wren applications

License

Notifications You must be signed in to change notification settings

chances/wren-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wren-agents

Agent-based modeling (ABM) framework for Wren applications.

An agent-based (or individual-based) model is a computational simulation of autonomous agents that react to their environment (including other agents) given a predefined set of rules [1]. Many real-world emergent behaviors given simple agent interactions can only be captured in an agent-based model.

Features

  • Base-class library (BCL) to create agent-based models
  • Space base-class to represent the area agents occupy, including these implementations:
    • Grid - 2D areas of a given size
    • Graph - Network of agents

Prior Art

License

MIT License

Copyright © 2024 Chance Snow. All rights reserved.

About

Agent-based modeling (ABM) framework for Wren applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages