A python library for simulating token economies for Web3.0 and blockchain projects. Created by Stylianos Kampakis, PhD, CStat
Stars
15
Forks
4
Watchers
15
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
introduce a new controller, supplycontroller_speculator, to model a speculative behaviour where a portion of transaction is speculative with take-profit and stop-loss strategy
c1555e2View on GitHubHoldingTime_Adaptive, execute(): calculation of holding_time is wrong. Should be H = P * M / T
f4e8262View on GitHubself.inactive_tokens is now updated after tokens are added back to circulation.
097cbc3View on GitHubsupply pool is executed after agent pool, as transactions_volume_in_tokens is needed for supply pool execution
972b6e5View on GitHubAdd code annotation in SupplyController_AdaptiveStochastic and remove redundant SupplyController_InvestorDumperSpaced Class
7951da4View on GitHubFor AgentPool_Conditional, add an if...else... in get_num_transactions() method, as before condition turns True there might be no transaction controller at all
520378aView on GitHubAdd code annotation and use internal method to clearify either __init__ or execute method, add get_num_transactions for AgentPool_Conditional object
2290e1fView on GitHubAdd detailed notation, remove redundant methods, change __print__ to __str__ in Agentpool class
cd1ff8dView on GitHubdelete all supply_is_added parameter in notebook 01 as already set to true by default
df6fb0cView on GitHub