astroud3 Posted June 26, 2015 Posted June 26, 2015 I assign a new state value after the entity leaves each server, and I need to keep those values. In a single run, I use the state observation log to track the value through the simulation. Is there a way to do that for an experiment? So I can repeat the run 100 times, and have the state value at each server for each run? Thank you!!
dsturrock Posted June 26, 2015 Posted June 26, 2015 Logs are currently limited to interactive runs. If you want to keep observational information across replications, then you should probably use one of the Write* steps to write custom data to a file.
Recommended Posts