Using Lambdas and Streams in Java and AnyLogic to neaten and improve your code.
top of page
Search
This is a special guest blog post by intern Devon Cowling. After some great feedback from readers on his previous blog posts on smart...
Mingze Li
Mar 6, 202311 min read
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
1,895 views0 comments
Jaco-Ben Vosloo
Jul 18, 20224 min read
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.
1,813 views0 comments
Jaco-Ben Vosloo
Jun 19, 20225 min read
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
1,184 views0 comments
Yash Mishra
Jun 7, 20227 min read
Error|Exception handling in AnyLogic models
Yash gives a quick overview of you can manage errors inside an AnyLogic simulation model. Using standard Java functionality and an example.
1,245 views0 comments
Jaco-Ben Vosloo
May 20, 20226 min read
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
724 views0 comments
Vitor Lemos
May 10, 20222 min read
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.
569 views0 comments
Stefan Bengtsson
Apr 12, 202223 min read
Simulation-Based Management and the philosophy of simulation
Stefan discusses a number of facets of Simulation-Based Management a term he coined himself to package his views on the matter.
375 views0 comments
Jaco-Ben Vosloo
Mar 25, 20225 min read
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.
401 views1 comment
Guilherme Coelho
Mar 8, 20226 min read
Managing external dependencies with Maven for AnyLogic
A guest post by Guilherme Coelho on how to set up a Maven project to manage and prepare external dependencies to be used with Anylogic.
977 views0 comments
Stefan Bengtsson
Feb 28, 20228 min read
Paradigm-Free Modeling
Stefan highlights the issues that arise from looking at simulation models and the problems they are trying to solve through paradigms.
198 views0 comments
Jaco-Ben Vosloo
Feb 14, 20224 min read
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?
717 views0 comments
Jaco-Ben Vosloo
Jan 11, 20226 min read
The Simulation Model Life Cycle (Part 3) - Building the model
This post is part 3 of a 7 part series about the Simulation Model Life cycle. It focuses on the model building phase.
851 views1 comment
Jaco-Ben Vosloo
Dec 16, 20215 min read
The Simulation Model Life Cycle (Part 2) - Working the Data
This post is part 2 from a 7 part series about the Simulation Model LIfe cycle. It focuses on working with data and data driving your model.
948 views0 comments
Maximilian Selmair
Nov 28, 20215 min read
The dark side of the database - part 2
In this post, we want to make you aware of some other notable behaviors of the database when working with Excel as the external data source
886 views0 comments
Vitor Lemos
Oct 27, 20213 min read
Why use Java classes in AnyLogic?
This post shows an example where the usage raw Java Classes might be beneficial over AnyLogic's agents.
831 views1 comment
Jaco-Ben Vosloo
Oct 6, 20213 min read
The dark side of the database...
Have you ever used the database and experienced some strange behavior? As if the database was not being updated or refreshed? The value that
596 views0 comments
bottom of page