Questions tagged [agents.jl]
5 questions
2
votes
0 answers
Agents.jl: paramscan throws error message involving ProgressMeter
I am trying to reproduce the results from the Schelling's segregation model in the Agents.jl package. Single runs using the run function work well, but trying the parameter scan by calling
adf, _ = paramscan(parameters, initialize; adata,…

CTP
- 21
- 2
2
votes
0 answers
ERROR: MethodError: no method matching transformation(::Scene)
I have this weird issue since this morning, when i try to use any Agent_plotting method
ex:abmplot,abmexploration,abmvideo from The Agents.jl, Interactive dynamics and Makie Packages.
The code and package version haven't been updated during the…

Benjamin 2000
- 21
- 1
1
vote
1 answer
No backend available (GLMakie, CairoMakie, WGLMakie)
I am following an Agents.jl tutorial (https://juliadynamics.github.io/Agents.jl/stable/examples/schelling/) and get the following error when executing this piece of code. Any ideas why?
using Agents
using InteractiveDynamics
using…

imantha
- 2,676
- 4
- 23
- 46
0
votes
0 answers
How to combine output of several functions on the same interactive plot in Julia
I need to add some lines on top of the agent’s polygon to represent its properties. However, I am currently stuck at grouping the output of two functions in the following line: Group([agent_poly, agent_orientation]) .
const animal_shape =…

JoJo
- 1
0
votes
1 answer
Figure instead of InteractiveDynamics app for julia agents model
I am following the schelling.jl tutorial from the Agents.jl package (https://juliadynamics.github.io/Agents.jl/stable/examples/schelling/). Towards the end of the tutorial they create an interactive application. But when I run the script…

imantha
- 2,676
- 4
- 23
- 46