JuliaGraphs / JuliaGraphs/MultilayerGraphs.jl
Improve integration with Agents.jl
Open
@ClaudMor is already working on this.
Since Jan 3, 2023.
enhancement
- Dominant language
- Julia
- Stars
- 133
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Right now, it is possible to use subtypes of AbstractMultilayerGraphs as graphs underlying Agents.jl's GraphSpace.
Anyway, since in Agents.jl each agent must occupy a unique position in a GraphSpace, it is not possible to have the same agent in more graph positions (which would be necessary for, say, representing a social network with multiple interaction types such as follow, like, mention, etc).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.