This website requires JavaScript.
Explore
Help
Sign In
balkian
/
soil
Watch
1
Star
0
Fork
0
You've already forked soil
mirror of
https://github.com/gsi-upm/soil
synced
2024-11-14 15:32:29 +00:00
Code
Issues
Releases
Wiki
Activity
d1006bd55c
soil
/
requirements.txt
11 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
WIP: exporters
2019-04-26 17:22:45 +00:00
nxsim>=0.1.2
requirements added for faster install, settings separated in JSON file, now is possible to run different agent simulations at a time
2017-04-26 09:17:50 +00:00
simpy
Added history class Now the environment does not deal with history directly, it delegates it to a specific class. The analysis also uses history instances instead of either using the database directly or creating a proxy environment. This should make it easier to change the implementation in the future. In fact, the change was motivated by the large size of the csv files in previous versions. This new implementation only stores results in deltas, and it fills any necessary values when needed.
2018-05-04 08:01:49 +00:00
networkx>=2.0
requirements added for faster install, settings separated in JSON file, now is possible to run different agent simulations at a time
2017-04-26 09:17:50 +00:00
numpy
WIP soil * Pandas integration * Improved environment * Logging and data dumps * Tests * Added Finite State Machine models * Rewritten ipython notebook and documentation
2017-06-20 15:45:43 +00:00
matplotlib
pyyaml
WIP: exporters
2019-04-26 17:22:45 +00:00
pandas>=0.23
scipy>=1.2
SALib>=1.3
Jinja2
Reference in New Issue
Copy Permalink