I wish to store record the output of a `NetLogo` simulation run in two ways:


   1. Output of some functions at the end of the simulation creating a 
   single `.csv` for all simulation runs.(This is fairly easy to accomplish)
   2. Output of some variables of an agentset at the end of each tick and 
   store the values in a separate `.csv` for each simulation.

I don't know how to create a separate `.csv` for each simulation run and 
also accomplish the two at the same time.

In terms of the efficiency, while recording the data at each tick, does 
NetLogo write to `.csv` directly or stores in memory and writes once in the 
end?

*Note:* I run the simulations on `HPC` using behavior space.

*Tries:*


   1. Using `RNetLogo` I can accomplish this, but it is too slow due to the 
   inherent time in data transfer between `R` and `NetLogo`. Also, running 
   NetLogo in parallel from `R` seems difficult to do
   2. Tried writing an if condition in reporter tab in behavior space GUI, 
   doesn't work. It seems allow only reporters.



  

  

-- 
You received this message because you are subscribed to the Google Groups 
"netlogo-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to