0

I am creating an AnyLogic model in which the customers (agents) generate a demand that is fulfilled by a retail store through a delivery within 10 minutes. I am using the following process to generate customers at a rate of 1 per minute. enter image description here

While running the application, I am getting an error "The model has reached the maximum number of dynamically created agents (50000) for this edition of AnyLogic"

I am currently using the customer agent to represent a 2D image on the GIS map showing the location of the customer's generation.

Is there a way to create and use any resource pool for this task so that the agents can be used from within this pool? If not, can we create any other kind of entity (other than an agent) that can be represented on the GIS map and can be used from the resource pool?

1 Answer 1

1

resources are also agents so you will not circumvent that license limit.

However, 50k agents is a lot. Consider groupoing customers so that 10 very similar customers are just 1 agent.

Else, you can only instantiate Java class objects but you'd need to manage GIS animation yourself (not trivial if you are a beginner).

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.