Skip to content
#

agents

Here are 226 public repositories matching this topic...

AayushSabharwal
AayushSabharwal commented Apr 29, 2022
function add_agent!(A::Type{<:AbstractAgent}, model::ABM, properties...; kwargs...)
    add_agent!(random_position(model), A, model, properties...; kwargs...)
end

It appears this signature of add_agent! (L294 in space_interaction_API.jl) can't be used with nothing space

MWE:

mutable struct Agent1 <: AbstractAgent
    id::Int
end
model = ABM(Agent1)
add_age
bug good first issue

An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.

  • Updated May 23, 2022
  • C++

Improve this page

Add a description, image, and links to the agents topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the agents topic, visit your repo's landing page and select "manage topics."

Learn more