Behaviour space in Netlogo crashes when using extension R -


i making simulation netlogo , extension r. have made supply chain model, have distributors , consumers. consumers provide orders distributors , distributors forecast future demand , places orders suppliers in advance fulfill market demand. forecast implemented extension r (https://ccl.northwestern.edu/netlogo/docs/r.html) calling elmnn package. model works fine when using "go". however, when want conduct experiments using behavior space, keep getting errors. if set few ticks behavior space, model works fine. when want launch few hundred ticks behavior space keeps crashing. example, "extension exception: error in r-extension: error in eval, operator invalid atomic vector", "extension exception: error in r-extension: error in eval: cannot have attributes on charsxp". behavior crashes without error.

i assume errors related computability issues between netlogo, r, r extension , java. using netlogo 5.3.1, 64-bit; r-3.3.3 64-bit; rjava 0.9-8.

model example: https://www.youtube.com/watch?v=zjqppbgj0a8

a similar question posted previously, has no answer: netlogo behaviorspace crashing when using r extension

the problem programming style, not suitable behavior space. behavior space supports parallel programming due variables rewritten new information in process. when set simultaneous runs in parallel 1 in behavior space fine.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -