Adriano Meligrana
Adriano Meligrana
## Description I used Mapshaper to modify the GeoJSON I was working on and then I had an hard time ([like others](https://community.plotly.com/t/choropleth-map-not-working-with-my-geojson-data/43934/3)) understanding that the format of the GeoJSON has...
First of all, thank you for the programme! :-) I noticed that the logic in the torus case grid was a little convoluted and so I simplified it: I tested...
Subissue of #1580 to document a part that need updates: the api documentation in the docs is not very well formatted, some parts of text are not in the place...
part of #163, to be revisited after that pr is merged
I'd like to propose an extension to the `neighbors` function (`neighbors`, `inneighbors`, `outneighbors`, `all_neighbors`) such that it is possible to find the adjacent nodes of a given node of a...
Described in #934 : - Fix 3D ContinuousSpace inspection - Polygon plots are wonky/broken and run very slowly
#942 broke that since when the model is reset the time returns to 0 as it should, but this means that the data graphs should take into account this new...
Currently we support only single versions of specialized sampling function, but we could support also the multi-versions so that the new function sample without replacement for more than one item
It is known that Agents.jl suffers from dynamic dispatch when working with a high number of agents types. I think that now that we have an abstract interface to rely...
Currently this code: ```julia using Agents using GLMakie using Statistics: mean ## Nothing space @agent struct NothingAgent(NoSpaceAgent) age::Int end function nothing_step!(a, m) a.age += 1 rand(abmrng(m)) < (m.d * a.age)...