Skip to content
Snippets Groups Projects
Select Git revision
  • 84e743e8bd9088795eff38f9ec4bc04cd5e654e8
  • master default protected
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • v1.0.0
6 results

README.rst

Blame
  • user avatar
    valentin.emiya authored
    a43a9db2
    History
    README.rst 2.17 KiB

    yafe

    yafe: Yet Another Framework for Experiments.

    A classical workflow consists in the following steps:

    • load some data,
    • generate a problem from the data,
    • solve the problem,
    • compute performance criteria,
    • display results.

    Experiments are then conducted by repeating this task while varying the data, problem parameters, solvers and/or solver parameters. A computer cluster may be used to run all the resulting tasks in parallel, which requires to distribute them adequately among the available resources and then to collect and merge the results.

    The package yafe offers a generic framework to conduct such experiments, aiming at saving time and avoiding errors:

    • the generic framework facilitates the design of experiments,
    • convenient data structures help to handle results quickly and without confusion between multiple dimensions,
    • intermediate results can be tracked,
    • tasks are computed once, even when new tasks are added.

    Install

    Install the current release with pip:

    pip install yafe

    For additional details, see doc/install.rst.

    Usage

    See the documentation.

    Bugs

    Please report any bugs that you find through the yafe GitLab project.

    You can also fork the repository and create a merge request.

    Source code

    The source code of yafe is available via its GitLab project.

    You can clone the git repository of the project using the command:

    git clone git@gitlab.lis-lab.fr:skmad-suite/yafe.git

    Copyright © 2017-2018

    Contributors

    License

    Released under the GNU General Public License version 3 or later (see LICENSE.txt).