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

Voter dynamics needs more random restarts #216

Closed
jkbren opened this issue May 23, 2019 · 3 comments · Fixed by #229
Closed

Voter dynamics needs more random restarts #216

jkbren opened this issue May 23, 2019 · 3 comments · Fixed by #229

Comments

@jkbren
Copy link
Collaborator

jkbren commented May 23, 2019

No description provided.

@sdmccabe
Copy link
Collaborator

The voter model has noise=None by default to be the "true" voter model. The amount of noise that seemed to work best was around 1/N which is graph dependent, so it's harder to set an appropriate value. We could change the meaning of noise=None to mean something other than noise=0.

@sdmccabe
Copy link
Collaborator

sdmccabe commented Jun 3, 2019

Should we change the default behavior of noise here or move on?

@leotrs
Copy link
Collaborator

leotrs commented Jun 4, 2019

We could add a noise='automatic' option to mean 1/N

@sdmccabe sdmccabe mentioned this issue Jun 5, 2019
sdmccabe added a commit that referenced this issue Jun 20, 2019
* Add 'automatic' noise option for VoterModel

Resolves #216.

* Revert "test directed input in graph distances"

This reverts commit 3c68520.

* format

* autoformat
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

Successfully merging a pull request may close this issue.

3 participants