Metadata-Version: 2.1
Name: simexpal
Version: 0.2
Summary: Tool to Simplify Experimental Algorithmics
Home-page: https://github.com/hu-macsy/simexpal
Author: Alexander van der Grinten, MACSy group HU-Berlin
Author-email: alexander.vandergrinten@gmail.com
License: MIT
Description: # simexpal: Simplifying Experimental Algorithmics
        
        simexpal is a collection of tools to manage, launch, monitor and evaluate algorithmic experiments
        (e.g. performance benchmarks).
        The goal of this toolbox is to automatize various repetitive tasks that occur whenever such experiments
        need to be executed. simexpal consists of both a command line (CLI) utility and a Python package.
        While the CLI utility can be used to perform many common tasks with minimal configuration,
        the Python package can be employed when more extensive customization is necessary.
        
        **Features.** simexpal assists users with the following operations
        - Manage instances: **Download instances** from external sources, **collect information** about instances.
        - Manage runs: **Launch** runs and **monitor** their progress, **detect failed runs** and **restart** them, **collect results** of runs.
        
        <!-- Write about reproducibility issues -->
        
        ## Documentation
        
        Please refer to the [user guide](https://simexpal.readthedocs.io/en/latest/user_guide.html) for further information about
        how to install and use simexpal.
        
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
