The Simulation Model Life Cycle (Part 5) - Experimentation
top of page
Search
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
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.
405 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.
982 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.
199 views0 comments
Jaco-Ben Vosloo
Feb 22, 20227 min read
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.
1,237 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?
718 views0 comments
Stefan Bengtsson
Jan 31, 202210 min read
The harmful focus on data
In this post, Stefan challenges the relationship between simulation modeling and data and how to overcome this and increase the value add.
557 views0 comments
Vitor Lemos
Jan 25, 20223 min read
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.
277 views0 comments
Vitor Lemos
Jan 17, 20222 min read
Coordinates inception
In AnyLogic, getting the coordinates of an agent is rather simple, but what happens if the agent is embedded in another agent?
373 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.
852 views1 comment
Stefan Bengtsson
Jan 3, 202211 min read
Pitfalls with Blocks
In this post we want to discuss some of the potential issues that can arise from trying to simplify simulation modeling through the creation
416 views0 comments
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.
952 views0 comments
Jaco-Ben Vosloo
Dec 6, 20216 min read
The Simulation Model Life Cycle (Part 1) - Defining the problem
This post is part 1 from a 7 part series about the Simulation Model LIfe cycle. It focussed on defining the problem.
865 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
888 views0 comments
Vitor Lemos
Nov 11, 20213 min read
Select Output misbehaving?
There is a special feature when using the Select Output block (and a few others) that sometimes confuses even the most advanced users.
1,530 views2 comments
Vitor Lemos
Nov 4, 20212 min read
Interview with Felipe Haro
We recently had the pleasure to interview one of the few, and probably the first AnyLogic freelancers, Felipe Haro. We got to talk about...
560 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.
838 views1 comment
Jaco-Ben Vosloo
Oct 18, 20212 min read
Learn Java for AnyLogic!
An online course to help AnyLogic modelers make simpler, better models, faster.
1,292 views0 comments
Vitor Lemos
Oct 12, 20213 min read
Break (or continue) all loops!
For sure, you've used the break or continue keyword in your models, as you needed to terminate a loop, or you needed to skip one of its...
274 views0 comments
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
597 views0 comments
bottom of page