I am working on anylogic as beginner, and I have issue with adding statistic into analysis.
I am unable to find any obvious question.
Please, let me clarify on this.
The matter illustrate in the image
Thank you
Asanka
I am working on anylogic as beginner, and I have issue with adding statistic into analysis.
I am unable to find any obvious question.
Please, let me clarify on this.
The matter illustrate in the image
Thank you
Asanka
Function
is name of another class, used in AnyLogic. Using this name, you refer to the class, not to the agent type. Use full name of the agent type — modelPackageName.Function.Working
. Also, you may simply rename Function
agent type to FunctionAgent
or other one.