]> gitweb.michael.orlitzky.com - dunshire.git/history - test/symmetric_linear_game_test.py
Remove a superfluous transpose.
[dunshire.git] / test / symmetric_linear_game_test.py
2016-12-06 Michael OrlitzkyRemove a superfluous transpose.
2016-11-13 Michael OrlitzkyAdd and update a few test case docstrings.
2016-11-13 Michael OrlitzkyRename epsilon_scale() to tolerance_scale().
2016-11-13 Michael OrlitzkyEnable the dual starting point and fix the test tolerance.
2016-11-13 Michael OrlitzkyAdd two spaces to the tests to make pylint happy.
2016-11-13 Michael OrlitzkyAdd the player2_start() method and some tests for it.
2016-11-13 Michael OrlitzkyAdd the player1_start() method and two tests for it.
2016-11-13 Michael OrlitzkyAdd a "solutions don't change" test for the ice-cream...
2016-11-13 Michael OrlitzkyTest that we get the same solution if we solve the...
2016-11-13 Michael OrlitzkyUse modifier=4 in the orthogonality tests.
2016-11-13 Michael OrlitzkyFix some pylint warnings.
2016-11-09 Michael OrlitzkyReplace _try_solution() with something more reliable...
2016-11-04 Michael OrlitzkyAdd game accessor methods for its L, K, e1, e2, and...
2016-11-03 Michael OrlitzkyTake the condition number into account when evaluating...
2016-11-03 Michael OrlitzkyChange EPSILON to something more conservative in the...
2016-11-01 Michael OrlitzkyFactor out the random test generation code into a new...
2016-11-01 Michael OrlitzkyRemove some debug print() statements and fix a copy...
2016-11-01 Michael OrlitzkyOverhaul the tests to get more predictable behavior.
2016-10-26 Michael OrlitzkyClean up a few pylint warnings and make "doc" a phony...
2016-10-26 Michael OrlitzkyRemove a unicode hyphen from a reference.
2016-10-16 Michael OrlitzkyReorganize the test source code and doc building.
2016-10-15 Michael OrlitzkyMove unit test code into its own file (unders test...