You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
I am trying to set values for alpha, f, delta, epsilon so that the following inequality in the Genesis paper is satisfied:
alpha * (1-f)^{delta+1} > (1+epsilon)/2.
I am not able to find a reasonable set of parameters and it would be great to know what parameters are set in your code. I only know that in your code f = 0.1. What values are other parameters? Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to set values for alpha, f, delta, epsilon so that the following inequality in the Genesis paper is satisfied:
alpha * (1-f)^{delta+1} > (1+epsilon)/2.
I am not able to find a reasonable set of parameters and it would be great to know what parameters are set in your code. I only know that in your code f = 0.1. What values are other parameters? Thanks!
The text was updated successfully, but these errors were encountered: