Emergent
is a Python-based framework for simulating and analyzing agent-based models on graph structures. The framework is designed for flexibility, allowing users to define custom behaviors, parameters, and convergence criteria.
-
src/
: Contains the source code for theemergent
package.emergent/
: The core module implementing agent-based simulations.
-
docs/
: External-facing documentation for end users.- Includes user guides, API references, and examples.
-
tests/
: Contains unit tests for ensuring code quality and correctness.utils/
: Utilities for testing shared across multiple test files.
We welcome contributions to emergent
! Please read the contribution guide file for detailed guidelines on how to contribute to the project.
This project is licensed under the MIT License. See our license for more details.
For detailed usage instructions, visit the documentation.