-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
61,649 additions
and
52,117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# Agentpy - Agent-based modeling in Python | ||
|
||
Agentpy is a package for the development and analysis of agent-based models in Python. The packages is still in a very early stage of development. If you need help using Agentpy or want to contribute, feel free to write me via [email protected]. | ||
Agentpy is a package for the development and analysis of agent-based models in Python. The project is still in an early stage of development. If you need help or want to contribute, feel free to write me via [email protected]. | ||
|
||
**Main features:** | ||
|
||
- Design of agent-based models with complex procedures. | ||
- Creation of custom agent types, environments, and networks. | ||
- Design of models with complex procedures and multiple environments. | ||
- Standard operators can be used on whole groups of agents simultaneously. | ||
- Container classes for operations on groups of agents and environments. | ||
- Experiments with repeated iterations, large parameter samples, and distinct scenarios. | ||
- Output data that can be saved, loaded, and re-arranged for further analysis. | ||
- Tools for sensitivity analysis, interactive output, animations, and visualization. | ||
- Output data that can be saved, loaded, and transformed for further analysis. | ||
- Tools for sensitivity analysis, interactive output, animations, and plots. | ||
|
||
**Documentation:** https://agentpy.readthedocs.io | ||
|
||
**Tutorials:** https://agentpy.readthedocs.io/en/latest/tutorials.html | ||
**Model library:** https://agentpy.readthedocs.io/en/latest/models.html | ||
|
||
**Requirements:** Python 3, NumPy, scipy, matplotlib, networkx, pandas, SALib, and ipywidgets. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.