UNPKG

agentscape

Version:

Agentscape is a library for creating agent-based simulations. It provides a simple API for defining agents and their behavior, and for defining the environment in which the agents interact. Agentscape is designed to be flexible and extensible, allowing

7 lines (6 loc) 338 B
import AgentSet from './AgentSet'; import LinkedList from './LinkedList'; import CellGrid, { type CellGridConstructor } from './CellGrid'; import FixedQueue from './FixedQueue'; import Graph, { GraphNode, GraphEdge } from './Graph'; export { AgentSet, CellGrid, CellGridConstructor, FixedQueue, LinkedList, Graph, GraphNode, GraphEdge };