ropensci / nlrx

nlrx NetLogo R
https://docs.ropensci.org/nlrx
GNU General Public License v3.0
76 stars 12 forks source link

GenAlg/GenSA runaway process #56

Open maduprey opened 2 years ago

maduprey commented 2 years ago

Using NetLogo 6.2.0 on macOS and following the Wolf Sheep Predation example in the documentation, I've been getting a runaway process after invoking run_nl_dyn, regardless of added limits (e.g., iters = 10 for GenAlg, control=list(max.time = 600) for GenSA). The process has yet to terminate. (Note that I've been able to successfully run latin-hypercube simdesigns without issue.)

bitbacchus commented 2 years ago

@maduprey thank you for the bug report, I tested it on my machine and can confirm this bug. We'll have to dig deeper to figure out why this is not working.

maduprey commented 2 years ago

@bitbacchus Any progress on this issue?

all-the-way-down-turtles commented 1 year ago

I still have the same problem. Is there any update on this issue?