2016-11-13 |
Michael Orlitzky | Build looping into the test suite and make doctests...
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Add two spaces to the tests to make pylint happy.
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Add a ball_radius() method for cones and use it to...
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Fix an example in the overview docs, and use ellipses...
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Use "2" as a numerically-better factor in player[12...
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Add the player2_start() method and some tests for it.
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Use player1_start() as the primal starting point and...
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Add the player1_start() method and two tests for it.
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Make the _C(), _A(), and _b() methods for games public.
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Replace a few member variable references with method...
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Add the specnorm() function to the matrices module.
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Figure out the base field automatically in condition_number().
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Fix a mixup between e1 and e2 in the background documentation.
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Add a "solutions don't change" test for the ice-cream...
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Test that we get the same solution if we solve the...
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Remove the "VERBOSE" option, since you never want to...
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Add a new failing test case.
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Use the DEBUG_FLOAT_FORMAT when printing exception...
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Use modifier=4 in the orthogonality tests.
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Remove another "unknown" TODO, since those don't seem...
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Remove two TODOs that were addressed with larger fudge...
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Remove the "unknown" solution TODO, our new heuristic...
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Remove the "math domain error" TODO, addressed by twiddling...
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Add another TODO.
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Remove a fixed TODO.
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Fix docstring formatting of the solution() method.
|
commit | commitdiff | tree |
2016-11-13 |
Michael Orlitzky | Fix some pylint warnings.
|
commit | commitdiff | tree |
2016-11-09 |
Michael Orlitzky | Replace _try_solution() with something more reliable...
|
commit | commitdiff | tree |
2016-11-09 |
Michael Orlitzky | Lower MAX_COND down to 125 after witnessing a failure.
|
commit | commitdiff | tree |
2016-11-08 |
Michael Orlitzky | Put the MAX_COND at 150 for now... until it causes...
|
commit | commitdiff | tree |
2016-11-08 |
Michael Orlitzky | Update the project URL.
|
commit | commitdiff | tree |
2016-11-06 |
Michael Orlitzky | Add two small, well-conditioned games that fail solution...
|
commit | commitdiff | tree |
2016-11-04 |
Michael Orlitzky | Add a new DEBUG_FLOAT_FORMAT and use it when raising...
|
commit | commitdiff | tree |
2016-11-04 |
Michael Orlitzky | Add game accessor methods for its L, K, e1, e2, and...
|
commit | commitdiff | tree |
2016-11-04 |
Michael Orlitzky | Add a "checkloop" makefile target to run tests forever.
|
commit | commitdiff | tree |
2016-11-04 |
Michael Orlitzky | Fix a bug in my two-tolerance strategy and add a test...
|
commit | commitdiff | tree |
2016-11-03 |
Michael Orlitzky | Allow longer modules in .pylintrc and ignore some new...
|
commit | commitdiff | tree |
2016-11-03 |
Michael Orlitzky | Don't pass a sole argument as a keyword.
|
commit | commitdiff | tree |
2016-11-03 |
Michael Orlitzky | Use private methods for the rest of the CVXOPT vectors...
|
commit | commitdiff | tree |
2016-11-03 |
Michael Orlitzky | Add more docs for a few private methods and implement...
|
commit | commitdiff | tree |
2016-11-03 |
Michael Orlitzky | Take the condition number into account when evaluating...
|
commit | commitdiff | tree |
2016-11-03 |
Michael Orlitzky | Pass ABS_TOL to CVXOPT when solving games.
|
commit | commitdiff | tree |
2016-11-03 |
Michael Orlitzky | Change EPSILON to something more conservative in the...
|
commit | commitdiff | tree |
2016-11-03 |
Michael Orlitzky | Set MAX_COND to 100 in the randomgen module to facilitate...
|
commit | commitdiff | tree |
2016-11-03 |
Michael Orlitzky | Change the default tolerance to 1e-6 to reduce unknown...
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Ensure that e1,e2 are far enough inside K in random_orthant_...
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Add more doctest examples to the randomgen module.
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Use "..." for floating point output in doctests.
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Fix typo in last commit.
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Enable doctest ELLIPSIS in a few modules.
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Enable docs for the new test modules and clean them up.
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Remove one TODO for a failing test that was caused...
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Remove the TODO for the dunshire.matrices tests.
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Rename a test that I mistakenly renamed earlier.
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Improve the two no-clobber tests with deepcopy().
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Comment my new method-rgx in .pylintrc.
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Clean up and document some of the new test code.
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Add a new unit test suite for the dunshire.matrices...
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Enable and fix doctests for the new randomgen module.
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Factor out the random test generation code into a new...
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Make the SymmetricLinearGame.condition() method public.
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Fix a pylint warning in the matrices module.
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Fix a pylint warning for a top-level variable name...
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Use a shebang for the main test executable.
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Remove some debug print() statements and fix a copy...
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Add another failing test TODO, and one about a payoff...
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Add another testing TODO.
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Overhaul the tests to get more predictable behavior.
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Set options.ABS_TOL to 1e-7; we should adjust it elsewhere...
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Add a fudge factor of two when checking "unknown" conelp...
|
commit | commitdiff | tree |
2016-11-01 |
Michael Orlitzky | Add two more TODOs, one minor, and one bad test failure.
|
commit | commitdiff | tree |
2016-10-30 |
Michael Orlitzky | Halve the definition of the condition number of a game.
|
commit | commitdiff | tree |
2016-10-30 |
Michael Orlitzky | Add a TODO to avoid comparing floats in doctests.
|
commit | commitdiff | tree |
2016-10-30 |
Michael Orlitzky | Add the condition number of the game to its string...
|
commit | commitdiff | tree |
2016-10-30 |
Michael Orlitzky | Add a PoorScalingException for the "math domain errors...
|
commit | commitdiff | tree |
2016-10-30 |
Michael Orlitzky | Document a missing parameter for GameUnsolvableExceptions.
|
commit | commitdiff | tree |
2016-10-30 |
Michael Orlitzky | Add the condition_number() function to the matrices...
|
commit | commitdiff | tree |
2016-10-30 |
Michael Orlitzky | Add a "typecode" parameter to the identity() matrix...
|
commit | commitdiff | tree |
2016-10-30 |
Michael Orlitzky | Add yet another TODO for failing tests.
|
commit | commitdiff | tree |
2016-10-30 |
Michael Orlitzky | Exit with a non-zero code when the test suite fails.
|
commit | commitdiff | tree |
2016-10-30 |
Michael Orlitzky | Add two more TODOs concerning failing tests.
|
commit | commitdiff | tree |
2016-10-26 |
Michael Orlitzky | Clean up a few pylint warnings and make "doc" a phony...
|
commit | commitdiff | tree |
2016-10-26 |
Michael Orlitzky | Update Sphinx with the new directory structure.
|
commit | commitdiff | tree |
2016-10-26 |
Michael Orlitzky | Add setup.py and reorganize everything to make its...
|
commit | commitdiff | tree |
2016-10-26 |
Michael Orlitzky | Remove a unicode hyphen from a reference.
|
commit | commitdiff | tree |
2016-10-26 |
Michael Orlitzky | Add the AGPL3 license.
|
commit | commitdiff | tree |
2016-10-16 |
Michael Orlitzky | Pylint cleanup for tests.
|
commit | commitdiff | tree |
2016-10-16 |
Michael Orlitzky | Remove two more defunct TODO items.
|
commit | commitdiff | tree |
2016-10-16 |
Michael Orlitzky | Print the game data along with every GameUnsolvableException.
|
commit | commitdiff | tree |
2016-10-16 |
Michael Orlitzky | Rename "xi" and "gamma" to "p" and "q" to avoid name...
|
commit | commitdiff | tree |
2016-10-16 |
Michael Orlitzky | Remove a few completed TODO items.
|
commit | commitdiff | tree |
2016-10-16 |
Michael Orlitzky | Separate and organize the various documentation sections.
|
commit | commitdiff | tree |
2016-10-16 |
Michael Orlitzky | Reorganize the test source code and doc building.
|
commit | commitdiff | tree |
2016-10-15 |
Michael Orlitzky | Move unit test code into its own file (unders test...
|
commit | commitdiff | tree |
2016-10-15 |
Michael Orlitzky | Add another TODO.
|
commit | commitdiff | tree |
2016-10-15 |
Michael Orlitzky | Switch to Mathjax for the docs and finish the "Background...
|
commit | commitdiff | tree |
2016-10-15 |
Michael Orlitzky | Remove a completed TODO.
|
commit | commitdiff | tree |
2016-10-15 |
Michael Orlitzky | Enable doctesting of ReST docs with `make doctest`.
|
commit | commitdiff | tree |
2016-10-14 |
Michael Orlitzky | Do a bunch more README work.
|
commit | commitdiff | tree |
2016-10-14 |
Michael Orlitzky | Add one more TODO.
|
commit | commitdiff | tree |
next |