Questions tagged [agent-based-modeling]

Agent-based modeling is a computer simulation method where agents make decisions based on their interactions with each other and their environment. It combines elements of game theory, complex systems, emergence, computational sociology, multi-agent systems, and evolutionary programming.

From Wikipedia:

An agent-based model (ABM) (also sometimes related to the term multi-agent system or multi-agent simulation) is a class of computational models for simulating the actions and interactions of autonomous agents (both individual or collective entities such as organizations or groups) with a view to assessing their effects on the system as a whole. It combines elements of game theory, complex systems, emergence, computational sociology, multi-agent systems, and evolutionary programming. Monte Carlo Methods are used to introduce randomness. ABMs are also called individual-based models.

474 questions
-2
votes
1 answer

Agent based modeling in anylogic

I need a help :( I am new in anylogic, the problem is i have 4 identical machines each machine has 5 different critical parts. I want these critical parts to represent one machine. What i tried to do is i create a machine agent type with…
Samar
  • 11
  • 3
-3
votes
0 answers

I can't plot the animation frame in Anylogic and receive the following error. How to solve it?

I am using agent-based simulaiton and system dynamics to make the model for simulation. However, I received the following error sentences but i have no idea how to solve them. This sentence also appears in the animation frame after…
-3
votes
1 answer

agent based Anylogic, error with slider and event

I have connected my slider to a parameter in the main, this parameter was accessed from a variable in the agent (person window). The issue i'm facing is that the variable only takes the first updated value and does not change that. As an attempt to…
Fatima
  • 1
  • 1
-3
votes
2 answers

Error during model creation Could not create NativeRL processors. Caused by: Could not find local class in class airport10.Main.actions in Anylogic

java.lang.ClassNotFoundException: Could not find local class in class airport10.Main.actions at ai.skymind.nativerl.util.Reflect.findLocalClass(Reflect.java:65) at ai.skymind.nativerl.ActionProcessor.(ActionProcessor.java:33) at…
-3
votes
1 answer

Controlling movement of vehicle agents on GIS roads

I am developing an anylogic simulation with GIS library. I have created vehicle as a population of agents on the GIS map. How can I use the roads of the gis map similar to the roads of Road Library? in order to control car movements on GIS map…
Murk
  • 75
  • 1
  • 8
-3
votes
2 answers

how to create an agent can choose road to driving in anylogic?

i create a supply chain model in anylogic that have a distributor and 8 trailer and 5 trucks for Transport Order from distributor to retailers. now anylogic routing are Automatic but i want to write the agents(trucks) that They can choose their own…
-3
votes
1 answer

Simulation Lagging

Hi everyone i've produced an agent based model. The agents can move randomly and use the A* algorithm to move to places to places. There are two main collections 1) arrival Queue (arraylist) and the 2) main agents (arraylist). All the agents are…
-4
votes
1 answer

A Time Plot of a Decreasing Function with Discontinuity

I want a decreasing function in AnyLogic software that starts from 100 and decreases with a slope of -0.2 in time plot. When it reaches 80, it should completely reach zero. After a few days, it should start again from 85 and then start decreasing…
1 2 3
31
32