1
0
mirror of https://github.com/gsi-upm/soil synced 2024-11-14 15:32:29 +00:00
soil/soil/agents
J. Fernando Sánchez 9749f4ca14 Fix multithreading
Multithreading needs pickling to work.
Pickling/unpickling didn't work in some situations, like when the
environment_agents parameter was left blank.
This was due to two reasons:

1) agents and history didn't have a setstate method, and some of their
attributes cannot be pickled (generators, sqlite connection)
2) the environment was adding generators (agents) to its state.

This fixes the situation by restricting the keys that the environment exports
when it pickles, and by adding the set/getstate methods in agents.

The resulting pickles should contain enough information to inspect
them (history, state values, etc), but very limited.
2018-12-09 16:58:49 +01:00
..
__init__.py Fix multithreading 2018-12-09 16:58:49 +01:00
BassModel.py Improved docs 2017-10-19 18:06:33 +02:00
BigMarketModel.py Improved docs 2017-10-19 18:06:33 +02:00
CounterModel.py Added history class 2018-05-04 10:01:49 +02:00
DrawingAgent.py Parallelism and granular exporting options 2017-11-01 14:44:46 +01:00
IndependentCascadeModel.py WIP soil 2017-07-03 18:17:52 +02:00
ModelM2.py Improved docs 2017-10-19 18:06:33 +02:00
SentimentCorrelationModel.py Python3.7, testing and bug fixes 2018-12-08 18:53:06 +01:00
SISaModel.py All tests pass 2018-12-08 18:17:21 +01:00