Hi guys, may I ask you?

Is there any archived API Documentation with examples for NetLogo version 
5.3.1?
It would really help me. I would use NL v6 it looks good to me, but I am 
struggling heavily with R extension which is not yet updated.


And if you guys, could give me some advice, I would be grateful.
Situation is following: 
I need to run NL in parallel and each instance needs to use own R instance 
for computations...
For parallel launching I used parsuply in R, with RNetLogo package to setup 
simulation and obtain results.
(not usable for NL 6 since RNetLogo is also outdated uses old syntach for 
reading lists with "?")

Seems my only option is to use older NetLogo, BUT It seems my code is too 
complicated, or Netlogo executed within R that tries to load R extension is 
too much to handle.
When loading even a single model through R, loading freezes, model never 
opens, and window of NL stucks "on the halfway".

Launching over R is not possible, so I hope that launching it with Java may 
be good idea but I can not make it work with 5.3.1 (the reason why I need 
doc with examples).
Here is my simple code for parallel launching with NL 6.0 if you are 
interested, it may helps someone.
https://git.kpi.fei.tuke.sk/marcel.volosin/NLRunner

And now question. Is there any more elegant way to run parallel instances 
with each using R?

Thanks a lot for reading my post, and maybe some advices.
marcel

-- 
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