Questions tagged [anylogic]

AnyLogic is a flexible, multi-method modeling tool capable of producing a variety of simulations. From supply chain and logistics, to manufacturing and market analysis, to disease and social norm dispersion, AnyLogic allows businesses, researchers, and public policy makers to evaluate decisions before they're implemented in practice.

AnyLogic is a multi-method simulation modeling tool developed by The AnyLogic Company (former XJ Technologies). It supports agent-based, discrete event, and system dynamics simulation methodologies. AnyLogic is cross-platform simulation software that works on Windows, macOS and Linux.

AnyLogic is used to simulate:

  • markets and competition,
  • healthcare
  • manufacturing
  • supply chains and logistics
  • retail
  • business processes
  • social and ecosystem dynamics
  • defense
  • project and asset management
  • pedestrian dynamics
  • rail
  • IT
  • aerospace

Wikipedia

The AnyLogic platform is based on and uses Java as its main scripting language. It also allows custom model extensions using Java and any standard Java library can be imported and used within models. AnyLogic also includes a graphical modeling interface to allow drag and drop functionality for library objects.

The Professional version allows for the creation of Java runtime applications that can be distributed to users. AnyLogic models can be uploaded to the AnyLogic Cloud and run from any browser.

To compare the latest AnyLogic versions, check the download page here.

2667 questions
2
votes
1 answer

Injection molding simulation and integration with machine learning for predicting maintenance

Is it possible to simulate injection molding and integrating it with Machine learning using Anylogic software? Please help if there is such tools available.
Satya
  • 187
  • 1
  • 10
2
votes
1 answer

How do I put GIS points (.shp format) on a GIS map?

I have been having a problem for two days now. When I want to extract a QGIS layer in the format (.shp) to AnyLogic, the polygon layer works, the line layer works. However, the layer of my points does not work. I paid attention to my projection (WGS…
2
votes
1 answer

Calendar Dropbox in Experiment Window in Anylogic

Is there a way to have a Calendar (and Time) dropdown that can be put into the Experiment (Simulation) window of Anylogic? I have users that will input a table (database) of delivery items with date/time elements I need to compare and use during the…
Dave
  • 143
  • 5
2
votes
1 answer

How to log frequently in a nice way in AnyLogic?

In my model I need to log some activities manually. Initially I used the QueryDSL insert query shown in the help, but sometimes two logs happen about the same time. Because of this, eventually the model execution stopped and after some investigation…
mczandrea
  • 463
  • 3
  • 12
2
votes
1 answer

AnyLogic - Unable to execute user action: SVG element with id 1509 not found, possibly has been deleted already

Unable to execute user action: SVG element with id 1509 not found, possibly has been deleted already Unable to execute user action: SVG element with id 1511 not found, possibly has been deleted already This is not an error as my model is still able…
Marcus
  • 21
  • 2
2
votes
2 answers

AnyLogic - dynamic schedule for resourcePool cast from Integer to TimeUnits

I refer to the following SOW post and the answer of Stuart Rossiter. I thought it was right to open a new thread about this, as the problem can be looked at a little differently after all these years. Now I get the following error: "The method…
name123
  • 65
  • 8
2
votes
2 answers

Opening Vensim Models on Anylogic

I am having trouble importing a Vensim Model (Version 9.3) on Anylogic. I get the error - "parsing error! com.anylogic.ui.bad: encountered " ","","" at line X , column Y, was expecting: ..." I tried to see if I can download older…
2
votes
1 answer

How to convert map search result to GIS Region Anylogic

I have to keep found location on GIS map as the search result in my model for further use. To get a location on GIS map I use: GISRegion gisRegion = null; gisRegion = map.searchFirstRegion(cityName); How to convert gisRegion to be cached and saved…
dkdelta
  • 53
  • 4
2
votes
1 answer

Adding the static option to a variable

Does anyone knows how can I add the "static" option when clicking on the advanced option of a variable? I have tried multiple things. Thanks
2
votes
1 answer

How to use a population of Queues

I am trying to work out how to use the "Population of agents" radio button functionality in the Advanced section of the "Queue" block from the process library. I am able to successfully select the "Population of agents" option and specify the number…
CrustyNoodle
  • 379
  • 1
  • 14
2
votes
1 answer

Anylogic windows to write code are too small

I've installed Anylogic latest version in Ubuntu 22.04 but I have problem with the software interface windows to write code in properties view into are like 3 pixels high (can't see what I'm typing) you can see in the screen screen1 screen2
2
votes
2 answers

How to optimize SQL query in Anylogic

I am generating Agents with parameter values coming from SQL table in Anylogic. when agent is generated at source I am doing a v look up in table and extracting corresponding values from table. For now it is working perfectly but it is slowing down…
dnyanesh ambhore
  • 441
  • 1
  • 4
  • 8
2
votes
1 answer

Changing transporterfleet based on programmaticaly created schedule

In following up related to my previous question previous question, when a schedule programmatically is created, where I run the function at the start-up of my main (see image 1), I want to change the transporterfleet (image2) schedule based on this.…
Aron T.
  • 448
  • 2
  • 7
2
votes
1 answer

AnyLogic: Definition of Lognormal-Distribution directly via its mean and standard deviation

I tried to model a lognormal distribution in AnyLogic and I have its standard deviation and its mean but NOT the standard deviation and mean of its included normal distribution (as AnyLogic demands). How can I model a lognormal distribution directly…
DynamiX
  • 63
  • 4
2
votes
1 answer

In AnyLogic, how can I use the findFirst function but for three different agent populations / data types?

Question: Is there a way to write one function that would account for the different data types? Would generics work and if so how do you do that in AnyLogic? Background: I have three different agent types that inherit from a parent class. "agentB",…
narnia649
  • 381
  • 2
  • 10