INET-Complexity / isle

11 stars 20 forks source link

Logger object implemented #97

Closed x0range closed 5 years ago

x0range commented 5 years ago
x0range commented 5 years ago

Implemented reloading of logger objects and mirroring from ensemble.py. Untested (but should work).

jsabuco commented 5 years ago

For consistency with ensemble.py we should try to save the results of a single replication in the same way. That would imply to create a logger object in start.py and call it in a similar manner.

Right now to save a single replication, the the logger object is created and called from insurancesimulation.py, not having then a clear separation between simulation and data collection.

I guess that would leave the method finalize in insurancesimulation.py obsolete.