ExperimentDataCollector

constructor(model: Model, autoAttach: Boolean = true)

Parameters

model

the model to observe

autoAttach

true indicates that the collector will automatically be attached as an observer on the model when created. If the collector is not automatically attached then the startObserving() function needs to be called before running the model.