You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
random-seed 30281 setup ask n-of 10 turtles [ set infected? true ] repeat 550 [ go ]
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
The text was updated successfully, but these errors were encountered: