8×8 grid network static:
I believe the simulator can show 10×10 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