top of page
Search


Proper Code Formatting Saved Many a Simulation Modeller
Proper code formatting improves readability, debugging, and collaboration. Learn best practices to keep your code clean and efficient!

Selaelo Kgoale
Mar 136 min read
169 views
0 comments


Building a large scale traffic simulation in AnyLogic
Large scale traffic simulation to test the impact on traffic if access to a suburb is restricted through closing intersections.

Devon Cowling
Jul 14, 20238 min read
999 views
1 comment


Comparing two manufacturing layouts using state-based behavior inside a simulation
We will look at a model where we compare two manufacturing layouts using state charts and organizing the components of the system as agents

Tellef Solberg
Jul 4, 20234 min read
263 views
0 comments


Why does using the right probability distribution in a simulation model matter?
Choosing the right distribution for data generation can make or break your simulation model. How do you know if you are doing it right?
Agustin Olivares
Mar 13, 20236 min read
622 views
1 comment


A stable connection for Python-Based reinforcement learning training on AnyLogic models
In this post, we introduce a new way to apply DRL to simulation models in AnyLogic using the Pypeline library in AnyLogic

Mingze Li
Mar 6, 202311 min read
2,048 views
0 comments


Dynamically adding model presentations to make navigation during editing faster in AnyLogic.
A special guest blog post by Devon Cowling on how to prevent slow response time during model development caused by agent presentations.

Devon Cowling
Sep 11, 20223 min read
736 views
1 comment


Creating a smart traffic light to prevent blockages on road intersections in AnyLogic.
Special guest blog post by intern Devon Cowling on how to prevent lockups in an intersection when using the road traffic library in AnyLogic

Devon Cowling
Aug 14, 20225 min read
1,658 views
0 comments


Conveyor simulation with material routings in AnyLogic
This special guest blog post by Linnart Felkl presents a conveyor simulation model for verifying a conveyor layout.
Linnart Felkl
Aug 1, 20227 min read
920 views
0 comments


The Simulation Model Life Cycle (Part 7) - Report on Findings
This post is part 7 of a 7 part series about the Simulation Model Life cycle. It focuses on the reporting and presentation phase.

Jaco-Ben Vosloo
Jul 25, 20225 min read
445 views
0 comments


Using Google OR-Tools to solve an LP problem in AnyLogic
Google OR-Tools is a super useful flexible lightweight tool that is used to solve a number of operations research-type problems.

Jaco-Ben Vosloo
Jul 18, 20224 min read
1,985 views
0 comments


The Simulation Model Life Cycle (Part 6) - Analyze the results
This post is part 6 of a 7 part series about the Simulation Model Life cycle. It focuses on the data analysis phase.

Jaco-Ben Vosloo
Jul 12, 20225 min read
249 views
0 comments


Analyzing CPU performance of AnyLogic models
This is part 2 of a 2 part series where we look at using a profiler to analyze model performance. This post focussed on CPU optimization

Jaco-Ben Vosloo
Jun 19, 20225 min read
1,321 views
0 comments


Detecting memory leaks in AnyLogic models
This is part 1 of a 2 part series where we look at using a profiler to analyze model performance. This post focussed on memory optimization

Jaco-Ben Vosloo
May 20, 20226 min read
806 views
0 comments


Using Predicates in AnyLogic
There is a set of out-of-the-box functions in AnyLogic that makes our life easier! To use them you need to understand what a predicate is.

Vitor Lemos
May 10, 20222 min read
599 views
0 comments


Beginner's guide to AnyLogic
An experienced-based guide to getting started with AnyLogic from scratch. This is a special guest blog post by Yash Mishra.

Yash Mishra
Apr 19, 20228 min read
3,576 views
0 comments


The Simulation Model Life Cycle (Part 5) - Experimentation
This post is part 5 of a 7 part series about the Simulation Model Life cycle. It focuses on the experimentation phase.

Jaco-Ben Vosloo
Apr 5, 202212 min read
1,218 views
0 comments


Using @Override to make more robust models
Ever used inheritance in your AnyLogic models and also overridden one of the methods. Then you need to read this post.

Jaco-Ben Vosloo
Mar 25, 20225 min read
435 views
1 comment


The Simulation Model Life Cycle (Part 4) - Verification and Validation
This post is part 4 of a 7 part series about the Simulation Model Life cycle. It focuses on the verification and validation phase.

Jaco-Ben Vosloo
Feb 22, 20227 min read
1,316 views
0 comments


How to (programmatically) redraw a chart
Ever faced a situation where you created a chart in AnyLogic but midway during the simulation you wanted to change a setting?

Jaco-Ben Vosloo
Feb 14, 20224 min read
780 views
0 comments


Interview with Andrey Malykhanov
We recently had the privilege to talk to Dr. Andrey Malykhanov, a world-class simulation modeler, and co-founder of Amalgama.

Vitor Lemos
Jan 25, 20223 min read
287 views
0 comments
bottom of page