After spending a week tweaking and tinkering, it finally looks better. I have the graphs for the frequency of of the agents with which they make connection. In simpler terms, this is what we get if we list all the values for NumOfConnections for the agents, and plot every unique value in this list against it's frequency in the list.
For a total (seeded as well as dynamically introduced) of 250 agents, the plot looks like
For a total (seeded as well as dynamically introduced) of 250 agents, the plot looks like
and for 500 agents, it looks like
Although not much clear yet, the constraint shows gaps, as I only let the agents connect for a strong probability (over 0.5) after modification with the belief values. Relaxing this criteria should fill up the gaps and give a more uniform graph, however, we can still see the hyperbolic nature of the graph.
Next To Do :
- Try for clearer presentation
- Code Cleanup - need to move the "makeConnection" module to a different script to remove redundant code.
Also, now it's time to get in touch with my advisor and treat myself to cake, maybe.
So Long.


No comments:
Post a Comment