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 • 320 B
JavaScript
import AgentSet from './AgentSet';
import LinkedList from './LinkedList';
import CellGrid from './CellGrid';
import FixedQueue from './FixedQueue';
import Graph, { GraphNode, GraphEdge } from './Graph';
export { AgentSet, CellGrid, FixedQueue, LinkedList, Graph, GraphNode, GraphEdge };
//# sourceMappingURL=index.js.map