Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Divergent model state from desktop in links-heavy models #253

Open
LaCuneta opened this issue Jun 4, 2024 · 0 comments
Open

Divergent model state from desktop in links-heavy models #253

LaCuneta opened this issue Jun 4, 2024 · 0 comments
Labels

Comments

@LaCuneta
Copy link
Contributor

LaCuneta commented Jun 4, 2024

I've found a couple of models that generate a divergent state with desktop when run in web over a few hundred ticks. I suspect directed links are involved, as both models use them heavily, but I haven't been able to confirm that or get to a root cause.

Fish Tank Genetic Drift is a library model, but the other SIR_ABM is attached here. Running them with the below commands will generate the divergence:

  • Fish Tank Genetic Drift - random-seed 30281 setup ask n-of 10 turtles [ set infected? true ] repeat 550 [ go ]
  • SIR_ABM - random-seed 30281 setup repeat 550 [ go ]

I confirmed the divergence between NetLogo Web v2.11.3 (May 2024) and NetLogo 6.4.

NLW-divergent-state-models.zip

@LaCuneta LaCuneta added the bug label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant