Results¶
- class archABM.results.Results(config: dict)[source]¶
Simulation history processing and export
- mkpath() → None[source]¶
Creates the path where the simulation results should be saved.
If the
directory
option is specified, another folder level is added to the path.
- write_person(person: archABM.person.Person) → None[source]¶
Appends a new row to the person state history.
- Parameters
person (Person) – person state to be saved
- write_place(place: archABM.place.Place) → None[source]¶
Appends a new row to the place state history.
- Parameters
place (Place) – place state to be saved