Thursday, July 21, 2005

Simulator Update


Now, we can simulate

8x8 grid network static:

I believe the simulator can show 10x10 grid network.






* We can see in the picture that there are two users in node 0 and node 5.

Agents are divided to two groups to follow each user.

Agent Migration Policy:

value1 = getNodeRequestRateRatio(nodeId);
value2 = getNodePopulationDensityRatio(nodeId);
value3 = getWandering();

if ((maxScore > migrationThreshold ) && (this.energyLevel_>2000) ) return maxScoreNodeId; else return -1;


Task:

1] Change migrati0n policy to use healthy level instead of agent population
2] Number hops count between platform and user

No comments:

Post a Comment