Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maybe wolfe #6

Merged
merged 10 commits into from
May 10, 2024
Prev Previous commit
Next Next commit
Playing with f and k
  • Loading branch information
Mikerah committed Apr 29, 2024
commit a8fa7bdeb12cf2fb1f841d3075c51d19c68584c6
2 changes: 1 addition & 1 deletion arbitrage.mpc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cfix.set_precision(f=16, k=40)
sfix.set_precision(f=16, k=40)

program.use_edabit(True)
program.use_split(4)
#program.use_split(4)

program.use_trunc_pr = False

Expand Down
3 changes: 3 additions & 0 deletions optimizers.mpc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
from Compiler import mpc_math, ml
sfix.round_nearest = True
#cfix.set_precision(f=16, k=50)
#sfix.set_precision(f=16, k=50)

"""
program.use_edabit(True)
program.use_split(4)
Expand Down