Fully Connected Network Benchmark
No preview image
Model was written in NetLogo 4.0.2
•
Viewed 272 times
•
Downloaded 34 times
•
Run 2 times
Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)
Comments and Questions
Please start the discussion about this model!
(You'll first need to log in.)
Click to Run Model
globals [result] to benchmark random-seed 5894712 reset-timer setup repeat 100 [ go ] set result timer end to setup clear-all set-default-shape turtles "circle" cro 1000 [ fd max-pxcor ] ask turtle 999 [ create-links-with other turtles [ hide-link ] ] end to go repeat 100 [ ask turtle 999 [ ask link-with one-of link-neighbors [ set color color + 1 ] ] ] tick end
There are 3 versions of this model.
Attached files
No files
This model does not have any ancestors.
This model does not have any descendants.