AlgBench

Experiment execution and result management for empirical evaluations of algorithms in Python.

MIT License

Downloads
1.3K
Stars
4
Committers
3
AlgBench - v2.4.0 Latest Release

Published by d-krupke 11 months ago

AlgBench - v2.3.0

Published by d-krupke about 1 year ago

Files are now automatically split into smaller files such that the risk of decompressing a huge data file is reduced.

AlgBench - v2.2.2

Published by d-krupke about 1 year ago

Fixing bug with Jypterlab, which does not have __main__.__file__ defined.

AlgBench - Allowing to filter in ``read_as_pandas``

Published by d-krupke over 1 year ago

This allows to skip bad entries, without having to use the inefficient delete_if.

AlgBench - v2.1.0

Published by d-krupke over 1 year ago

More extensive configuration options for stdout/stderr capturing.

AlgBench - v2.0.2

Published by d-krupke over 1 year ago

Creating a clean version for PyPI

AlgBench - v2.0.1

Published by d-krupke over 1 year ago

Just fixing CI/Packaging stuff...

AlgBench - v2.0.0b

Published by d-krupke over 1 year ago

Just fixes the pyproject.toml which still pointed to the README.md but we changed to rst for sphinx.

AlgBench - v2.0.0

Published by d-krupke over 1 year ago

For gaining deeper insights into the performance of your algorithm (without a profiler), it is a good idea to use logging.
The new version of AlgBench now automatically saves print outputs with runtime, and added support for capturing loggers of the logging framework which is a much better option than to just print your logs. With this addition, you can gain deep insights into you algorithms with only small extra costs.

AlgBench - v1.1.0b

Published by d-krupke over 1 year ago

Undoes some changes of v1.0.0 that turned out to be not robust against keyboard interrupt, potentially corrupting the database.

The previous version missed the critical commit.

AlgBench - v1.1.0

Published by d-krupke over 1 year ago

Undoes some changes of v1.0.0 that turned out to be not robust against keyboard interrupt, potentially corrupting the database.

AlgBench - Improved version with breaking changes

Published by d-krupke over 1 year ago

Improves the database but has breaking changes.

AlgBench - First working version

Published by d-krupke over 1 year ago

This is the first working version of this tool. It has been tested in the provided example. The interface may still change.

Package Rankings
Top 19.09% on Pypi.org
Related Projects