]> gitweb.michael.orlitzky.com - dunshire.git/history - test/symmetric_linear_game_test.py
Add a "solutions don't change" test for the ice-cream cone too.
[dunshire.git] / test / symmetric_linear_game_test.py
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...