|
From: <li...@gm...> - 2005-07-05 09:08:43
|
Hello, I am building a model with agents connected to each other in a few differnt ways. Part of the research for which the model is built will be focusin on how different network structures influence the behaviour of the agents. I noticed Repast already had methods for generating random networks, lattices and small world/WattsStrogatz networks. However, in addition to those I have to use scale free networks as well. For anyone who is interested and doesn't know; basically scale free networks are networks where agents have a preference to attach themselves to well-connected nodes. Simply put: them that has, gets. For my model the network would just be generated scale-free like and then be static (at least for the moment), and so I was thinking of building a generator myself. So I was wondering, can repast do this for me (I thought I might have missed it somewhere), but if not, is there anywhere I should send the code when it's done in case you want to include in the repast networkfactory? Bj=F6rn Lijnema |