BlockScience / aztec-gddt

Aztec Granular Design Digital Twin
Apache License 2.0
9 stars 0 forks source link

Modularize score in s_transactions_new_proposals #281

Open SeanMcOwen opened 1 month ago

SeanMcOwen commented 1 month ago

Currently it is:

score = uniform.rvs() # Assumption: score is always uniform

jackhack00 commented 1 month ago

low prio, assumption that score is uniformly distributed is fine for now