DataSim documentationΒΆ
This library provides a framework for generating data by running simulations.
|
A numeric or string value used to initialise a simulation run. |
|
Base class for saving data and updating data for plots to be made on a dashboard. |
|
Abstract superclass of different types of data to save and/or plot. |
|
Data with x and y values as float. |
|
Data with named categories with float values. |
|
Data with Numpy array as source. |
|
Data source from watching the amount of a |
|
Data source from watching the size of a |
|
Data source from watching the state of an |
|
An entity in the simulation world. |
|
The current behavior state of an |
Abstract class to show and store the state and results of the simulation. |
|
Simple/fastest output without dashboard: only stores data. |
|
|
Representation of a custom quantity that can be automatically saved and plotted. |
|
A queue for entities to wait for resource availability. |
|
Representation of a resource in the simulation. |
|
State in which an Entity is using a |
|
Main simulation runner for DataSim. |
|
The result of a resource usage attempt. |
|
The type of plot to render. |
|
Defines the options for plotting a Data. |
|
The result of a resource usage attempt. |
|
Abstract base class for the simulation world. |