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
6 answers

Anylogic: Local Database Connection

I'm really struggeling here. Anylogic gives me the Database Connection Problem for some days now and the support was not able to help me until now What I got here is a windows mashine running the latest Win10 with Anylogic 7.3 Professional My…
Patrick
  • 31
  • 1
  • 4
2
votes
1 answer

How to understand AnyLogic source generated pattern?

whats the meaning of setting up a new source element from the PML library with the following parameters? Arrivals defined by: interarrival time; Interarrival time: exponential(1) - minutes; how often it generates new agents? I'have read the…
2
votes
1 answer

AnyLogic - create objects dynamically on simulation time

Is it possible to dynamically create objects or modify them on run-time ?for example,on button click,another button created or change number of lines of a road? When I write this code for a button Action,in run-time…
M.ah
  • 147
  • 11
2
votes
2 answers

Runnig N times the simulation in anylogic

In my anylogic Project, I want to terminate my execution and run the simulation for N times. in each of the simulation I store my output in an excel file which depends on the run count. Instead of stopping and running by my click, I want to do it…
user2520051
2
votes
1 answer

Unable to capture available state..?

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

anylogic, process modeling library: split. How can I set and reference the properties of the copy of an agent?

I want to use the split block in a process model in a way such that it creates a copy of the incoming agent with the same parameters. What I did: declare a function SetupCopy(agent, original) with input parameters agent (which is the copy) and…
JanL
  • 21
  • 2
2
votes
1 answer

AnyLogic Agent-Based simulation agents value transfer

I'm quite new with Java & AnyLogic so please get on my level for this one. Is there a way for agents to get a variable value from another agent? In that case, agents would be of the same type. Thus, they all have the same variables, but since it's…
2
votes
1 answer

Anylogic 7 - Conveyor Space

I'm trying to limit the capacity of a conveyor in anylogic 7. On the anylogic page it says the capacity is determined by its length divided by the space parameter. Unfortunately I'm unable to find the space option within the conveyors preferences…
user3137588
2
votes
1 answer

Dynamic Obstacles in AnyLogic

I am modelling a crowd simulation in AnyLogic where the people throng around a vehicle which moves in time. Since the vehicle is an obstacle, pedestrians should not get within it. As walls are treated as obstacles in AnyLogic, I decided to use…
Extreme Coders
  • 3,441
  • 2
  • 39
  • 55
2
votes
1 answer

Calculating the area of a shapefile

I'm using AnyLogic's new GIS capabilities, which in turn uses the OpenMap API. I want to figure out the area of each shapefile I'm using, each of which is represented by an AnyLogic ShapeGISMap.Layer that uses an OpenMap AreaShapeLayer (both of…
Dylan Knowles
  • 2,726
  • 1
  • 26
  • 52
2
votes
3 answers

How do I get a chart to redraw itself when the model is paused?

I have a Time Stack Chart whose data set can be changed by clicking on a radio button. While the model is running, the chart instantaneously updates its appearance when a radio button is clicked. When the model is paused, however, the chart's area…
Dylan Knowles
  • 2,726
  • 1
  • 26
  • 52
2
votes
1 answer

API function to add an Action to an Event or Schedule?

I need to add an Action to a Schedule object that is being created through the API. There are documented interfaces to set almost all the options except the Action. How are Actions attached to these Objects? When I attempt to programmatically add a…
Thom DeCarlo
  • 159
  • 2
  • 12
2
votes
2 answers

Managing multiple anylogic simulations within an experiment

We are developing an ABM under AnyLogic 7 and are at the point where we want to make multiple simulations from a single experiment. Different parameters are to be set for each simulation run so as to generate results for a small suite of standard…
ScottE
  • 21
  • 5
2
votes
0 answers

AnyLogic 7: Imports failing after update to Mac OS X Yosemite

I updated to Mac OS X Yosemite this morning, and my models fail with the following error: The import quicktime cannot be resolved which points to the following line within the Advanced Java section of one of my agents: import…
TheChainsOfMarkov
  • 323
  • 1
  • 2
  • 11
1
vote
2 answers

Simulink version of AnyLogic component

Does anybody know what components in Simulink (MATLAB package) are analogs for AnyLogic components? (e.g: source, buffer, delay, sink). Or how can I easily simulate behavior of AnyLogic model in MATLAB? Maybe there are some cool magic tools?
Kirdham Chekrobidi