swoodhouse / Game

Other
1 stars 0 forks source link

Change the way a loop is handled in the score to take the mean not the maximum #12

Open MClarke1991 opened 4 years ago

swoodhouse commented 4 years ago

There is no mean operation in CUDD but this should be as easy as replacing max(x, y) with (x + y) / constant(2) in scoreLoop