Metadata-Version: 2.4
Name: lab
Version: 8.6
Summary: Benchmark your code
Project-URL: Homepage, https://github.com/aibasel/lab
Author-email: Jendrik Seipp <jendrikseipp@gmail.com>
License: GPL3+
License-File: LICENSE.txt
Keywords: benchmarks,cluster,grid
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Requires-Dist: matplotlib
Requires-Dist: simplejson
Requires-Dist: txt2tags>=3.6
Description-Content-Type: text/x-rst

Lab and Downward Lab
====================

**Lab** is a Python package for evaluating solvers on benchmark sets.
Experiments can run on a single machine or on a computer cluster. The
package also contains code for parsing results and creating reports.

The **Downward Lab** Python package facilitates running experiments for
the `Fast Downward <http://www.fast-downward.org>`_ planning system. It
uses the generic experimentation package **Lab**. Currently, Lab and
Downward Lab are distributed together.

**Code**: https://github.com/aibasel/lab

**Documentation**: https://lab.readthedocs.io

**Cite**: please cite Downward Lab by using

::

    @Misc{seipp-et-al-zenodo2017,
      author =       "Jendrik Seipp and Florian Pommerening and
                      Silvan Sievers and Malte Helmert",
      title =        "{Downward} {Lab}",
      publisher =    "Zenodo",
      year =         "2017",
      howpublished = "\url{https://doi.org/10.5281/zenodo.790461}"
    }
