]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - dunshire/errors.py
Halve the definition of the condition number of a game.
[dunshire.git] / dunshire / errors.py
index 61fe43d243b65d51595baa09c75e797c002fe306..7cd8342ece4f659bfdc3c2378ce6c7774848e2ba 100644 (file)
@@ -91,7 +91,7 @@ class GameUnsolvableException(Exception):
               [0.1000000],
          e2 = [3.0000000]
               [0.1000000],
-         Condition((L, K, e1, e2)) = 8.311277.
+         Condition((L, K, e1, e2)) = 4.155638.
        CVXOPT returned:
          dual infeasibility: None
          dual objective: 1.0
@@ -192,7 +192,7 @@ class PoorScalingException(Exception):
               [0.1000000],
          e2 = [3.0000000]
               [0.1000000],
-         Condition((L, K, e1, e2)) = 8.311277.
+         Condition((L, K, e1, e2)) = 4.155638.
        <BLANKLINE>
     """
     def __init__(self, game):