Search code examples
repast-simphony

Repast: plot the KPI of each single agent


Instead of plot the aggregated average of the entire agent set (retailers & distributors), I want to explicitly plot the KPI of each single agent(e.g. retailer-1, retailer-2....). I read the non-aggregate plotting method but it did not work well.

enter image description here


Solution

  • All you should need to create the disaggregated data collection is that each agent has a unique ID. A toString() method that provides that should suffice. Let us know if this was the issue.