Skip to content

fix: initialize PageRank to 1/n instead of 1 - #15024

Open
deepshekhardas wants to merge 1 commit into
TheAlgorithms:masterfrom
deepshekhardas:fix/algo-14885-pagerank-init
Open

fix: initialize PageRank to 1/n instead of 1#15024
deepshekhardas wants to merge 1 commit into
TheAlgorithms:masterfrom
deepshekhardas:fix/algo-14885-pagerank-init

Conversation

@deepshekhardas

Copy link
Copy Markdown

Describe your change

  • Add an algorithm?
  • Fix a bug or typo in an existing algorithm?
  • Add, change, or clarify documentation?

What does this implement/fix?

Initializes PageRank values to 1/n (uniform distribution) instead of 1, matching the standard PageRank algorithm and improving convergence.

Additional comments?

None.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant