Thanks Seth. I see now, after looking at the link you posted, that the minimal models didn't call clear-all or clear-globals, while the complicated model, because it was originally written for an earlier version of NetLogo, got __clear-all-and-reset-ticks inserted into setup.
I'm not sure yet whether the link explains what I was seeing when I ran the complicated model in behavior space, but it provides context that will help me figure it out. Is there any possibility that I would break something if I took out __clear-all-and-reset-ticks and added clear-all and reset-ticks at the beginning and end of setup, as suggested by the comment that came with __clear-all-and-reset-ticks? (The complicated model starts from code written by someone else a while ago, and I probably have a clear understanding of only about half of it at this point.) On Sunday, October 12, 2014 11:26:59 AM UTC-5, Seth Tisue wrote: > > >>>>> "Marshall" == Marshall Abrams <mars...@logical.net <javascript:>> > writes: > > Marshall> I'm now not sure about my original claim that globals inherit > Marshall> from earlier runs. I'm getting this behavior in a minimal > Marshall> model, but don't seem to be getting it consistently in a more > Marshall> complicated model. I'm not sure what the difference is. > > see https://github.com/NetLogo/NetLogo/issues/105 > > Seth > -- 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 netlogo-devel+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.