]> gitweb.michael.orlitzky.com - dunshire.git/commit
Pass ABS_TOL to CVXOPT when solving games.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 3 Nov 2016 12:08:31 +0000 (08:08 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 3 Nov 2016 12:08:31 +0000 (08:08 -0400)
commitaea70b13ddca62b0f6294083fd8130495d9a331e
treec80fe3a2d9f065d2a45827e2edc1a5169143dcdd
parentc07958ae171cbe3a5dbbb72118cd7c7df3c42770
Pass ABS_TOL to CVXOPT when solving games.

Our ABS_TOL is less than the CVXOPT default, and it looks like using
ours reduces the number of "unknown" results that we get. So let's try
that for now.
dunshire/games.py