Adriano Meligrana

Results 247 comments of Adriano Meligrana

Hey @JoelForamitti are you still mantaining the project? Because it seems a rather good one, would like to contribute :-)

Think it's ready for review, I simplified some other parts of the code but I think that it is good to open up a new PR for further changes

@Corvince I think that one of the best change in this PR is the removal of the Grid class, which seems just to be a partial SingleGrid with no real...

I think this is really linked with discussion #1513 because if we had a dict inside grid it would be more difficult for the user to change the pos (we...

yet `agent.pos` is updated so if `place_agent` is called twice the first pos is lost right now

there is a another problem **which is much more impacting in terms of performance** related to all of this: with a union of types all operations which require to look...

This is why we should be really try to implement #841. This won't solve all problems but with some attention from the user side it will be possible to have...

Investigated the problem. I was not finding any bug in the implementation of related things in Agents.jl, and so I was a bit surprised by the behaviour, but the matter...

Another way to see it is to just copy-paste the code of @datseris adding a print of the keys after every step ```julia dd = Dict(i => rand() for i...

I added the parallelism label to #596, I think that since this is not a bug in Agents.jl we can close this issue, if nobody has anything to say about...