]> gitweb.michael.orlitzky.com - dunshire.git/history - dunshire/games.py
Add more docs for a few private methods and implement the do-over.
[dunshire.git] / dunshire / games.py
2016-11-03 Michael OrlitzkyAdd more docs for a few private methods and implement...
2016-11-03 Michael OrlitzkyPass ABS_TOL to CVXOPT when solving games.
2016-11-01 Michael OrlitzkyUse "..." for floating point output in doctests.
2016-11-01 Michael OrlitzkyMake the SymmetricLinearGame.condition() method public.
2016-11-01 Michael OrlitzkyAdd a fudge factor of two when checking "unknown" conel...
2016-10-30 Michael OrlitzkyHalve the definition of the condition number of a game.
2016-10-30 Michael OrlitzkyAdd the condition number of the game to its string...
2016-10-30 Michael OrlitzkyAdd a PoorScalingException for the "math domain errors...
2016-10-26 Michael OrlitzkyAdd setup.py and reorganize everything to make its...