Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
HarryMcCarney opened this issue Sep 21, 2023 · 0 comments
Open

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

HarryMcCarney opened this issue Sep 21, 2023 · 0 comments

Comments

@HarryMcCarney
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant