NetLogo / NetLogo/NW-Extension

Add nw:matrix to get network as a matrix

Open
#135 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Scala
Stars
66
Forks
25
PR merge metrics
No merged PRs in 30d

Description

Many common methods of analyzing networks rely on performing matrix operations on their adjacency matrix. Thus something to return that matrix would be useful. I think it should just return a list of rows, so that it could be easily used by the matrix extension.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the implementation of the network extension's primitives and the entry point for adding an nw:matrix operation. Check how existing primitives expose network data, then verify that the result is a list of adjacency-matrix rows usable by the matrix extension.

Written by the indexing model from the issue text.

Assessment

Tech stack
scala
Domain
api
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.