AnyLogic

Last updated
Developer(s) The AnyLogic Company (formerly XJ Technologies)
Initial release2000 [1]
Stable release
8.8.4 Professional [2] / July 2023 [3]
Written in Java SE
Operating system Windows, macOS, Linux
Available inEnglish, Portuguese, Russian, German, Chinese, Spanish
Type Simulation software
License Proprietary;
Website www.anylogic.com

AnyLogic is a multimethod simulation modeling tool developed by The AnyLogic Company (formerly XJ Technologies). [4] It supports agent-based, discrete event, and system dynamics simulation methodologies. [5] AnyLogic is cross-platform simulation software that works on Windows, macOS and Linux. [5] AnyLogic is used to simulate: markets and competition, [6] healthcare, [7] [8] manufacturing, [9] supply chains and logistics, [10] [11] retail, [12] [13] business processes, [14] social [15] and ecosystem dynamics, [16] defense, [17] project and asset management, [18] pedestrian dynamics [19] and road traffic, [20] IT, [21] and aerospace. [22] It is considered to be among the major players in the simulation industry, especially within the domain of business processes is acknowledged to be a powerful tool. [23] [24]

Contents

History

In the early 1990s, there was a big interest in the mathematical approach to modeling and simulation of parallel processes. This approach was applied to the analysis of correctness of parallel and distributed programs. [25] The Distributed Computer Network (DCN) research group at Saint Petersburg Polytechnic University developed a software system for the analysis of program correctness; the new tool was named COVERS (Concurrent Verification and Simulation). This system allowed graphical modeling notation to be used for describing system structure and behavior. The tool was developed with the help of a research grant from Hewlett-Packard (Commonly known as HP).

Three business simulation approaches Different simulation methods.JPG
Three business simulation approaches

In 1998, the success of this research inspired the DCN laboratory to organize a company with the mission of developing a new generation of simulation software. Development emphasis was placed on applied methods: simulation, performance analysis, behavior of stochastic systems, optimization and visualization. The resulting software was released in 2000 and featured the latest information technologies: an object-oriented approach, elements of the UML standard, the use of Java, and a modern GUI. [26]

The tool was named AnyLogic, because it supported all three well-known modeling approaches: system dynamics, [15] discrete event simulation, [27] Agent-based modeling. [28] and any combination of these approaches within a single model. [29] [30] The first version of AnyLogic was V4, [31] because the numbering continues the numbering of COVERS 3.0.

AnyLogic 5 was released in 2003. The new version was focused on business simulation in different industries. [32] AnyLogic 7 was released in 2014. [33] It featured many updates aimed at simplifying model building, including support for multimethod modeling, a decreased need for coding, renewed libraries, and other usability improvements. AnyLogic 7.1, also released in 2014, included a new GIS implementation: in addition to shapefile-based maps, AnyLogic started to support tile maps from free online providers, including OpenStreetMap. [34]

2015 marked the release of AnyLogiс 7.2 with the built-in database and the Fluid Library. [35] Since 2015, AnyLogic Personal Learning Edition (PLE) is available for free for the purposes of education and self-education. The PLE license is perpetual, but created models are limited in size. [36]

The new Road Traffic Library was introduced in 2016 with AnyLogic 7.3. [37]

AnyLogic 8 was released in 2017. Beginning with Version 8.0, the AnyLogic model development environment was integrated with AnyLogic Cloud, a web service for simulation analytics. [38] [1]

The platform for AnyLogic 8 model development environment is Eclipse. [39]

AnyLogic and Java

How simulation approaches correspond to the level of abstraction Simulation approaches vs abstraction levels.jpg
How simulation approaches correspond to the level of abstraction

AnyLogic includes a graphical modeling language and also allows the user to extend simulation models with Java code. [39] The Java nature of AnyLogic lends itself to custom model extensions via Java coding [40]

AnyLogic Cloud

AnyLogic Cloud is a web service for simulation analytics. It allows users to store, access, run, and share simulation models online, as well as analyze experiment results.

Using AnyLogic model development environment, developers can upload their models to AnyLogic Cloud and set up sharable web dashboards to work with models online. These dashboards can contain configurable input parameters and output data in the form of charts and graphs. Model users can set input data on the dashboard screen, run the model, and analyze the output.

AnyLogic Cloud allows users to run models using web browsers, on desktop computers and mobile devices, with the model being executed on the server side. Multiple run experiments are performed using several nodes. The results of all executed experiments are stored in the database and can be immediately accessed. Models can be run both with and without HTML5-based interactive animation. [41]

Developers can choose whether they want their models to be private or publicly available in the model library, which includes models from other AnyLogic users.

anyLogistix supply chain optimization software

The AnyLogic Company converted its development efforts for the supply chain domain in a separate software tool – anyLogistix. This spin-off product was introduced in 2014 as AnyLogic Logistics Network Manager and was renamed anyLogistix in 2015.

anyLogistix is based on the AnyLogic and CPLEX engines, GIS, and the new industry-oriented GUI. It also includes algorithms and techniques specific for supply chain design and optimization. Like other simulation software such as Arena and SIMUL8, optimization functionality is provided by OptQuest. [42] anyLogistix is fully integrated with AnyLogic, for instance, AnyLogic can be used for customization of objects inside anyLogistix, including warehouses, production sites, suppliers, inventory, sourcing, and transportation policies.

See also

Related Research Articles

<span class="mw-page-title-main">Computer simulation</span> Process of mathematical modelling, performed on a computer

Computer simulation is the process of mathematical modelling, performed on a computer, which is designed to predict the behaviour of, or the outcome of, a real-world or physical system. The reliability of some mathematical models can be determined by comparing their results to the real-world outcomes they aim to predict. Computer simulations have become a useful tool for the mathematical modeling of many natural systems in physics, astrophysics, climatology, chemistry, biology and manufacturing, as well as human systems in economics, psychology, social science, health care and engineering. Simulation of a system is represented as the running of the system's model. It can be used to explore and gain new insights into new technology and to estimate the performance of systems too complex for analytical solutions.

<span class="mw-page-title-main">Multi-agent system</span> Built of multiple interacting agents

A multi-agent system is a computerized system composed of multiple interacting intelligent agents. Multi-agent systems can solve problems that are difficult or impossible for an individual agent or a monolithic system to solve. Intelligence may include methodic, functional, procedural approaches, algorithmic search or reinforcement learning.

An agent-based model (ABM) is a computational model for simulating the actions and interactions of autonomous agents in order to understand the behavior of a system and what governs its outcomes. It combines elements of game theory, complex systems, emergence, computational sociology, multi-agent systems, and evolutionary programming. Monte Carlo methods are used to understand the stochasticity of these models. Particularly within ecology, ABMs are also called individual-based models (IBMs). A review of recent literature on individual-based models, agent-based models, and multiagent systems shows that ABMs are used in many scientific domains including biology, ecology and social science. Agent-based modeling is related to, but distinct from, the concept of multi-agent systems or multi-agent simulation in that the goal of ABM is to search for explanatory insight into the collective behavior of agents obeying simple rules, typically in natural systems, rather than in designing agents or solving specific practical or engineering problems.

Logic simulation is the use of simulation software to predict the behavior of digital circuits and hardware description languages. Simulation can be performed at varying degrees of physical abstraction, such as at the transistor level, gate level, register-transfer level (RTL), electronic system-level (ESL), or behavioral level.

<span class="mw-page-title-main">Arena (software)</span>

Arena is a discrete event simulation and automation software developed by Systems Modeling and acquired by Rockwell Automation in 2000. It uses the SIMAN processor and simulation language. As of 2020, it is in version 16. It has been suggested that Arena may join other Rockwell software packages under the "FactoryTalk" brand.

A discrete-event simulation (DES) models the operation of a system as a (discrete) sequence of events in time. Each event occurs at a particular instant in time and marks a change of state in the system. Between consecutive events, no change in the system is assumed to occur; thus the simulation time can directly jump to the occurrence time of the next event, which is called next-event time progression.

Simulation software is based on the process of modeling a real phenomenon with a set of mathematical formulas. It is, essentially, a program that allows the user to observe an operation through simulation without actually performing that operation. Simulation software is used widely to design equipment so that the final product will be as close to design specs as possible without expensive in process modification. Simulation software with real-time response is often used in gaming, but it also has important industrial applications. When the penalty for improper operation is costly, such as airplane pilots, nuclear power plant operators, or chemical plant operators, a mock up of the actual control panel is connected to a real-time simulation of the physical response, giving valuable training experience without fear of a disastrous outcome.

Model-based design (MBD) is a mathematical and visual method of addressing problems associated with designing complex control, signal processing and communication systems. It is used in many motion control, industrial equipment, aerospace, and automotive applications. Model-based design is a methodology applied in designing embedded software.

Web-based simulation (WBS) is the invocation of computer simulation services over the World Wide Web, specifically through a web browser. Increasingly, the web is being looked upon as an environment for providing modeling and simulation applications, and as such, is an emerging area of investigation within the simulation community.

SIMUL8 simulation software is a product of the SIMUL8 Corporation used for simulating systems that involve processing of discrete entities at discrete times. This program is a tool for planning, design, optimization and reengineering of real production, manufacturing, logistic or service provision systems. SIMUL8 allows its user to create a computer model, which takes into account real life constraints, capacities, failure rates, shift patterns, and other factors affecting the total performance and efficiency of production. Through this model it is possible to test real scenarios in a virtual environment, for example simulate planned function and load of the system, change parameters affecting system performance, carry out extreme-load tests, verify by experiments the proposed solutions and select the optimal solution. A common feature of problems solved in SIMUL8 is that they are concerned with cost, time and inventory.

GoldSim is dynamic, probabilistic simulation software developed by GoldSim Technology Group. This general-purpose simulator is a hybrid of several simulation approaches, combining an extension of system dynamics with some aspects of discrete event simulation, and embedding the dynamic simulation engine within a Monte Carlo simulation framework.

Plant Simulation is a computer application developed by Siemens Digital Industries Software for modelling, simulating, analyzing, visualizing and optimizing production systems and processes, the flow of materials and logistic operations. Plant Simulation, allows users to optimize material flow and resource utilization and logistics for all levels of plant planning from global production facilities, through local plants, to specific lines. Within the Plant Design and Optimization Solution, the software portfolio, to which Plant Simulation belongs, is — together with the products of the Digital Factory and of Digital Manufacturing — part of the Product Lifecycle Management Software (PLM). The application allows comparing complex production alternatives, including the immanent process logic, by means of computer simulations. Plant Simulation is used by individual production planners as well as by multi-national enterprises, primarily to strategically plan layout, and control logic and dimensions of large, complex production investments. It is one of the major products that dominate that market space.

An activity cycle diagram (ACD) is a graphical modeling tool to depict interactions among objects in a system.

FlexSim is a discrete-event simulation software package developed by FlexSim Software Products, Inc. The FlexSim product family currently includes the general purpose FlexSim product and healthcare systems modeling environment.

Simulation modeling is the process of creating and analyzing a digital prototype of a physical model to predict its performance in the real world. Simulation modeling is used to help designers and engineers understand whether, under what conditions, and in which ways a part could fail and what loads it can withstand. Simulation modeling can also help to predict fluid flow and heat transfer patterns. It analyses the approximate working conditions by applying the simulation software.

<span class="mw-page-title-main">Simcad Pro</span> Simulation software by CreateASoft Inc.

Simcad Pro simulation software is a product of CreateASoft Inc. used for simulating process-based environments including manufacturing, warehousing, supply lines, logistics, and healthcare. It is a tool used for planning, organizing, optimizing, and engineering real process-based systems. Simcad Pro allows the creation of a virtual computer model, which can be manipulated by the user and represents a real environment. Using the model, it is possible to test for efficiency as well as locate points of improvement among the process flow. Simcad Pro's dynamic computer model also allows for changes to occur while the model is running for a fully realistic simulation. It can also be integrated with live and historical data.

<span class="mw-page-title-main">Artificial life</span> Field of study

Artificial life is a field of study wherein researchers examine systems related to natural life, its processes, and its evolution, through the use of simulations with computer models, robotics, and biochemistry. The discipline was named by Christopher Langton, an American theoretical biologist, in 1986. In 1987 Langton organized the first conference on the field, in Los Alamos, New Mexico. There are three main kinds of alife, named for their approaches: soft, from software; hard, from hardware; and wet, from biochemistry. Artificial life researchers study traditional biology by trying to recreate aspects of biological phenomena.

System-level simulation (SLS) is a collection of practical methods used in the field of systems engineering, in order to simulate, with a computer, the global behavior of large cyber-physical systems.

<span class="mw-page-title-main">Micro Saint Sharp</span>

Micro Saint Sharp is a general purpose discrete-event simulation and human performance modeling software tool developed by Alion Science and Technology. It is developed using C# and the .NET Framework. Micro Saint Sharp allows users to create discrete-event simulations as visual task networks with logic defined using the C# programming language.

References

  1. 1 2 AnyLogic Timeline the official web-site Archived 2018-02-10 at the Wayback Machine .
  2. The release news on the official web-site Archived 2023-06-06 at the Wayback Machine .
  3. The release news on the official web-site Archived 2023-06-06 at the Wayback Machine .
  4. Evgrafov, Alexander N. (2017-03-23). Advances in Mechanical Engineering: Selected Contributions from the Conference "Modern Engineering: Science and Education", Saint Petersburg, Russia, June 2016. Springer. ISBN   978-3-319-53363-6.
  5. 1 2 Christopher W. Weimer, J. O. Miller, Raymond R. Hill. "Agent-Based Modeling: an Introduction and Primer" Archived 2017-06-15 at the Wayback Machine Proceedings of the 2016 Winter Simulation Conference
  6. Jingsi Huang, Lingyan Liu, Leyuan Shi. "Auction Policy Analysis: an Agent-Based Simulation Optimization Model of Grain Market" Archived 2017-06-15 at the Wayback Machine Proceedings of the 2016 Winter Simulation Conference
  7. Anatoli Djanatliev, Reinhard German, Peter Kolominsky-Rabas. "Hybrid Simulation with Loosely Coupled System Dynamics and Agent-based Models for Prospective Health Technology Assessments" Archived 2017-08-12 at the Wayback Machine Proceedings of the 2012 Winter Simulation Conference
  8. Joe Viana, Stuart Rossiter, Andrew A. Channon, Sally C. Brailsford, Andrew Lotery. "A Multi-Paradigm, Whole System View of Health and Social Care for Age-Related Macular Degeneration" Archived 2017-08-13 at the Wayback Machine Proceedings of the 2012 Winter Simulation Conference
  9. Thomas Felberbauer, Klaus Altendorfer, Alexander Hübl. "Using a Scalable Simulation Model to Evaluate the Performance of Production System Segmentation in a Combined MRP and Kanban System" Archived 2017-08-08 at the Wayback Machine Proceedings of the 2012 Winter Simulation Conference
  10. Ilmarts Dukulis, Gints Birzietis, Daina Kanaska. "Optimization Models for Biofuel Logistic System" Archived 2016-03-03 at the Wayback Machine Engineering for Rural Developments, Jelvaga, 29–30 May 2008
  11. Christian Wartha, Momtchil Peev, Andrei Borshchev, Alexei Filippov. "Decision Support Tool – Supply Chain" Proceedings of the 2002 Winter Simulation Conference
  12. Peer-Olaf Siebers, Uwe Aickelin, Helen Celia, Chris W. Clegg. "Understanding Retail Productivity by Simulating Management Practices" Archived 2011-07-18 at the Wayback Machine EUROSIM-2007, September 2007
  13. Peer-Olaf Siebers, Uwe Aickelin, Helen Celia, Chris W. Clegg. "A Multi-Agent Simulation of Retail Management Practices" Archived 2009-12-28 at the Wayback Machine Proceedings of the Summer Computer Simulation Conference 2007 (SCSC 2007)
  14. Arnold Greenland, David Connors, John L. Guyton, Erica Layne Morrison, Michael Sebastiani. "IRS Post-Filing Processes Simulation Modeling: A Comparison of DES with Econometric Microsimulation in Tax Administration" Archived 2017-08-12 at the Wayback Machine Proceedings of the 2007 Winter Simulation Conference
  15. 1 2 Sergio E. Quijada, Juan F. Arcas, Cristian Renner, Luis Rabelo. "A Spatio Temporal Simulation Model for Evaluating Delinquency and Crime Policies" Archived 2020-01-28 at the Wayback Machine Proceedings of the 2005 Winter Simulation Conference
  16. Datu Buyung Agusdinata. "Agent-Based Simulation of The Diffusion Dynamics and Concentration of Toxic Materials from Quantum Dots-Based Nanoparticles" Archived 2016-07-11 at the Wayback Machine Proceedings of the 2015 Winter Simulation Conference
  17. Kyuhyeon Shin, Hochang Nam, Taesik Lee. "Communication Modeling for a Combat Simulation in a Network Centric Warfare Environment" Archived 2020-01-28 at the Wayback Machine Proceedings of the 2013 Winter Simulation Conference
  18. Benny Tjahjono, Evandro Leonardo Silva Teixeira, Sadek Crisóstomo Absi Alfaro. "An Online Simulation to Link Asset Condition Monitoring and Operations Decisions in Through-Life Engineering Services" Archived 2015-03-16 at the Wayback Machine Proceedings of the 2013 Winter Simulation Conference
  19. Khaled Nassar, Ahmed Bayyoumi. "A Simulation Study of The Effect of Mosque Design on Egress Times" Archived 2017-08-13 at the Wayback Machine Proceedings of the 2012 Winter Simulation Conference
  20. Xiaobing Li, Asad J. Khattak, Airton G. Kohls. "Signal Phase Timing Impact on Traffic Delay and Queue Length-A Intersection Case Study" Archived 2017-12-15 at the Wayback Machine Proceedings of the 2016 Winter Simulation Conference
  21. Bojan Spasic, Bhakti S. S. Onggo. "Agent-Based Simulation of The Software Development Process: A Case Study at AVL" Archived 2017-08-13 at the Wayback Machine Proceedings of the 2012 Winter Simulation Conference
  22. Benjamin Schumann, James Scanlan, Hans Fangohr. "Complex Agent Interactions in Operational Simulations for Aerospace Design" Archived 2017-08-12 at the Wayback Machine Proceedings of the 2012 Winter Simulation Conference
  23. "Simulators Global Market Report 2023". ReportLinker. Retrieved 28 August 2023.
  24. "Business Process Simulation Software". www.anylogic.com. Retrieved 28 August 2023.
  25. Rodd, M. G.; Knuth, E. (2014-07-04). Distributed Databases in Real-Time Control. Elsevier. ISBN   978-1-4832-9836-8.
  26. Albert Molderink, Maurice G.C. Bosman, Vincent Bakker, Johann L. Hurink, Gerard J.M. Smit. "Simulating the Effect on the Energy Efficiency of Smart Grid Technologies" Archived 2015-11-06 at the Wayback Machine Proceedings of the 2009 Winter Simulation Conference
  27. Sudhanshu S Singh, Rakesh R Pimplikar, Ritwik Chaudhuri, Gyana Parija. "Outplacement Time and Probability Estimation Using Discrete Event Simulation" Archived 2017-06-15 at the Wayback Machine Proceedings of the 2016 Winter Simulation Conference
  28. Cynthia Nikolai, Gregory Madey. "Tools of the Trade: A Survey of Various Agent Based Modeling Platforms" Archived 2011-06-05 at the Wayback Machine , Journal of Artificial Societies and Social Simulation vol. 12, no. 2 2, 31 March 2009
  29. Andrei Borshchev, Alexei Filippov. "From System Dynamics and Discrete Event to Practical Agent Based Modeling: Reasons, Techniques, Tools" Archived 2011-06-08 at the Wayback Machine , The 22nd International Conference of the System Dynamics Society, July 25–29, 2004, Oxford, England
  30. Peter Bazan, Reinhard German. "Hybrid Simulation of Renewable Energy Generation and Storage Grids" Archived 2017-08-12 at the Wayback Machine Proceedings of the 2012 Winter Simulation Conference
  31. Andrei Borshchev. "AnyLogic 4.0: Simulating Hybrid Systems with Extended UML-RT" Archived 2018-02-10 at the Wayback Machine , Simulation News Europe - EUROSIM 2001
  32. Zlatanovska, Biljana; Stojkovic, Natasha; Kocaleva, Mirjana; Stojanova, Aleksandra; Lazarova, Limonka; Gobubovski, R. (2018-05-01). "Modeling of some chaotic systems with anylogic software". TEM Journal. 7: 465–470. doi:10.18421/TEM72-31.
  33. The news on the company’s official website Archived 2018-02-10 at the Wayback Machine .
  34. The news on the company's website Archived 2018-02-10 at the Wayback Machine
  35. The news on the company’s official website Archived 2018-02-10 at the Wayback Machine
  36. The news on the company's website Archived 2018-02-10 at the Wayback Machine
  37. The news on the company’s official website Archived 2018-02-10 at the Wayback Machine
  38. Release notes on the developer's official website Archived 2018-02-10 at the Wayback Machine .
  39. 1 2 Bin Li, Wen-feng Li. "Modeling and Simulation of Container Terminal Logistics Systems Using Harvard Architecture and Agent-Based Computing" Archived 2017-08-13 at the Wayback Machine . Proceedings of the 2010 Winter Simulation Conference
  40. Carol C. Menassa, Feniosky Peña Mora. "Real Options and System Dynamics Approach to Model Value of Implementing A Project Specific Dispute Resolution Process in Construction Projects" Archived 2017-08-11 at the Wayback Machine . Proceedings of the 2009 Winter Simulation Conference
  41. Borshchev A.V. "Migration of Simulation Modeling to the Cloud" Archived 2018-02-10 at the Wayback Machine . Proceedings of the 2017 IMMOD Conference
  42. "Creating an Optimization Experiment". AnyLogic Help. AnyLogic. Retrieved 23 August 2020.

Further reading