fslaborg / fslaborg/Graphoscope

Barabási-Albert model doesn't appear to work

Open
#46 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
F#
Stars
16
Forks
6
PR merge metrics
No merged PRs in 30d

Description

I have tried it for small graphs but it never seems to finish.

```
#r "nuget: Graphoscope, 0.2.0"
open Graphoscope.RandomModels
open Graphoscope
open FGraph

let N = 10
let edgesPerIteration = 2
let myBarabasiAlbert = BarabasiAlbert.initFGraph N edgesPerIteration id id (fun x -> 1.0) FGraph.empty
```
Do you have sample which works?

thanks

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.