aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.py (unfollow)
Commit message (Collapse)Author
2016-06-25code styleEgor Tensin
2016-06-25improve command line parsing errorsEgor Tensin
2016-06-25sort algorithms in usage messagesEgor Tensin
2016-06-24major refactoringEgor Tensin
With the focus on (re)usability. That includes adding separate modules for plotting, input generation and things like that.
2016-04-17refactoring + better plot captionsEgor Tensin
2016-04-17rearrange source filesEgor Tensin
* Add a useful `algorithms` package to provide convinient access to the implemented algorithms. * This allows to e.g. dynamically list available algorithms, which greatly simplifies a lot of things.