last push
This commit is contained in:
parent
36bac1ea18
commit
d545b80cb2
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -11,7 +11,7 @@ beta = .2 #later we should set this to be param so we can sweep it
|
||||||
# tuning param for the trigger function
|
# tuning param for the trigger function
|
||||||
rho = .0025
|
rho = .0025
|
||||||
#alpha = 1 - 0.9999599 #native timescale for app as in contract code
|
#alpha = 1 - 0.9999599 #native timescale for app as in contract code
|
||||||
alpha = 1/2**3 #timescale set in days with 3 day halflife (from comments in contract comments)
|
alpha = 1-1/2**3 #timescale set in days with 3 day halflife (from comments in contract comments)
|
||||||
supply = 21706 # Honey supply balance as of 7-17-2020
|
supply = 21706 # Honey supply balance as of 7-17-2020
|
||||||
initial_sentiment = .6
|
initial_sentiment = .6
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 71 KiB |
Binary file not shown.
|
|
@ -11,7 +11,7 @@ beta = .2 #later we should set this to be param so we can sweep it
|
||||||
# tuning param for the trigger function
|
# tuning param for the trigger function
|
||||||
rho = .0025
|
rho = .0025
|
||||||
#alpha = 1 - 0.9999599 #native timescale for app as in contract code
|
#alpha = 1 - 0.9999599 #native timescale for app as in contract code
|
||||||
alpha = 1/2**3 #timescale set in days with 3 day halflife (from comments in contract comments)
|
alpha = 1-1/2**3 #timescale set in days with 3 day halflife (from comments in contract comments)
|
||||||
supply = 21706 # Honey supply balance as of 7-17-2020
|
supply = 21706 # Honey supply balance as of 7-17-2020
|
||||||
initial_sentiment = .6
|
initial_sentiment = .6
|
||||||
|
|
||||||
|
|
@ -19,7 +19,6 @@ initial_sentiment = .6
|
||||||
n= 30 #initial participants
|
n= 30 #initial participants
|
||||||
m= 7 #initial proposals
|
m= 7 #initial proposals
|
||||||
|
|
||||||
|
|
||||||
sensitivity = .75
|
sensitivity = .75
|
||||||
tmin = 0 #unit days; minimum periods passed before a proposal can pass
|
tmin = 0 #unit days; minimum periods passed before a proposal can pass
|
||||||
min_supp = 1 #number of tokens that must be stake for a proposal to be a candidate
|
min_supp = 1 #number of tokens that must be stake for a proposal to be a candidate
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue