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
0
votes
2 answers

How do I recreate this stocking case on Anylogic?

I have a rectangular node with 3 attractors and i have two kind of product;the first(product A) twice than the other (product B) in width. I want to create a logic by which when i put the product A in the attractor1,i cant'use the attractor2 next…
0
votes
1 answer

Priortizing item select output

If you have a proces flow cosider. Swagging- annealing - brazing- tacking-cutting- buffing- annelaing - below bend-sleeve fit-sleeve cut- packaging. I want the process to be swagging-annealing-brazing-tacking-cutting-buffing-annealing this batch to…
0
votes
1 answer

Parameter Variation: Tracking the Metadata

I am trying to use parameter variation in AnyLogic. My inputs are 3 parameters, each varying 5 times. My output is water demand. What I need from parameter variation is the way in which demand changes according to the different combinations of the…
0
votes
2 answers

How to increase Chart Title and axis scale values and Title in any chart in Anylogic

In AnyLogic, The Chart title and Axis Scale values & Title are very small, Audience are not able to see in these scale values and title in presentation, We have to again redraw all charts in excel with the data provided by AnyLogic, Its a rework. …
0
votes
1 answer

Parameter Variation in AnyLogic: Data for a specific variation

I am using parameter variation in AnyLogic (in a system dynamics model). I am interested in how one parameter changes with the various iterations. The parameter is binary: 0 when supply of water is greater than demand and 1 when supply is lower than…
0
votes
1 answer

Anylogic - queue based on processing times DB

I am doing a job shop scheduling resorting to anylogic. I have 20 jobs (agent with a database of the machine sequence for each job) and 5 machines (resources). This is what I have right now. Source creates the 20 jobs and in the exit block i have…
0
votes
0 answers

Anylogic-job shop scheduling

I am trying to do a job shop scheduling resorting to anylogic. I have 20 jobs, 5 machines(resources) and each job has a specific order to visit each machine. In each machine each job has different processing time. This is what I have right know. I…
0
votes
1 answer

Looking for advice on improving a custom function in AnyLogic

I'm estimating last mile delivery costs in an large urban network using by-route distances. I have over 8000 customer agents and over 100 retail store agents plotted in a GIS map using lat/long coordinates. Each customer receives deliveries from its…
Vince
  • 25
  • 5
0
votes
1 answer

How to send agents through exit and enter blocks?

I am trying to do a job shop scheduling resorting to anylogic. I have 20 jobs(Agent 'jobs') that have to go through 5 machines(each one a unit capacity resource). I have two database tables, one having the specific order of each job through the…
0
votes
1 answer

Two conveyors for a station

I have two conveyors running simultaneously, and then there is sorter which sorts the items coming from these two conveyors, one by one, so if the sorter is sorting the item coming from conveyor 1 then both the conveyors should stop and similarly…
0
votes
1 answer

How to trace ped's location within different nodes? - AnyLogic

Is it possible to modify agent's variable by tracing it's position whether it's inside or outside a certain node? I have a string variable position inside pedestrian which I want to define depending if agent is outside, inside green or red node (ex.…
Peter B-S
  • 27
  • 6
0
votes
1 answer

Routing agents through specific resources in anylogic

I am solving a job shop scheduling problem resorting to anylogic. I have 20 jobs (agents) and 5 machines(resources) and each job as a specific order to visit the machines. My question is: how can I make sure that each job follows its order. This is…
0
votes
1 answer

Randomly assign a value from a list to each agent entering the process

In my Anylogic model I have a option list "Issue". In "Issue" I put twelve values ("a", "b" and so on...). How can I assign randomly one of these values to each agent (in my model agents are customers) and be sure that value assigned is different…
0
votes
1 answer

Setting the column data type in databases

Error for written code Current model imports certain parameters from an excel file. Hoping to allow users to override the existing values in the database through an editbox. However, I'm faced with the error (shown in attached image). The imported…
user16171092
  • 135
  • 8
0
votes
0 answers

Anylogic send seized reourcesses based on different resource pool if other resource pool is busy

I have created a flow that Seize resources from another resource pool if other resource pool is busy. How do use send seized resources from a pool that differs if one or the other is busy? I hope you van help :-) See attached pictures