Wednesday, March 19, 2014

Day 22 : Graphs!

I have been gone for a while. This duration, I made a lot of changes, and now the result I have currently looks like the following.

Few days ago, it started getting in shape, a basic, 10-node network based on 3-node seed network looked like this.

Then, increasing the number of nodes to 500 resulted in this.
Clearly, it's lacking in the number of connections being formed, as opposed to normal PA models tht do not have any connection forming criteria. However, I tried to increase the number of connections, and got something like this for the same number of nodes
The sudden shift and spike in number of connections is clear, but the second peak is against the nature, so I reverted back, and tried a different approach. While the above model used random number of connections for the incoming nodes, I tried with (seed/2) number of connections instead. And it yielded in the following result for 150 nodes,
And for 700 nodes, it looked like

Now, again, I will be away for the weekend, but the new tests should yield results when I resume with the simulations next week.
So Long.

No comments:

Post a Comment