last push

This commit is contained in:
Michael Zargham 2020-08-05 14:49:17 -07:00
parent 36bac1ea18
commit d545b80cb2
9 changed files with 170 additions and 249 deletions

File diff suppressed because one or more lines are too long

View File

@ -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
rho = .0025
#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
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

View File

@ -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
rho = .0025
#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
initial_sentiment = .6
@ -19,7 +19,6 @@ initial_sentiment = .6
n= 30 #initial participants
m= 7 #initial proposals
sensitivity = .75
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